summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2024-01-25serial: apbuart: fix console prompt on qemuSam Ravnborg
2024-01-25serial: imx: Correct clock error message in function probe()Christoph Niedermaier
2024-01-25usb: cdc-acm: return correct error code on unsupported breakOliver Neukum
2024-01-25tty: use 'if' in send_break() instead of 'goto'Jiri Slaby (SUSE)
2024-01-25tty: don't check for signal_pending() in send_break()Jiri Slaby (SUSE)
2024-01-25tty: early return from send_break() on TTY_DRIVER_HARDWARE_BREAKJiri Slaby (SUSE)
2024-01-25serial: imx: fix tx statemachine deadlockPaul Geurts
2024-01-25serial: 8250: omap: Don't skip resource freeing if pm_runtime_resume_and_get(...Uwe Kleine-König
2024-01-25serial: sc16is7xx: set safe default SPI clock frequencyHugo Villeneuve
2024-01-25serial: sc16is7xx: add check for unsupported SPI modes during probeHugo Villeneuve
2024-01-25serial: omap: do not override settings for RS485 supportLino Sanfilippo
2024-01-25serial: 8250_exar: Set missing rs485_supported flagLino Sanfilippo
2024-01-25serial: imx: Ensure that imx_uart_rs485_config() is called with enabled clockChristoph Niedermaier
2024-01-25serial: core, imx: do not set RS485 enabled if it is not supportedLino Sanfilippo
2024-01-25serial: 8250_bcm2835aux: Restore clock error handlingStefan Wahren
2024-01-25serial: core: make sure RS485 cannot be enabled when it is not supportedLino Sanfilippo
2024-01-25serial: core: fix sanitizing check for RTS settingsLino Sanfilippo
2023-12-13serial: 8250_omap: Add earlycon support for the AM654 UART controllerRonald Wahl
2023-12-13serial: 8250: 8250_omap: Do not start RX DMA on THRI interruptRonald Wahl
2023-12-13serial: 8250: 8250_omap: Clear UART_HAS_RHR_IT_DIS bitRonald Wahl
2023-12-13serial: sc16is7xx: address RX timeout interrupt errataDaniel Mack
2023-12-13ARM: PL011: Fix DMA supportArnd Bergmann
2023-12-13serial: ma35d1: Validate console index before assignmentAndi Shyti
2023-12-13serial: 8250_dw: Add ACPI ID for Granite Rapids-D UARTAndy Shevchenko
2023-11-28hvc/xen: fix event channel handling for secondary consolesDavid Woodhouse
2023-11-28hvc/xen: fix error path in xen_hvc_init() to always register frontend driverDavid Woodhouse
2023-11-28hvc/xen: fix console unplugDavid Woodhouse
2023-11-28tty: serial: meson: fix hard LOCKUP on crtscts modePavel Krasavin
2023-11-28tty/sysrq: replace smp_processor_id() with get_cpu()Muhammad Usama Anjum
2023-11-28tty: vcc: Add check for kstrdup() in vcc_probe()Yi Yang
2023-11-20tty: tty_jobctrl: fix pid memleak in disassociate_ctty()Yi Yang
2023-11-08serial: core: Fix runtime PM handling for pending txTony Lindgren
2023-11-08tty: 8250: Add Brainboxes Oxford Semiconductor-based quirksCameron Williams
2023-11-08tty: 8250: Add support for Intashield IX cardsCameron Williams
2023-11-08tty: 8250: Add support for additional Brainboxes PX cardsCameron Williams
2023-11-08tty: 8250: Fix up PX-803/PX-857Cameron Williams
2023-11-08tty: 8250: Fix port count of PX-257Cameron Williams
2023-11-08tty: 8250: Add support for Intashield IS-100Cameron Williams
2023-11-08tty: 8250: Add support for Brainboxes UP cardsCameron Williams
2023-11-08tty: 8250: Add support for additional Brainboxes UC cardsCameron Williams
2023-11-08tty: 8250: Remove UC-257 and UC-431Cameron Williams
2023-11-08tty: n_gsm: fix race condition in status line change on dead connectionsDaniel Starke
2023-10-07serial: core: Fix checks for tx runtime PM stateTony Lindgren
2023-10-03serial: 8250_omap: Fix errors with no_console_suspendTony Lindgren
2023-10-03serial: Reduce spinlocked portion of uart_rs485_config()Lukas Wunner
2023-09-18Revert "tty: n_gsm: fix UAF in gsm_cleanup_mux"Daniel Starke
2023-09-18serial: 8250_port: Check IRQ data before useAndy Shevchenko
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds