summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | | serial: sh-sci: Use dev_err_probe()Geert Uytterhoeven2021-12-171-7/+4
* | | serial: sh-sci: Drop support for "sci_ick" clockGeert Uytterhoeven2021-12-171-11/+0
* | | serial: lantiq: Use platform_get_irq() to get the interruptRob Herring2021-12-171-15/+13
* | | tty: serial: sh-sci: Add support for R-Car Gen4Yoshihiro Shimoda2021-12-171-0/+3
* | | Merge 5.16-rc4 into tty-nextGreg Kroah-Hartman2021-12-0610-28/+80
|\| |
| * | serial: 8250_bcm7271: UART errors after resuming from S2Al Cooper2021-12-031-0/+13
| * | serial: 8250_pci: rewrite pericom_do_set_divisor()Jay Dolan2021-11-251-13/+17
| * | serial: 8250_pci: Fix ACCES entries in pci_serial_quirks arrayJay Dolan2021-11-251-1/+8
| * | serial: 8250: Fix RTS modem control while in rs485 modeLukas Wunner2021-11-252-7/+5
| * | Revert "tty: serial: fsl_lpuart: drop earlycon entry for i.MX8QXP"Alexander Stein2021-11-251-0/+1
| * | serial: tegra: Change lower tolerance baud rate limit for tegra20 and tegra30Patrik John2021-11-251-2/+2
| * | serial: liteuart: relax compile-test dependenciesJohan Hovold2021-11-251-1/+1
| * | serial: liteuart: fix minor-number leak on probe errorsJohan Hovold2021-11-251-3/+14
| * | serial: liteuart: fix use-after-free and memleak on unbindJohan Hovold2021-11-251-0/+1
| * | serial: liteuart: Fix NULL pointer dereference in ->remove()Ilia Sergachev2021-11-251-0/+2
| * | tty: serial: msm_serial: Deactivate RX DMA for polling supportSven Eckelmann2021-11-251-0/+3
| * | serial: pl011: Add ACPI SBSA UART match idPierre Gondois2021-11-251-0/+1
| * | serial: core: fix transmit-buffer reset and memleakJohan Hovold2021-11-251-1/+12
| |/
* | serial: amba-pl011: do not request memory region twiceLino Sanfilippo2021-12-031-24/+3
* | tty: serial: uartlite: allow 64 bit addressLizhi Hou2021-12-031-1/+1
* | tty: serial: fsl_lpuart: add timeout for wait_event_interruptible in .shutdown()Sherry Sun2021-12-031-2/+2
* | tty: serial: atmel: Call dma_async_issue_pending()Tudor Ambarus2021-11-261-0/+4
* | tty: serial: atmel: Check return code of dmaengine_submit()Tudor Ambarus2021-11-261-0/+10