summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
Commit message (Expand)AuthorAgeFilesLines
* 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
* | serial: 8250_pericom: Revert "Re-enable higher baud rates"Andy Shevchenko2022-02-041-1/+1
* | 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
* | serial: 8250: of: Fix mapped region size when using reg-offset propertyRobert Hancock2022-01-261-1/+10
* | 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 '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
* | 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
* | 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
* | 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
* | tty: serial: samsung: Enable console as moduleSam Protsenko2021-12-202-5/+33
* | tty: serial: samsung: Remove USI initializationSam Protsenko2021-12-201-32/+4
* | Merge 5.16-rc6 into tty-nextGreg Kroah-Hartman2021-12-201-20/+0
|\ \
| * | serial: 8250_fintek: Fix garbled text for consoleJi-Ze Hong (Peter Hong)2021-12-151-20/+0
* | | serial: 8250_pci: remove redundant assignment to tmp after the mask operationColin Ian King2021-12-171-1/+1
* | | tty: serial: fsl_lpuart: Add i.MXRT1050 supportJesse Taube2021-12-171-0/+8
* | | serial: atmel: Use platform_get_irq() to get the interruptRob Herring2021-12-171-1/+1
* | | serial: sh-sci: Use devm_clk_get_optional()Geert Uytterhoeven2021-12-171-8/+7