summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2022-05-09tty: n_gsm: fix sometimes uninitialized warning in gsm_dlci_modem_output()Daniel Starke1-6/+9
2022-05-09tty: n_gsm: fix software flow control handlingDaniel Starke1-0/+16
2022-05-09tty: n_gsm: fix invalid use of MSC in advanced optionDaniel Starke1-8/+117
2022-05-09tty: n_gsm: fix broken virtual tty handlingDaniel Starke1-72/+15
2022-05-09tty: n_gsm: fix missing update of modem controls after DLCI openDaniel Starke1-0/+4
2022-05-09tty: n_gsm: fix incorrect UA handlingDaniel Starke1-1/+0
2022-05-09tty: n_gsm: fix reset fifo race conditionDaniel Starke1-0/+8
2022-05-09tty: n_gsm: fix missing tty wakeup in convergence layer type 2Daniel Starke1-0/+1
2022-05-09tty: n_gsm: fix wrong signal octets encoding in MSCDaniel Starke1-13/+5
2022-05-09tty: n_gsm: fix wrong command frame length field encodingDaniel Starke1-12/+11
2022-05-09tty: n_gsm: fix wrong command retry handlingDaniel Starke1-3/+3
2022-05-09tty: n_gsm: fix missing explicit ldisc flushDaniel Starke1-0/+1
2022-05-09tty: n_gsm: fix wrong DLCI release orderDaniel Starke1-2/+2
2022-05-09tty: n_gsm: fix insufficient txframe sizeDaniel Starke1-1/+3
2022-05-09tty: n_gsm: fix malformed counter for out of frame dataDaniel Starke1-1/+2
2022-05-09tty: n_gsm: fix frame reception handlingDaniel Starke1-23/+30
2022-05-09tty: n_gsm: fix wrong signal octet encoding in convergence layer type 2Daniel Starke1-1/+1
2022-05-09tty: n_gsm: fix mux cleanup after unregister tty deviceDaniel Starke1-1/+6
2022-05-09tty: n_gsm: fix decoupled mux resourceDaniel Starke1-25/+38
2022-05-09tty: n_gsm: fix restart handling via CLD commandDaniel Starke1-48/+20
2022-05-09tty: n_gsm: fix missing mux reset on config change at responderDaniel Starke1-1/+1
2022-05-09serial: 8250: Correct the clock for EndRun PTP/1588 PCIe deviceMaciej W. Rozycki1-4/+4
2022-05-09serial: 8250: Also set sticky MCR bits in console restorationMaciej W. Rozycki1-1/+1
2022-05-09serial: amba-pl011: do not time out prematurely when draining tx fifoLino Sanfilippo1-2/+7
2022-05-09serial: imx: fix overrun interrupts in DMA modeJohan Hovold1-1/+1
2022-04-13serial: samsung_tty: do not unlock port->lock for uart_write_wakeup()Jiri Slaby1-4/+1
2022-04-08serial: 8250: fix XOFF/XON sending when DMA is usedIlpo Järvinen3-4/+25
2022-04-08kgdboc: fix return value of __setup handlerRandy Dunlap1-3/+3
2022-04-08tty: hvc: fix return value of __setup handlerRandy Dunlap1-1/+3
2022-04-08serial: 8250: Fix race condition in RTS-after-send handlingUwe Kleine-König1-0/+12
2022-04-08serial: 8250_lpss: Balance reference count for PCI DMA deviceAndy Shevchenko1-6/+22
2022-04-08serial: 8250_mid: Balance reference count for PCI DMA deviceAndy Shevchenko1-4/+15
2022-04-08serial: 8250_aspeed_vuart: add PORT_ASPEED_VUART port typeZev Weiss2-1/+9
2022-04-08mxser: fix xmit_buf leak in activate when LSR == 0xffJiri Slaby1-4/+11
2022-02-25Merge tag 'tty-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-22/+42
2022-02-21sc16is7xx: Fix for incorrect data being transmittedPhil Elwell1-0/+3
2022-02-21tty: n_gsm: fix deadlock in gsmtty_open()daniel.starke@siemens.com1-0/+3
2022-02-21tty: n_gsm: fix wrong modem processing in convergence layer type 2daniel.starke@siemens.com1-9/+14
2022-02-21tty: n_gsm: fix wrong tty control line for flow controldaniel.starke@siemens.com1-4/+4
2022-02-21tty: n_gsm: fix NULL pointer access due to DLCI releasedaniel.starke@siemens.com1-1/+6
2022-02-21tty: n_gsm: fix proper link termination after failed opendaniel.starke@siemens.com1-1/+1
2022-02-21tty: n_gsm: fix encoding of command/response bitdaniel.starke@siemens.com1-6/+10
2022-02-21tty: n_gsm: fix encoding of control signal octet bit DVdaniel.starke@siemens.com1-1/+1
2022-02-16tty: n_tty: do not look ahead for EOL character past the end of the bufferLinus Torvalds1-4/+2
2022-02-15Merge tag 'for-5.17/parisc-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2022-02-14serial: parisc: GSC: fix build when IOSAPIC is not setRandy Dunlap1-1/+1
2022-02-04vt_ioctl: add array_index_nospec to VT_ACTIVATEJakob Koschel1-0/+1
2022-02-04vt_ioctl: fix array_index_nospec in vt_setactivateJakob Koschel1-1/+1
2022-02-04serial: 8250_pericom: Revert "Re-enable higher baud rates"Andy Shevchenko1-1/+1
2022-01-31n_tty: wake up poll(POLLRDNORM) on receiving dataTATSUKAWA KOSUKE (立川 江介)1-2/+2