summaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-271-1/+2
|\
| * tty: fix deadlock caused by calling printk() under tty_port->lockQi Zheng2022-05-131-1/+2
* | Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-05-261-3/+2
|\ \
| * \ Merge branch 'remove-h8300' of git://git.infradead.org/users/hch/misc into as...Arnd Bergmann2022-04-041-3/+2
| |\ \
| | * | remove the h8300 architectureChristoph Hellwig2022-02-231-3/+2
* | | | Merge tag 'arm-multiplatform-5.19-1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-05-261-0/+1
|\ \ \ \
| * | | | serial: 8250/omap1: include linux/soc/ti/omap1-soc.hArnd Bergmann2022-04-211-0/+1
| |/ / /
* | | | Merge tag 'sound-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-05-261-1/+1
|\ \ \ \
| * \ \ \ Merge tag 'asoc-v5.19' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2022-05-231-1/+1
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | dmaengine: imx: Move header to include/dma/Sascha Hauer2022-04-191-1/+1
| | |/ /
* | | | Merge tag 'printk-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-05-251-0/+2
|\ \ \ \
| * | | | printk: add functions to prefer direct printingJohn Ogness2022-04-221-0/+2
* | | | | 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
|/ / /