summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2023-03-22serial: 8250_fsl: fix handle_irq lockingJohan Hovold1-2/+2
2023-03-22serial: 8250_em: Fix UART port typeBiju Das1-2/+2
2023-03-22tty: serial: fsl_lpuart: skip waiting for transmission complete when UARTCTRL...Sherry Sun1-3/+9
2023-03-11tty: pcn_uart: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-03-11serial: sc16is7xx: setup GPIO controller later in probeIsaac True1-25/+26
2023-03-11tty: serial: fsl_lpuart: disable the CTS when send break signalSherry Sun1-2/+22
2023-03-11tty: fix out-of-bounds access in tty_driver_lookup_tty()Sven Schnelle1-3/+5
2023-03-11vc_screen: modify vcs_size() handling in vcs_read()George Kennedy1-3/+1
2023-03-10tty: serial: imx: disable Ageing Timer interrupt request irqPeng Fan1-0/+5
2023-03-10tty: serial: imx: Handle RS485 DE signal active highMarek Vasut1-6/+58
2023-03-10serial: fsl_lpuart: fix RS485 RTS polariy inverse issueShenwei Wang1-2/+2
2023-03-10tty: serial: fsl_lpuart: Fix the wrong RXWATER setting for rx dma caseSherry Sun1-6/+0
2023-03-10serial: tegra: Add missing clk_disable_unprepare() in tegra_uart_hw_init()Yi Yang1-1/+6
2023-03-10tty: serial: fsl_lpuart: clear LPUART Status Register in lpuart32_shutdown()Sherry Sun1-0/+4
2023-03-10tty: serial: fsl_lpuart: disable Rx/Tx DMA in lpuart32_shutdown()Sherry Sun1-0/+5
2023-03-03vc_screen: don't clobber return value in vcs_readThomas Weißschuh1-3/+4
2023-02-09serial: 8250_dma: Fix DMA Rx rearm raceIlpo Järvinen1-2/+10
2023-02-09serial: 8250_dma: Fix DMA Rx completion raceIlpo Järvinen1-1/+13
2023-02-09vc_screen: move load of struct vc_data pointer in vcs_read() to avoid UAFGeorge Kennedy1-4/+5
2023-01-24serial: atmel: fix incorrect baudrate setupTobias Schramm1-7/+1
2023-01-24serial: amba-pl011: fix high priority character transmission in rs486 modeLino Sanfilippo1-4/+4
2023-01-24serial: pch_uart: Pass correct sg to dma_unmap_sg()Ilpo Järvinen1-1/+1
2023-01-24tty: serial: qcom-geni-serial: fix slab-out-of-bounds on RX FIFO bufferKrzysztof Kozlowski1-2/+16
2023-01-18hvc/xen: lock console list traversalRoger Pau Monne1-17/+29
2023-01-14serial: fixup backport of "serial: Deassert Transmit Enable on probe in drive...Rasmus Villemoes2-2/+3
2022-12-31serial: sunsab: Fix error handling in sunsab_init()Yuan Can1-1/+7
2022-12-31serial: altera_uart: fix locking in polling modeGabriel Somlo1-2/+3
2022-12-31tty: serial: altera_uart_{r,t}x_chars() need only uart_portJiri Slaby1-6/+4
2022-12-31tty: serial: clean up stop-tx part in altera_uart_tx_chars()Jiri Slaby1-4/+2
2022-12-31serial: pch: Fix PCI device refcount leak in pch_request_dma()Xiongfeng Wang1-0/+4
2022-12-31serial: stm32: move dma_request_chan() before clk_prepare_enable()Valentin Caron1-24/+23
2022-12-31serial: pl011: Do not clear RX FIFO & RX interrupt in unthrottle.delisun1-1/+10
2022-12-31serial: amba-pl011: avoid SBSA UART accessing DMACR registerJiamei Xie1-0/+3
2022-12-31serial: 8250_bcm7271: Fix error handling in brcmuart_init()Yuan Can1-1/+9
2022-12-31serial: tegra: Read DMA status before terminatingKartik1-2/+4
2022-12-08serial: stm32: Deassert Transmit Enable on ->rs485_config()Lukas Wunner1-47/+53
2022-12-08serial: stm32: Use TC interrupt to deassert GPIO RTS in RS485 modeMarek Vasut2-2/+41
2022-12-08serial: stm32: Factor out GPIO RTS toggling into separate functionMarek Vasut1-23/+38
2022-12-02serial: 8250: 8250_omap: Avoid RS485 RTS glitch on ->set_termios()Lukas Wunner1-3/+4
2022-12-02tty: serial: fsl_lpuart: don't break the on-going transfer when global resetSherry Sun1-27/+49
2022-12-02serial: fsl_lpuart: Fill in rs485_supportedIlpo Järvinen1-0/+6
2022-12-02serial: Add rs485_supported to uart_portIlpo Järvinen1-0/+1
2022-11-26serial: 8250_lpss: Use 16B DMA burst with Elkhart LakeIlpo Järvinen1-0/+3
2022-11-26serial: 8250_lpss: Configure DMA also w/o DMA filterIlpo Järvinen1-4/+11
2022-11-26serial: 8250: Flush DMA Rx on RLSIIlpo Järvinen1-2/+1
2022-11-26serial: 8250: Fall back to non-DMA Rx if IIR_RDI occursIlpo Järvinen1-0/+4
2022-11-26tty: n_gsm: fix sleep-in-atomic-context bug in gsm_control_sendDuoming Zhou1-1/+1
2022-11-26serial: imx: Add missing .thaw_noirq hookShawn Guo1-0/+1
2022-11-26serial: 8250: omap: Flush PM QOS work on removeTony Lindgren1-0/+1
2022-11-26serial: 8250: omap: Fix unpaired pm_runtime_put_sync() in omap8250_remove()Tony Lindgren1-0/+5