summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2023-09-20uart: 8250: add reset operation in runtime PMWilliam Qiu1-0/+4
2023-07-10driver:uart: fix up uart communicate failshanlong.li1-4/+4
2023-06-25uart: 8250: Add dw auto flow ctrl supportMinda Chen3-1/+18
2023-05-24vc_screen: reload load of struct vc_data pointer in vcs_write() to avoid UAFGeorge Kennedy1-2/+9
2023-05-24serial: qcom-geni: fix enabling deactivated interruptKrzysztof Kozlowski1-5/+4
2023-05-24serial: 8250_exar: Add support for USR298x PCI ModemsAndrew Davis1-0/+17
2023-05-24serial: Add support for Advantech PCI-1611U cardVitaliy Tomin1-0/+5
2023-05-24serial: 8250_bcm7271: fix leak in `brcmuart_probe`Doug Berger1-1/+1
2023-05-24serial: 8250_bcm7271: balance clk_enable callsDoug Berger1-1/+4
2023-05-24serial: arc_uart: fix of_iomap leak in `arc_serial_probe`Ke Zhang1-3/+4
2023-05-24serial: 8250: Reinit port->pm on port specific driver unbindTony Lindgren1-0/+1
2023-05-11serial: 8250: Add missing wakeup event reportingFlorian Fainelli1-0/+4
2023-05-11tty: serial: fsl_lpuart: adjust buffer length to the intended sizeShenwei Wang1-1/+1
2023-05-11serial: 8250_bcm7271: Fix arbitration handlingDoug Berger1-6/+12
2023-05-11serial: stm32: Re-assert RTS/DE GPIO in RS485 mode only if more data are tran...Marek Vasut1-2/+3
2023-05-11serial: max310x: fix IO data corruption in batched operationsJan Kundrát1-2/+15
2023-05-11serial: 8250: Fix serial8250_tx_empty() race with DMA TxIlpo Järvinen2-3/+16
2023-05-11serial: fix TIOCSRS485 lockingJohan Hovold1-2/+2
2023-05-11tty: Prevent writing chars during tcsetattr TCSADRAIN/FLUSHIlpo Järvinen3-14/+37
2023-04-13serial: 8250: Prevent starting up DMA Rx on THRI interruptIlpo Järvinen1-0/+11
2023-04-13tty: serial: fsl_lpuart: avoid checking for transfer complete when UARTCTRL_S...Sherry Sun1-1/+7
2023-04-13tty: serial: sh-sci: Fix Rx on RZ/G2L SCIBiju Das1-1/+1
2023-04-13tty: serial: sh-sci: Fix transmit end interrupt handlerBiju Das1-0/+8
2023-04-06tty: serial: fsl_lpuart: fix race on RX DMA shutdownAlexander Sverdlin1-8/+3
2023-04-06tty: serial: fsl_lpuart: switch to new dmaengine_terminate_* APISherry Sun1-4/+4
2023-03-30hvc/xen: prevent concurrent accesses to the shared ringRoger Pau Monne1-2/+17
2023-03-22serial: 8250: ASPEED_VUART: select REGMAP instead of depending on itRandy Dunlap1-1/+2
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-22Revert "tty: serial: fsl_lpuart: adjust SERIAL_FSL_LPUART_CONSOLE config depe...Tom Rix1-1/+1
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-09serial: stm32: Merge hard IRQ and threaded IRQ handling into single IRQ handlerMarek Vasut1-28/+5
2023-02-09vc_screen: move load of struct vc_data pointer in vcs_read() to avoid UAFGeorge Kennedy1-4/+5
2023-01-24serial: exar: Add support for Sealevel 7xxxC serial cardsMatthew Howell1-0/+14
2023-01-24serial: atmel: fix incorrect baudrate setupTobias Schramm1-7/+1