summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* tty: n_gsm: fix software flow control handlingDaniel Starke2022-05-091-0/+16
* tty: n_gsm: fix incorrect UA handlingDaniel Starke2022-05-091-1/+0
* tty: n_gsm: fix reset fifo race conditionDaniel Starke2022-05-091-0/+8
* tty: n_gsm: fix missing tty wakeup in convergence layer type 2Daniel Starke2022-05-091-0/+1
* tty: n_gsm: fix wrong signal octets encoding in MSCDaniel Starke2022-05-091-13/+5
* tty: n_gsm: fix wrong command frame length field encodingDaniel Starke2022-05-091-12/+11
* tty: n_gsm: fix wrong command retry handlingDaniel Starke2022-05-091-3/+3
* tty: n_gsm: fix missing explicit ldisc flushDaniel Starke2022-05-091-0/+1
* tty: n_gsm: fix wrong DLCI release orderDaniel Starke2022-05-091-2/+2
* tty: n_gsm: fix insufficient txframe sizeDaniel Starke2022-05-091-1/+3
* tty: n_gsm: fix malformed counter for out of frame dataDaniel Starke2022-05-091-1/+2
* tty: n_gsm: fix wrong signal octet encoding in convergence layer type 2Daniel Starke2022-05-091-1/+1
* tty: n_gsm: fix mux cleanup after unregister tty deviceDaniel Starke2022-05-091-1/+6
* tty: n_gsm: fix decoupled mux resourceDaniel Starke2022-05-091-25/+38
* tty: n_gsm: fix restart handling via CLD commandDaniel Starke2022-05-091-48/+20
* serial: 8250: Correct the clock for EndRun PTP/1588 PCIe deviceMaciej W. Rozycki2022-05-091-4/+4
* serial: 8250: Also set sticky MCR bits in console restorationMaciej W. Rozycki2022-05-091-1/+1
* serial: amba-pl011: do not time out prematurely when draining tx fifoLino Sanfilippo2022-05-091-2/+7
* serial: imx: fix overrun interrupts in DMA modeJohan Hovold2022-05-091-1/+1
* serial: samsung_tty: do not unlock port->lock for uart_write_wakeup()Jiri Slaby2022-04-131-4/+1
* serial: 8250: fix XOFF/XON sending when DMA is usedIlpo Järvinen2022-04-083-4/+25
* kgdboc: fix return value of __setup handlerRandy Dunlap2022-04-081-3/+3
* tty: hvc: fix return value of __setup handlerRandy Dunlap2022-04-081-1/+3
* serial: 8250: Fix race condition in RTS-after-send handlingUwe Kleine-König2022-04-081-0/+12
* serial: 8250_lpss: Balance reference count for PCI DMA deviceAndy Shevchenko2022-04-081-6/+22
* serial: 8250_mid: Balance reference count for PCI DMA deviceAndy Shevchenko2022-04-081-4/+15
* serial: 8250_aspeed_vuart: add PORT_ASPEED_VUART port typeZev Weiss2022-04-082-1/+9
* mxser: fix xmit_buf leak in activate when LSR == 0xffJiri Slaby2022-04-081-4/+11
* serial: stm32: prevent TDR register overwrite when sending x_charValentin Caron2022-03-081-0/+12
* tty: n_gsm: fix deadlock in gsmtty_open()daniel.starke@siemens.com2022-03-021-0/+3
* tty: n_gsm: fix wrong modem processing in convergence layer type 2daniel.starke@siemens.com2022-03-021-9/+14
* tty: n_gsm: fix wrong tty control line for flow controldaniel.starke@siemens.com2022-03-021-4/+4
* tty: n_gsm: fix NULL pointer access due to DLCI releasedaniel.starke@siemens.com2022-03-021-1/+6
* tty: n_gsm: fix proper link termination after failed opendaniel.starke@siemens.com2022-03-021-1/+1
* tty: n_gsm: fix encoding of control signal octet bit DVdaniel.starke@siemens.com2022-03-021-1/+1
* sc16is7xx: Fix for incorrect data being transmittedPhil Elwell2022-03-021-0/+3
* tty: n_tty: do not look ahead for EOL character past the end of the bufferLinus Torvalds2022-02-231-4/+2
* serial: parisc: GSC: fix build when IOSAPIC is not setRandy Dunlap2022-02-231-1/+1
* n_tty: wake up poll(POLLRDNORM) on receiving dataTATSUKAWA KOSUKE (立川 江介)2022-02-161-2/+2
* vt_ioctl: add array_index_nospec to VT_ACTIVATEJakob Koschel2022-02-161-0/+1
* vt_ioctl: fix array_index_nospec in vt_setactivateJakob Koschel2022-02-161-1/+1
* tty: Add support for Brainboxes UC cards.Cameron Williams2022-02-011-2/+98
* tty: n_gsm: fix SW flow control encoding/handlingdaniel.starke@siemens.com2022-02-011-1/+3
* serial: stm32: fix software flow control transferValentin Caron2022-02-011-1/+1
* serial: 8250: of: Fix mapped region size when using reg-offset propertyRobert Hancock2022-02-011-1/+10
* serial: pl011: Fix incorrect rs485 RTS polarity on set_mctrlJochen Mades2022-02-011-2/+6
* serial: Fix incorrect rs485 polarity on uart openLukas Wunner2022-01-271-2/+2
* serial: core: Keep mctrl register state and cached copy in syncLukas Wunner2022-01-271-1/+2
* serial: pl011: Drop CR register reset on set_termiosLukas Wunner2022-01-271-2/+0
* serial: pl010: Drop CR register reset on set_termiosLukas Wunner2022-01-271-3/+0