summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* serial: 8250_omap: Add earlycon support for the AM654 UART controllerRonald Wahl2023-12-131-0/+1
* serial: 8250: 8250_omap: Do not start RX DMA on THRI interruptRonald Wahl2023-12-131-4/+6
* serial: 8250: 8250_omap: Clear UART_HAS_RHR_IT_DIS bitRonald Wahl2023-12-131-2/+2
* serial: sc16is7xx: address RX timeout interrupt errataDaniel Mack2023-12-131-0/+12
* ARM: PL011: Fix DMA supportArnd Bergmann2023-12-131-58/+54
* serial: 8250_dw: Add ACPI ID for Granite Rapids-D UARTAndy Shevchenko2023-12-131-0/+1
* serial: sc16is7xx: add missing support for rs485 devicetree propertiesHugo Villeneuve2023-12-081-0/+4
* serial: sc16is7xx: Put IOControl register into regmap_volatileHui Wang2023-12-081-0/+1
* hvc/xen: fix event channel handling for secondary consolesDavid Woodhouse2023-11-281-1/+1
* hvc/xen: fix error path in xen_hvc_init() to always register frontend driverDavid Woodhouse2023-11-281-2/+3
* hvc/xen: fix console unplugDavid Woodhouse2023-11-281-8/+24
* tty: serial: meson: fix hard LOCKUP on crtscts modePavel Krasavin2023-11-281-3/+11
* tty/sysrq: replace smp_processor_id() with get_cpu()Muhammad Usama Anjum2023-11-281-1/+2
* tty: vcc: Add check for kstrdup() in vcc_probe()Yi Yang2023-11-281-3/+13
* tty: tty_jobctrl: fix pid memleak in disassociate_ctty()Yi Yang2023-11-201-6/+11
* tty: 8250: Add Brainboxes Oxford Semiconductor-based quirksCameron Williams2023-11-081-0/+147
* tty: 8250: Add support for Intashield IX cardsCameron Williams2023-11-081-0/+21
* tty: 8250: Add support for additional Brainboxes PX cardsCameron Williams2023-11-081-0/+29
* tty: 8250: Fix up PX-803/PX-857Cameron Williams2023-11-081-3/+3
* tty: 8250: Fix port count of PX-257Cameron Williams2023-11-081-1/+1
* tty: 8250: Add support for Intashield IS-100Cameron Williams2023-11-081-0/+6
* tty: 8250: Add support for Brainboxes UP cardsCameron Williams2023-11-081-0/+60
* tty: 8250: Add support for additional Brainboxes UC cardsCameron Williams2023-11-081-0/+57
* tty: 8250: Remove UC-257 and UC-431Cameron Williams2023-11-081-8/+1
* tty: n_gsm: fix race condition in status line change on dead connectionsDaniel Starke2023-11-081-0/+2
* serial: 8250: omap: convert to modern PM opsArnd Bergmann2023-10-251-12/+5
* serial: 8250: omap: Move uart_write() inside PM sectionGeert Uytterhoeven2023-10-251-5/+5
* serial: 8250_omap: Fix errors with no_console_suspendTony Lindgren2023-10-251-15/+10
* serial: 8250: omap: Fix imprecise external abort for omap_8250_pm()Tony Lindgren2023-10-251-32/+38
* serial: Reduce spinlocked portion of uart_rs485_config()Lukas Wunner2023-10-251-4/+9
* serial: Rename uart_change_speed() to uart_change_line_settings()Ilpo Järvinen2023-10-251-6/+6
* serial: Move uart_change_speed() earlierIlpo Järvinen2023-10-251-48/+46
* serial: 8250_port: Check IRQ data before useAndy Shevchenko2023-10-061-1/+4
* Revert "tty: n_gsm: fix UAF in gsm_cleanup_mux"Daniel Starke2023-10-061-3/+1
* serial: cpm_uart: Avoid suspicious lockingChristophe Leroy2023-09-231-9/+4
* serial: sc16is7xx: fix regression with GPIO configurationHugo Villeneuve2023-09-131-35/+108
* serial: sc16is7xx: remove obsolete out_thread labelHugo Villeneuve2023-09-131-3/+1
* serial: tegra: handle clk prepare error in tegra_uart_hw_init()Yi Yang2023-09-131-1/+5
* serial: sprd: Fix DMA buffer leak issueChunyan Zhang2023-09-131-2/+3
* serial: sprd: Assign sprd_port after initialized to avoid wrong accessChunyan Zhang2023-09-131-8/+17
* serial: sc16is7xx: fix bug when first setting GPIO directionHugo Villeneuve2023-09-061-1/+10
* serial: sc16is7xx: fix broken port 0 uart initHugo Villeneuve2023-09-061-0/+6
* serial: qcom-geni: fix opp vote on shutdownJohan Hovold2023-09-061-0/+5
* serial: 8250: Fix oops for port->pm on uart_change_pm()Tony Lindgren2023-08-231-0/+1
* tty: serial: fsl_lpuart: Clear the error flags by writing 1 for lpuart32 plat...Sherry Sun2023-08-231-2/+2
* tty: n_gsm: fix the UAF caused by race condition in gsm_cleanup_muxYi Yang2023-08-231-1/+2
* serial: stm32: Ignore return value of uart_remove_one_port() in .remove()Uwe Kleine-König2023-08-231-4/+1
* tty: n_gsm: fix UAF in gsm_cleanup_muxChaoyuan Peng2023-08-031-1/+3
* serial: sifive: Fix sifive_serial_console_setup() sectionSamuel Holland2023-08-031-1/+1
* serial: 8250_dw: Preserve original value of DLF registerRuihong Luo2023-08-031-2/+4