summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2023-05-17tty: Prevent writing chars during tcsetattr TCSADRAIN/FLUSHIlpo Järvinen3-14/+37
2023-05-17tty: clean include/linux/tty.h upGreg Kroah-Hartman4-0/+40
2023-05-17tty: move some tty-only functions to drivers/tty/tty.hGreg Kroah-Hartman2-0/+18
2023-05-17tty: move some internal tty lock enums and functions out of tty.hGreg Kroah-Hartman3-1/+28
2023-05-17tty: audit: move some local functions out of tty.hGreg Kroah-Hartman2-0/+15
2023-05-17tty: create internal tty.h fileGreg Kroah-Hartman7-0/+27
2023-05-17serial: 8250: Add missing wakeup event reportingFlorian Fainelli1-0/+4
2023-05-17tty: serial: fsl_lpuart: adjust buffer length to the intended sizeShenwei Wang1-1/+1
2023-04-20tty: serial: fsl_lpuart: avoid checking for transfer complete when UARTCTRL_S...Sherry Sun1-1/+7
2023-04-20tty: serial: sh-sci: Fix Rx on RZ/G2L SCIBiju Das1-1/+1
2023-04-20tty: serial: sh-sci: Fix transmit end interrupt handlerBiju Das1-0/+8
2023-04-05serial: 8250: ASPEED_VUART: select REGMAP instead of depending on itRandy Dunlap1-1/+2
2023-04-05serial: 8250: SERIAL_8250_ASPEED_VUART should depend on ARCH_ASPEEDGeert Uytterhoeven1-0/+1
2023-04-05tty: serial: fsl_lpuart: fix race on RX DMA shutdownAlexander Sverdlin1-8/+3
2023-04-05serial: fsl_lpuart: Fix comment typoJason Wang1-1/+1
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-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-03vc_screen: don't clobber return value in vcs_readThomas Weißschuh1-3/+4
2023-02-15serial: 8250_dma: Fix DMA Rx rearm raceIlpo Järvinen1-2/+10
2023-02-15serial: 8250_dma: Fix DMA Rx completion raceIlpo Järvinen1-1/+13
2023-02-15vc_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: 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 Villemoes1-1/+2
2023-01-14fsl_lpuart: Don't enable interrupts too earlyIndan Zupancic1-8/+10
2023-01-14serial: sunsab: Fix error handling in sunsab_init()Yuan Can1-1/+7
2023-01-14serial: altera_uart: fix locking in polling modeGabriel Somlo1-2/+3
2023-01-14tty: serial: altera_uart_{r,t}x_chars() need only uart_portJiri Slaby1-6/+4
2023-01-14tty: serial: clean up stop-tx part in altera_uart_tx_chars()Jiri Slaby1-4/+2
2023-01-14serial: pch: Fix PCI device refcount leak in pch_request_dma()Xiongfeng Wang1-0/+4
2023-01-14serial: pl011: Do not clear RX FIFO & RX interrupt in unthrottle.delisun1-1/+10
2023-01-14serial: amba-pl011: avoid SBSA UART accessing DMACR registerJiamei Xie1-0/+3
2023-01-14serial: tegra: Read DMA status before terminatingKartik1-2/+4
2022-12-08Revert "tty: n_gsm: avoid call of sleeping functions from atomic context"Fedor Pchelkin1-18/+21
2022-12-02serial: 8250: 8250_omap: Avoid RS485 RTS glitch on ->set_termios()Lukas Wunner1-3/+4
2022-11-25serial: 8250_lpss: Configure DMA also w/o DMA filterIlpo Järvinen1-4/+11
2022-11-25serial: 8250: Flush DMA Rx on RLSIIlpo Järvinen1-2/+1
2022-11-25serial: 8250: Fall back to non-DMA Rx if IIR_RDI occursIlpo Järvinen1-0/+4
2022-11-25tty: n_gsm: fix sleep-in-atomic-context bug in gsm_control_sendDuoming Zhou1-1/+1
2022-11-25serial: imx: Add missing .thaw_noirq hookShawn Guo1-0/+1
2022-11-25serial: 8250: omap: Flush PM QOS work on removeTony Lindgren1-0/+1
2022-11-25serial: 8250: omap: Fix unpaired pm_runtime_put_sync() in omap8250_remove()Tony Lindgren1-0/+5
2022-11-25serial: 8250_omap: remove wait loop from Errata i202 workaroundMatthias Schiffer1-17/+0
2022-11-25serial: 8250: omap: Fix missing PM runtime calls for omap8250_set_mctrl()Tony Lindgren1-2/+20