summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2024-01-26serial: omap: do not override settings for RS485 supportLino Sanfilippo1-13/+14
2024-01-26serial: 8250_exar: Set missing rs485_supported flagLino Sanfilippo1-2/+3
2024-01-26serial: imx: Ensure that imx_uart_rs485_config() is called with enabled clockChristoph Niedermaier1-11/+12
2024-01-26serial: core, imx: do not set RS485 enabled if it is not supportedLino Sanfilippo2-7/+3
2024-01-26serial: 8250_bcm2835aux: Restore clock error handlingStefan Wahren1-0/+2
2024-01-26serial: core: make sure RS485 cannot be enabled when it is not supportedLino Sanfilippo1-1/+1
2024-01-26serial: core: fix sanitizing check for RTS settingsLino Sanfilippo1-10/+18
2023-12-13serial: 8250_omap: Add earlycon support for the AM654 UART controllerRonald Wahl1-0/+1
2023-12-13serial: 8250: 8250_omap: Do not start RX DMA on THRI interruptRonald Wahl1-4/+6
2023-12-13serial: 8250: 8250_omap: Clear UART_HAS_RHR_IT_DIS bitRonald Wahl1-2/+2
2023-12-13serial: sc16is7xx: address RX timeout interrupt errataDaniel Mack1-0/+12
2023-12-13ARM: PL011: Fix DMA supportArnd Bergmann1-58/+54
2023-12-13serial: ma35d1: Validate console index before assignmentAndi Shyti1-1/+9
2023-12-13serial: 8250_dw: Add ACPI ID for Granite Rapids-D UARTAndy Shevchenko1-0/+1
2023-11-28hvc/xen: fix event channel handling for secondary consolesDavid Woodhouse1-1/+1
2023-11-28hvc/xen: fix error path in xen_hvc_init() to always register frontend driverDavid Woodhouse1-2/+3
2023-11-28hvc/xen: fix console unplugDavid Woodhouse1-8/+24
2023-11-28tty: serial: meson: fix hard LOCKUP on crtscts modePavel Krasavin1-3/+11
2023-11-28tty/sysrq: replace smp_processor_id() with get_cpu()Muhammad Usama Anjum1-1/+2
2023-11-28tty: vcc: Add check for kstrdup() in vcc_probe()Yi Yang1-3/+13
2023-11-20tty: tty_jobctrl: fix pid memleak in disassociate_ctty()Yi Yang1-6/+11
2023-11-08serial: core: Fix runtime PM handling for pending txTony Lindgren1-1/+1
2023-11-08tty: 8250: Add Brainboxes Oxford Semiconductor-based quirksCameron Williams1-0/+147
2023-11-08tty: 8250: Add support for Intashield IX cardsCameron Williams1-0/+21
2023-11-08tty: 8250: Add support for additional Brainboxes PX cardsCameron Williams1-0/+29
2023-11-08tty: 8250: Fix up PX-803/PX-857Cameron Williams1-3/+3
2023-11-08tty: 8250: Fix port count of PX-257Cameron Williams1-1/+1
2023-11-08tty: 8250: Add support for Intashield IS-100Cameron Williams1-0/+6
2023-11-08tty: 8250: Add support for Brainboxes UP cardsCameron Williams1-0/+60
2023-11-08tty: 8250: Add support for additional Brainboxes UC cardsCameron Williams1-0/+57
2023-11-08tty: 8250: Remove UC-257 and UC-431Cameron Williams1-8/+1
2023-11-08tty: n_gsm: fix race condition in status line change on dead connectionsDaniel Starke1-0/+2
2023-10-07serial: core: Fix checks for tx runtime PM stateTony Lindgren1-1/+1
2023-10-03serial: 8250_omap: Fix errors with no_console_suspendTony Lindgren1-15/+10
2023-10-03serial: Reduce spinlocked portion of uart_rs485_config()Lukas Wunner1-4/+9
2023-09-18Revert "tty: n_gsm: fix UAF in gsm_cleanup_mux"Daniel Starke1-3/+1
2023-09-18serial: 8250_port: Check IRQ data before useAndy Shevchenko1-1/+4
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds110-1628/+1606
2023-08-30Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2-8/+3
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+2
2023-08-27tty: n_tty: deduplicate copy code in n_tty_receive_buf_real_raw()Jiri Slaby (SUSE)1-13/+12
2023-08-27tty: n_tty: extract ECHO_OP processing to a separate functionJiri Slaby (SUSE)1-96/+98
2023-08-27tty: n_tty: unify counts to size_tJiri Slaby (SUSE)1-17/+15
2023-08-27tty: n_tty: use u8 for chars and flagsJiri Slaby (SUSE)1-36/+36
2023-08-27tty: n_tty: simplify chars_in_buffer()Jiri Slaby (SUSE)1-6/+2
2023-08-27tty: n_tty: remove unsigned char casts from character constantsJiri Slaby (SUSE)1-3/+3
2023-08-27tty: n_tty: move newline handling to a separate functionJiri Slaby (SUSE)1-8/+19
2023-08-27tty: n_tty: move canon handling to a separate functionJiri Slaby (SUSE)1-71/+87
2023-08-27tty: n_tty: use MASK() for masking out size bitsJiri Slaby (SUSE)1-12/+11
2023-08-27tty: n_tty: make n_tty_data::num_overrun unsignedJiri Slaby (SUSE)1-2/+2