summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-221-1/+1
|\
| * memcg: enable accounting for tty-related objectsVasily Averin2022-03-221-1/+1
* | Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2022-03-213-8/+4
|\ \ | |/ |/|
| * spi: make remove callback a void functionUwe Kleine-König2022-02-093-8/+4
* | Merge tag 'tty-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-02-252-22/+42
|\ \
| * | sc16is7xx: Fix for incorrect data being transmittedPhil Elwell2022-02-211-0/+3
| * | tty: n_gsm: fix deadlock in gsmtty_open()daniel.starke@siemens.com2022-02-211-0/+3
| * | tty: n_gsm: fix wrong modem processing in convergence layer type 2daniel.starke@siemens.com2022-02-211-9/+14
| * | tty: n_gsm: fix wrong tty control line for flow controldaniel.starke@siemens.com2022-02-211-4/+4
| * | tty: n_gsm: fix NULL pointer access due to DLCI releasedaniel.starke@siemens.com2022-02-211-1/+6
| * | tty: n_gsm: fix proper link termination after failed opendaniel.starke@siemens.com2022-02-211-1/+1
| * | tty: n_gsm: fix encoding of command/response bitdaniel.starke@siemens.com2022-02-211-6/+10
| * | tty: n_gsm: fix encoding of control signal octet bit DVdaniel.starke@siemens.com2022-02-211-1/+1
* | | tty: n_tty: do not look ahead for EOL character past the end of the bufferLinus Torvalds2022-02-161-4/+2
* | | Merge tag 'for-5.17/parisc-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-02-151-1/+1
|\ \ \ | |/ / |/| |
| * | serial: parisc: GSC: fix build when IOSAPIC is not setRandy Dunlap2022-02-141-1/+1
* | | vt_ioctl: add array_index_nospec to VT_ACTIVATEJakob Koschel2022-02-041-0/+1
* | | vt_ioctl: fix array_index_nospec in vt_setactivateJakob Koschel2022-02-041-1/+1
* | | serial: 8250_pericom: Revert "Re-enable higher baud rates"Andy Shevchenko2022-02-041-1/+1
* | | n_tty: wake up poll(POLLRDNORM) on receiving dataTATSUKAWA KOSUKE (立川 江介)2022-01-311-2/+2
| |/ |/|
* | serial: core: Initialize rs485 RTS polarity already on probeLukas Wunner2022-01-262-36/+13
* | serial: pl011: Fix incorrect rs485 RTS polarity on set_mctrlJochen Mades2022-01-261-2/+6
* | serial: stm32: fix software flow control transferValentin Caron2022-01-261-1/+1
* | serial: stm32: prevent TDR register overwrite when sending x_charValentin Caron2022-01-261-0/+12
* | tty: n_gsm: fix SW flow control encoding/handlingdaniel.starke@siemens.com2022-01-261-1/+3
* | serial: 8250: of: Fix mapped region size when using reg-offset propertyRobert Hancock2022-01-261-1/+10
* | tty: rpmsg: Fix race condition releasing tty portArnaud Pouliquen2022-01-261-14/+26
* | tty: Add support for Brainboxes UC cards.Cameron Williams2022-01-261-2/+98
* | Revert "tty: serial: Use fifo in 8250 console driver"Greg Kroah-Hartman2022-01-261-55/+6
|/
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-1/+1
|\
| * all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov2022-01-151-1/+1
* | Merge tag 'sound-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-01-141-2/+13
|\ \
| * | dmaengine: qcom-adm: stop abusing slave_id configArnd Bergmann2021-12-171-2/+13
* | | Merge tag 'tty-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-01-1247-2149/+1951
|\ \ \
| * | | serial: core: Keep mctrl register state and cached copy in syncLukas Wunner2022-01-061-1/+2
| * | | serial: stm32: correct loop for dma error handlingValentin Caron2022-01-061-3/+2
| * | | serial: stm32: fix flow control transfer in DMA modeValentin Caron2022-01-061-0/+3
| * | | serial: stm32: rework TX DMA state conditionValentin Caron2022-01-062-19/+49
| * | | serial: stm32: move tx dma terminate DMA to shutdownValentin Caron2022-01-061-1/+5
| * | | serial: pl011: Drop redundant DTR/RTS preservation on close/openLukas Wunner2022-01-061-5/+2
| * | | serial: pl011: Drop CR register reset on set_termiosLukas Wunner2022-01-061-2/+0
| * | | serial: pl010: Drop CR register reset on set_termiosLukas Wunner2022-01-061-3/+0
| * | | serial: liteuart: fix MODULE_ALIASAlyssa Ross2022-01-061-1/+1
| * | | serial: 8250_bcm7271: Fix return error code in case of dma_alloc_coherent() f...Lad Prabhakar2022-01-061-2/+2
| * | | Revert "serdev: BREAK/FRAME/PARITY/OVERRUN notification prototype V2"Greg Kroah-Hartman2021-12-312-60/+0
| * | | tty: goldfish: Use platform_get_irq() to get the interruptLad Prabhakar2021-12-301-6/+4
| * | | serdev: BREAK/FRAME/PARITY/OVERRUN notification prototype V2Magnus Damm2021-12-302-0/+60
| * | | tty: serial: meson: Drop the legacy compatible strings and clock codeYu Tu2021-12-301-32/+2
| * | | serial: pmac_zilog: Use platform_get_irq() to get the interruptLad Prabhakar2021-12-301-4/+8
| * | | serial: bcm63xx: Use platform_get_irq() to get the interruptLad Prabhakar2021-12-301-5/+5