summaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'm68k-for-v5.19-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-05-241-10/+10
|\
| * tty: goldfish: Introduce gf_ioread32()/gf_iowrite32()Laurent Vivier2022-04-111-10/+10
* | fsl_lpuart: Don't enable interrupts too earlyIndan Zupancic2022-05-051-9/+9
* | tty: n_gsm: fix invalid gsmtty_write_room() resultDaniel Starke2022-05-051-4/+3
* | tty: n_gsm: fix mux activation issues in gsm_config()Daniel Starke2022-05-051-4/+8
* | tty: n_gsm: fix buffer over-read in gsm_dlci_data()Daniel Starke2022-05-051-0/+1
* | serial: 8250_mtk: Fix register address for XON/XOFF characterAngeloGioacchino Del Regno2022-05-051-2/+5
* | serial: 8250_mtk: Make sure to select the right FEATURE_SELAngeloGioacchino Del Regno2022-05-051-0/+7
* | serial: 8250_mtk: Fix UART_EFR register addressAngeloGioacchino Del Regno2022-05-051-7/+8
* | tty/serial: digicolor: fix possible null-ptr-deref in digicolor_uart_probe()Yang Yingliang2022-05-051-3/+2
* | tty: n_gsm: fix sometimes uninitialized warning in gsm_dlci_modem_output()Daniel Starke2022-04-261-6/+9
* | serial: 8250: Correct the clock for EndRun PTP/1588 PCIe deviceMaciej W. Rozycki2022-04-221-4/+4
* | serial: 8250: Also set sticky MCR bits in console restorationMaciej W. Rozycki2022-04-221-1/+1
* | tty: n_gsm: fix software flow control handlingDaniel Starke2022-04-221-0/+16
* | tty: n_gsm: fix invalid use of MSC in advanced optionDaniel Starke2022-04-221-8/+117
* | tty: n_gsm: fix broken virtual tty handlingDaniel Starke2022-04-221-72/+15
* | Revert "serial: sc16is7xx: Clear RS485 bits in the shutdown"Hui Wang2022-04-221-4/+2
* | tty: n_gsm: fix missing update of modem controls after DLCI openDaniel Starke2022-04-201-0/+4
* | serial: 8250: Fix runtime PM for start_tx() for empty bufferTony Lindgren2022-04-151-2/+2
* | serial: imx: fix overrun interrupts in DMA modeJohan Hovold2022-04-151-1/+1
* | serial: amba-pl011: do not time out prematurely when draining tx fifoLino Sanfilippo2022-04-151-2/+7
* | tty: n_gsm: fix incorrect UA handlingDaniel Starke2022-04-151-1/+0
* | tty: n_gsm: fix reset fifo race conditionDaniel Starke2022-04-151-0/+8
* | tty: n_gsm: fix missing tty wakeup in convergence layer type 2Daniel Starke2022-04-151-0/+1
* | tty: n_gsm: fix wrong signal octets encoding in MSCDaniel Starke2022-04-151-13/+5
* | tty: n_gsm: fix wrong command frame length field encodingDaniel Starke2022-04-151-12/+11
* | tty: n_gsm: fix wrong command retry handlingDaniel Starke2022-04-151-3/+3
* | tty: n_gsm: fix missing explicit ldisc flushDaniel Starke2022-04-151-0/+1
* | tty: n_gsm: fix wrong DLCI release orderDaniel Starke2022-04-151-2/+2
* | tty: n_gsm: fix insufficient txframe sizeDaniel Starke2022-04-151-1/+3
* | tty: n_gsm: fix malformed counter for out of frame dataDaniel Starke2022-04-151-1/+2
* | tty: n_gsm: fix frame reception handlingDaniel Starke2022-04-151-23/+30
* | tty: n_gsm: fix wrong signal octet encoding in convergence layer type 2Daniel Starke2022-04-151-1/+1
* | tty: n_gsm: fix mux cleanup after unregister tty deviceDaniel Starke2022-04-151-1/+6
* | tty: n_gsm: fix decoupled mux resourceDaniel Starke2022-04-151-25/+38
* | tty: n_gsm: fix restart handling via CLD commandDaniel Starke2022-04-151-48/+20
* | tty: n_gsm: fix missing mux reset on config change at responderDaniel Starke2022-04-151-1/+1
* | tty: serial: mpc52xx_uart: make rx/tx hooks return unsigned, part II.Jiri Slaby2022-04-041-10/+10
|/
* Merge tag 'tty-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-03-2890-917/+2526
|\
| * vt_ioctl: fix potential spectre v1 in VT_DISALLOCATEXiaomeng Tong2022-03-181-4/+6
| * serial: 8250: fix XOFF/XON sending when DMA is usedIlpo Järvinen2022-03-183-4/+25
| * tty: serial: samsung: Add ARTPEC-8 supportVincent Whitchurch2022-03-182-1/+38
| * serial: sc16is7xx: Clear RS485 bits in the shutdownHui Wang2022-03-181-2/+4
| * tty: serial: samsung: simplify getting OF match dataKrzysztof Kozlowski2022-03-181-11/+2
| * tty: serial: samsung: constify variables and pointersKrzysztof Kozlowski2022-03-181-23/+23
| * tty: serial: samsung: constify s3c24xx_serial_drv_data membersKrzysztof Kozlowski2022-03-181-3/+3
| * tty: serial: samsung: constify UART nameKrzysztof Kozlowski2022-03-181-1/+1
| * tty: serial: samsung: constify s3c24xx_serial_drv_dataKrzysztof Kozlowski2022-03-181-29/+29
| * tty: serial: samsung: reduce number of castsKrzysztof Kozlowski2022-03-181-36/+36
| * tty: serial: samsung: embed s3c2410_uartcfg in parent structureKrzysztof Kozlowski2022-03-181-9/+9