summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2025-06-17serial: 8250: invert serial8250_register_8250_port() CIR conditionJiri Slaby (SUSE)
2025-06-17serial: 8250: drop DEBUG_AUTOCONF() macroJiri Slaby (SUSE)
2025-06-17serial: 8250: remove debug prints from ISRJiri Slaby (SUSE)
2025-06-17serial: 8250: extract serial_get_or_create_irq_info()Jiri Slaby (SUSE)
2025-06-17serial: 8250: drop unused frac from serial8250_do_get_divisor()Jiri Slaby (SUSE)
2025-06-17serial: 8250: lcr compute cleanupJiri Slaby (SUSE)
2025-06-17serial: 8250: extract serial8250_set_fcr()Jiri Slaby (SUSE)
2025-06-17serial: 8250: extract serial8250_set_efr()Jiri Slaby (SUSE)
2025-06-17serial: 8250: extract serial8250_set_ier()Jiri Slaby (SUSE)
2025-06-17serial: 8250: extract serial8250_set_errors_and_ignoresJiri Slaby (SUSE)
2025-06-17serial: 8250: extract serial8250_set_afe()Jiri Slaby (SUSE)
2025-06-17serial: 8250: extract serial8250_set_trigger_for_slow_speed()Jiri Slaby (SUSE)
2025-06-17serial: 8250: extract serial8250_set_mini()Jiri Slaby (SUSE)
2025-06-17serial: 8250: extract serial8250_clear_interrupts()Jiri Slaby (SUSE)
2025-06-17serial: 8250: extract serial8250_initialize()Jiri Slaby (SUSE)
2025-06-17serial: 8250: extract serial8250_THRE_test()Jiri Slaby (SUSE)
2025-06-17serial: 8250: extract serial8250_set_TRG_levels()Jiri Slaby (SUSE)
2025-06-17serial: 8250: extract serial8250_startup_special()Jiri Slaby (SUSE)
2025-06-17serial: 8250: move RSA functions to 8250_rsa.cJiri Slaby (SUSE)
2025-06-17serial: 8250: put RSA functions to their namespaceJiri Slaby (SUSE)
2025-06-17serial: 8250: invert conditions in RSA functionsJiri Slaby (SUSE)
2025-06-17serial: 8250: remove CONFIG_SERIAL_8250_RSA inline macros from codeJiri Slaby (SUSE)
2025-06-17serial: 8250: sanitize uart_port::serial_{in,out}() typesJiri Slaby (SUSE)
2025-06-17tty: introduce and use tty_port_tty_vhangup() helperJiri Slaby (SUSE)
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-05-22tty: serial: 8250_omap: fix TX with DMA for am33xxJiri Slaby (SUSE)
2025-05-21vt: add VT_GETCONSIZECSRPOS to retrieve console size and cursor positionNicolas Pitre
2025-05-21vt: bracketed paste supportNicolas Pitre
2025-05-21vt: remove VT_RESIZE and VT_RESIZEX from vt_compat_ioctl()Nicolas Pitre
2025-05-21vt: process the full-width ASCII fallback range programmaticallyNicolas Pitre
2025-05-21vt: make use of ucs_get_fallback() when glyph is unavailableNicolas Pitre
2025-05-21vt: add ucs_get_fallback()Nicolas Pitre
2025-05-21vt: create ucs_fallback_table.h_shipped with gen_ucs_fallback_table.pyNicolas Pitre
2025-05-21vt: introduce gen_ucs_fallback_table.py to create ucs_fallback_table.hNicolas Pitre
2025-05-21vt: move glyph determination to a separate functionNicolas Pitre
2025-05-21vt: make sure displayed double-width characters are remembered as suchNicolas Pitre
2025-05-21vt: ucs.c: fix misappropriate in_range() usageNicolas Pitre
2025-05-21serial: max3100: Replace open-coded parity calculation with parity8()Kuan-Wei Chiu
2025-05-21serial: jsm: fix NPE during jsm_uart_port_initDustin Lundquist
2025-05-01vt: add new dynamically generated files to .gitignoreBartosz Golaszewski
2025-05-01serdev: Refine several error or debug messagesZijun Hu
2025-05-018250: microchip: pci1xxxx: Add PCIe Hot reset disable support for Rev C0 and ...Rengarajan S
2025-05-01tty: serial: samsung_tty: support 18 uart portsFaraz Ata
2025-04-28Merge 6.15-rc4 into tty-nextGreg Kroah-Hartman
2025-04-26vt: move UCS tables to the "shipped" formNicolas Pitre
2025-04-26vt: refresh ucs_width_table.h and adjust code in ucs.c accordinglyNicolas Pitre
2025-04-26vt: update gen_ucs_width_table.py to make tables more space efficientNicolas Pitre
2025-04-26vt: remove zero-width-space handling from conv_uni_to_pc()Nicolas Pitre
2025-04-26vt: pad double-width code points with a zero-width spaceNicolas Pitre
2025-04-26vt: support Unicode recompositionNicolas Pitre