summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* serial: cpm_uart: Fix a COMPILE_TEST dependencyHerve Codina2023-06-092-3/+1
* serial: 8250_tegra: Fix an error handling path in tegra_uart_probe()Christophe JAILLET2023-06-091-1/+3
* tty: serial: fsl_lpuart: use UARTCTRL_TXINV to send break instead of UARTCTRL...Sherry Sun2023-06-091-21/+23
* vc_screen: reload load of struct vc_data pointer in vcs_write() to avoid UAFGeorge Kennedy2023-05-241-2/+9
* serial: qcom-geni: fix enabling deactivated interruptKrzysztof Kozlowski2023-05-241-5/+4
* serial: 8250_exar: Add support for USR298x PCI ModemsAndrew Davis2023-05-241-0/+17
* serial: Add support for Advantech PCI-1611U cardVitaliy Tomin2023-05-241-0/+5
* serial: 8250_bcm7271: fix leak in `brcmuart_probe`Doug Berger2023-05-241-1/+1
* serial: 8250_bcm7271: balance clk_enable callsDoug Berger2023-05-241-1/+4
* serial: arc_uart: fix of_iomap leak in `arc_serial_probe`Ke Zhang2023-05-241-3/+4
* serial: 8250: Reinit port->pm on port specific driver unbindTony Lindgren2023-05-241-0/+1
* serial: 8250: Add missing wakeup event reportingFlorian Fainelli2023-05-111-0/+4
* tty: serial: fsl_lpuart: adjust buffer length to the intended sizeShenwei Wang2023-05-111-1/+1
* serial: 8250_bcm7271: Fix arbitration handlingDoug Berger2023-05-111-6/+12
* serial: stm32: Re-assert RTS/DE GPIO in RS485 mode only if more data are tran...Marek Vasut2023-05-111-2/+3
* serial: max310x: fix IO data corruption in batched operationsJan Kundrát2023-05-111-2/+15
* serial: 8250: Fix serial8250_tx_empty() race with DMA TxIlpo Järvinen2023-05-112-3/+16
* serial: fix TIOCSRS485 lockingJohan Hovold2023-05-111-2/+2
* tty: Prevent writing chars during tcsetattr TCSADRAIN/FLUSHIlpo Järvinen2023-05-113-14/+37
* Merge tag 'tty-6.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-04-083-3/+28
|\
| * tty: serial: sh-sci: Fix Rx on RZ/G2L SCIBiju Das2023-03-291-1/+1
| * tty: serial: fsl_lpuart: fix crash in lpuart_uport_is_activeSherry Sun2023-03-291-1/+1
| * tty: serial: fsl_lpuart: avoid checking for transfer complete when UARTCTRL_S...Sherry Sun2023-03-291-1/+7
| * serial: 8250: Prevent starting up DMA Rx on THRI interruptIlpo Järvinen2023-03-291-0/+11
| * tty: serial: sh-sci: Fix transmit end interrupt handlerBiju Das2023-03-291-0/+8
* | Merge tag 'for-linus-6.3-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-241-2/+17
|\ \ | |/ |/|
| * hvc/xen: prevent concurrent accesses to the shared ringRoger Pau Monne2023-03-221-2/+17
* | Merge tag 'tty-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-03-198-23/+30
|\ \
| * | tty: vt: protect KD_FONT_OP_GET_TALL from unbound accessSamuel Thibault2023-03-091-0/+3
| * | serial: qcom-geni: drop bogus uart_write_wakeup()Johan Hovold2023-03-091-4/+0
| * | serial: qcom-geni: fix mapping of empty DMA bufferJohan Hovold2023-03-091-0/+3
| * | serial: qcom-geni: fix DMA mapping leak on shutdownJohan Hovold2023-03-091-1/+1
| * | serial: qcom-geni: fix console shutdown hangJohan Hovold2023-03-091-0/+4
| * | serdev: Set fwnode for serdev devicesSaravana Kannan2023-03-091-1/+1
| * | tty: serial: fsl_lpuart: fix race on RX DMA shutdownAlexander Sverdlin2023-03-091-8/+3
| * | serial: 8250_pci1xxxx: Disable SERIAL_8250_PCI1XXXX config by defaultKumaravel Thiagarajan2023-03-091-1/+0
| * | serial: 8250_fsl: fix handle_irq lockingJohan Hovold2023-03-091-2/+2
| * | serial: 8250_em: Fix UART port typeBiju Das2023-03-091-2/+2
| * | serial: 8250: ASPEED_VUART: select REGMAP instead of depending on itRandy Dunlap2023-03-091-1/+2
| * | tty: serial: fsl_lpuart: skip waiting for transmission complete when UARTCTRL...Sherry Sun2023-03-091-3/+9
| * | Revert "tty: serial: fsl_lpuart: adjust SERIAL_FSL_LPUART_CONSOLE config depe...Tom Rix2023-03-091-1/+1
* | | serial: sc16is7xx: Convert to i2c's .probe_new()Uwe Kleine-König2023-03-091-3/+3
|/ /
* | vc_screen: don't clobber return value in vcs_readThomas Weißschuh2023-02-271-3/+4
* | vc_screen: modify vcs_size() handling in vcs_read()George Kennedy2023-02-271-3/+1
* | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-242-8/+1
|\ \
| * | driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-1/+1
| * | Merge 6.2-rc5 into driver-core-nextGreg Kroah-Hartman2023-01-228-54/+85
| |\ \
| * | | serial: arc_uart: Drop empty platform remove functionUwe Kleine-König2023-01-171-7/+0
* | | | Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-02-2442-984/+2116
|\ \ \ \
| * | | | tty: n_gsm: add keep alive supportDaniel Starke2023-02-161-2/+104