summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | serial: ar933x: Use platform_get_irq() to get the interruptLad Prabhakar2021-12-301-7/+5
| * | | serial: vt8500: Use platform_get_irq() to get the interruptLad Prabhakar2021-12-301-4/+8
| * | | serial: altera_jtaguart: Use platform_get_irq_optional() to get the interruptLad Prabhakar2021-12-301-4/+7
| * | | serial: pxa: Use platform_get_irq() to get the interruptLad Prabhakar2021-12-301-4/+8
| * | | serial: meson: Use platform_get_irq() to get the interruptLad Prabhakar2021-12-301-5/+6
| * | | serial: 8250_bcm7271: Propagate error codes from brcmuart_probe()Lad Prabhakar2021-12-301-3/+8
| * | | serial: 8250_bcm7271: Use platform_get_irq() to get the interruptLad Prabhakar2021-12-301-7/+5
| * | | serial: altera: Use platform_get_irq_optional() to get the interruptLad Prabhakar2021-12-301-4/+5
| * | | serial: lantiq: store and compare return status correctlyMuhammad Usama Anjum2021-12-301-10/+14
| * | | serial: 8250: Move Alpha-specific quirk out of the coreLukas Wunner2021-12-306-17/+32
| * | | serial: Fix incorrect rs485 polarity on uart openLukas Wunner2021-12-301-2/+2
| * | | tty: serial: Use fifo in 8250 console driverWander Lairson Costa2021-12-301-6/+55
| * | | tty: Fix the keyboard led light display problemlianzhi chang2021-12-211-0/+12
| * | | tty: tty_io: Switch to vmalloc() fallback in case of TTY_NO_WRITE_SPLITAndy Shevchenko2021-12-211-6/+3
| * | | tty/ldsem: Fix syntax errors in commentsXiang wangx2021-12-211-1/+1
| * | | serial: sh-sci: Remove BREAK/FRAME/PARITY/OVERRUN printoutsMagnus Damm2021-12-201-12/+0
| * | | serial: 8250_pericom: Use serial_dl_write() instead of open codedAndy Shevchenko2021-12-201-2/+2
| * | | serial: 8250_pericom: Re-enable higher baud ratesJay Dolan2021-12-201-1/+1
| * | | serial: 8250_pci: Split out Pericom driverAndy Shevchenko2021-12-204-400/+228
| * | | tty: serial: samsung: Fix console registration from moduleSam Protsenko2021-12-201-2/+4