summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2023-04-20tty: serial: fsl_lpuart: avoid checking for transfer complete when UARTCTRL_S...Sherry Sun
2023-04-20tty: serial: sh-sci: Fix Rx on RZ/G2L SCIBiju Das
2023-04-20tty: serial: sh-sci: Fix transmit end interrupt handlerBiju Das
2023-04-05serial: 8250: ASPEED_VUART: select REGMAP instead of depending on itRandy Dunlap
2023-04-05serial: 8250: SERIAL_8250_ASPEED_VUART should depend on ARCH_ASPEEDGeert Uytterhoeven
2023-04-05tty: serial: fsl_lpuart: fix race on RX DMA shutdownAlexander Sverdlin
2023-04-05serial: fsl_lpuart: Fix comment typoJason Wang
2023-03-22serial: 8250_em: Fix UART port typeBiju Das
2023-03-22tty: serial: fsl_lpuart: skip waiting for transmission complete when UARTCTRL...Sherry Sun
2023-03-11serial: sc16is7xx: setup GPIO controller later in probeIsaac True
2023-03-11tty: serial: fsl_lpuart: disable the CTS when send break signalSherry Sun
2023-03-11tty: fix out-of-bounds access in tty_driver_lookup_tty()Sven Schnelle
2023-03-11vc_screen: modify vcs_size() handling in vcs_read()George Kennedy
2023-03-03vc_screen: don't clobber return value in vcs_readThomas Weißschuh
2023-02-15serial: 8250_dma: Fix DMA Rx rearm raceIlpo Järvinen
2023-02-15serial: 8250_dma: Fix DMA Rx completion raceIlpo Järvinen
2023-02-15vc_screen: move load of struct vc_data pointer in vcs_read() to avoid UAFGeorge Kennedy
2023-01-24serial: atmel: fix incorrect baudrate setupTobias Schramm
2023-01-24serial: pch_uart: Pass correct sg to dma_unmap_sg()Ilpo Järvinen
2023-01-24tty: serial: qcom-geni-serial: fix slab-out-of-bounds on RX FIFO bufferKrzysztof Kozlowski
2023-01-18hvc/xen: lock console list traversalRoger Pau Monne
2023-01-14serial: fixup backport of "serial: Deassert Transmit Enable on probe in drive...Rasmus Villemoes
2023-01-14fsl_lpuart: Don't enable interrupts too earlyIndan Zupancic
2023-01-14serial: sunsab: Fix error handling in sunsab_init()Yuan Can
2023-01-14serial: altera_uart: fix locking in polling modeGabriel Somlo
2023-01-14tty: serial: altera_uart_{r,t}x_chars() need only uart_portJiri Slaby
2023-01-14tty: serial: clean up stop-tx part in altera_uart_tx_chars()Jiri Slaby
2023-01-14serial: pch: Fix PCI device refcount leak in pch_request_dma()Xiongfeng Wang
2023-01-14serial: pl011: Do not clear RX FIFO & RX interrupt in unthrottle.delisun
2023-01-14serial: amba-pl011: avoid SBSA UART accessing DMACR registerJiamei Xie
2023-01-14serial: tegra: Read DMA status before terminatingKartik
2022-12-08Revert "tty: n_gsm: avoid call of sleeping functions from atomic context"Fedor Pchelkin
2022-12-02serial: 8250: 8250_omap: Avoid RS485 RTS glitch on ->set_termios()Lukas Wunner
2022-11-25serial: 8250_lpss: Configure DMA also w/o DMA filterIlpo Järvinen
2022-11-25serial: 8250: Flush DMA Rx on RLSIIlpo Järvinen
2022-11-25serial: 8250: Fall back to non-DMA Rx if IIR_RDI occursIlpo Järvinen
2022-11-25tty: n_gsm: fix sleep-in-atomic-context bug in gsm_control_sendDuoming Zhou
2022-11-25serial: imx: Add missing .thaw_noirq hookShawn Guo
2022-11-25serial: 8250: omap: Flush PM QOS work on removeTony Lindgren
2022-11-25serial: 8250: omap: Fix unpaired pm_runtime_put_sync() in omap8250_remove()Tony Lindgren
2022-11-25serial: 8250_omap: remove wait loop from Errata i202 workaroundMatthias Schiffer
2022-11-25serial: 8250: omap: Fix missing PM runtime calls for omap8250_set_mctrl()Tony Lindgren
2022-11-25serial: 8250: Remove serial_rs485 sanitization from em485Ilpo Järvinen
2022-11-10parisc: Make 8250_gsc driver dependend on CONFIG_PARISCHelge Deller
2022-11-10serial: ar933x: Deassert Transmit Enable on ->rs485_config()Lukas Wunner
2022-11-10serial: 8250: Let drivers request full 16550A feature probingMaciej W. Rozycki
2022-11-03serial: Deassert Transmit Enable on probe in driver-specific wayLukas Wunner
2022-11-03serial: core: move RS485 configuration tasks from drivers into coreLino Sanfilippo
2022-10-26serial: 8250: Fix restoring termios speed after suspendPali Rohár
2022-10-26tty: serial: fsl_lpuart: disable dma rx/tx use flags in lpuart_dma_shutdownSherry Sun