- 2dd8a74 serial: core: Initialize rs485 RTS polarity already on probe by Lukas Wunner · 3 years ago
- 62f676f serial: pl011: Fix incorrect rs485 RTS polarity on set_mctrl by Jochen Mades · 4 years ago
- 037b91e serial: stm32: fix software flow control transfer by Valentin Caron · 3 years ago
- d3d079b serial: stm32: prevent TDR register overwrite when sending x_char by Valentin Caron · 3 years ago
- d06b1cf serial: 8250: of: Fix mapped region size when using reg-offset property by Robert Hancock · 3 years ago
- 152d1af tty: Add support for Brainboxes UC cards. by Cameron Williams · 3 years ago
- 6a7b9f0 Revert "tty: serial: Use fifo in 8250 console driver" by Greg Kroah-Hartman · 3 years ago
- 3ceff4ea07 Merge tag 'sound-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 3 years ago
- 93a770b serial: core: Keep mctrl register state and cached copy in sync by Lukas Wunner · 3 years ago
- 195437d serial: stm32: correct loop for dma error handling by Valentin Caron · 3 years ago
- 2a3bcfe serial: stm32: fix flow control transfer in DMA mode by Valentin Caron · 3 years ago
- 9a135f1 serial: stm32: rework TX DMA state condition by Valentin Caron · 3 years ago
- 56a23f9 serial: stm32: move tx dma terminate DMA to shutdown by Valentin Caron · 3 years ago
- 49a8042 serial: pl011: Drop redundant DTR/RTS preservation on close/open by Lukas Wunner · 3 years ago
- e368cc6 serial: pl011: Drop CR register reset on set_termios by Lukas Wunner · 3 years ago
- 08a0c6d serial: pl010: Drop CR register reset on set_termios by Lukas Wunner · 3 years ago
- 556172f serial: liteuart: fix MODULE_ALIAS by Alyssa Ross · 3 years ago
- 0e479b4 serial: 8250_bcm7271: Fix return error code in case of dma_alloc_coherent() failure by Lad Prabhakar · 3 years ago
- ad234e2 tty: serial: meson: Drop the legacy compatible strings and clock code by Yu Tu · 3 years ago
- e3b27e2 serial: pmac_zilog: Use platform_get_irq() to get the interrupt by Lad Prabhakar · 3 years ago
- fc67c91 serial: bcm63xx: Use platform_get_irq() to get the interrupt by Lad Prabhakar · 3 years ago
- 1129a63 serial: ar933x: Use platform_get_irq() to get the interrupt by Lad Prabhakar · 3 years ago
- f63f1dd serial: vt8500: Use platform_get_irq() to get the interrupt by Lad Prabhakar · 3 years ago
- 6030227 serial: altera_jtaguart: Use platform_get_irq_optional() to get the interrupt by Lad Prabhakar · 3 years ago
- 6050efa serial: pxa: Use platform_get_irq() to get the interrupt by Lad Prabhakar · 3 years ago
- 5b68061 serial: meson: Use platform_get_irq() to get the interrupt by Lad Prabhakar · 3 years ago
- c195438 serial: 8250_bcm7271: Propagate error codes from brcmuart_probe() by Lad Prabhakar · 3 years ago
- 56c8b1c serial: 8250_bcm7271: Use platform_get_irq() to get the interrupt by Lad Prabhakar · 3 years ago
- 2575385 serial: altera: Use platform_get_irq_optional() to get the interrupt by Lad Prabhakar · 3 years ago
- cb559bb serial: lantiq: store and compare return status correctly by Muhammad Usama Anjum · 3 years ago
- b4a29b9 serial: 8250: Move Alpha-specific quirk out of the core by Lukas Wunner · 3 years ago
- d3b3404 serial: Fix incorrect rs485 polarity on uart open by Lukas Wunner · 3 years ago
- 5021d70 tty: serial: Use fifo in 8250 console driver by Wander Lairson Costa · 3 years ago
- 712fe4c serial: sh-sci: Remove BREAK/FRAME/PARITY/OVERRUN printouts by Magnus Damm · 3 years, 1 month ago
- 46dacba8 serial: 8250_pericom: Use serial_dl_write() instead of open coded by Andy Shevchenko · 3 years, 1 month ago
- b4ccaf5 serial: 8250_pericom: Re-enable higher baud rates by Jay Dolan · 3 years, 1 month ago
- fcfd3c0 serial: 8250_pci: Split out Pericom driver by Andy Shevchenko · 3 years, 1 month ago
- 8cf8d3c tty: serial: samsung: Fix console registration from module by Sam Protsenko · 3 years, 1 month ago
- 0882b47 tty: serial: samsung: Enable console as module by Sam Protsenko · 3 years, 1 month ago
- 59f37b7 tty: serial: samsung: Remove USI initialization by Sam Protsenko · 3 years, 1 month ago
- 35eaa42 Merge 5.16-rc6 into tty-next by Greg Kroah-Hartman · 3 years ago
- 4b95391 serial: 8250_pci: remove redundant assignment to tmp after the mask operation by Colin Ian King · 3 years, 1 month ago
- 443df57 tty: serial: fsl_lpuart: Add i.MXRT1050 support by Jesse Taube · 3 years ago
- 5bb221b serial: atmel: Use platform_get_irq() to get the interrupt by Rob Herring · 3 years ago
- 8a1dcae serial: sh-sci: Use devm_clk_get_optional() by Geert Uytterhoeven · 3 years ago
- 0d1bc82 serial: sh-sci: Use dev_err_probe() by Geert Uytterhoeven · 3 years ago
- 09c7bda serial: sh-sci: Drop support for "sci_ick" clock by Geert Uytterhoeven · 3 years ago
- f087f01 serial: lantiq: Use platform_get_irq() to get the interrupt by Rob Herring · 3 years ago
- 26baf4b tty: serial: sh-sci: Add support for R-Car Gen4 by Yoshihiro Shimoda · 3 years, 1 month ago
- 03de6b2 dmaengine: qcom-adm: stop abusing slave_id config by Arnd Bergmann · 3 years, 1 month ago
- 6c33ff7 serial: 8250_fintek: Fix garbled text for console by Ji-Ze Hong (Peter Hong) · 3 years ago
- f5bced9 Merge 5.16-rc4 into tty-next by Greg Kroah-Hartman · 3 years, 1 month ago
- 9cabe26e serial: 8250_bcm7271: UART errors after resuming from S2 by Al Cooper · 3 years, 1 month ago
- d118040 serial: amba-pl011: do not request memory region twice by Lino Sanfilippo · 3 years, 1 month ago
- 3672fb6 tty: serial: uartlite: allow 64 bit address by Lizhi Hou · 3 years, 1 month ago
- ffccc78 tty: serial: fsl_lpuart: add timeout for wait_event_interruptible in .shutdown() by Sherry Sun · 3 years, 1 month ago
- 4f4b9b5 tty: serial: atmel: Call dma_async_issue_pending() by Tudor Ambarus · 3 years, 1 month ago
- 1e67bd2 tty: serial: atmel: Check return code of dmaengine_submit() by Tudor Ambarus · 3 years, 1 month ago
- bb1201d serial: 8250_pci: rewrite pericom_do_set_divisor() by Jay Dolan · 3 years, 1 month ago
- c525c5d serial: 8250_pci: Fix ACCES entries in pci_serial_quirks array by Jay Dolan · 3 years, 1 month ago
- f85e045 serial: 8250: Fix RTS modem control while in rs485 mode by Lukas Wunner · 3 years, 1 month ago
- 028e083 tty: serial: imx: disable UCR4_OREN in .stop_rx() instead of .shutdown() by Fugang Duan · 3 years, 1 month ago
- c67643b tty: serial: imx: clear the RTSD status before enable the RTSD irq by Fugang Duan · 3 years, 1 month ago
- 5f6a851 tty: drivers/tty/, stop using tty_schedule_flip() by Jiri Slaby · 3 years, 1 month ago
- 57dcb6e serial: 8250_dw: Add StarFive JH7100 quirk by Emil Renner Berthing · 3 years, 1 month ago
- 862f721 serial: sh-sci: Add support to deassert/assert reset line by Lad Prabhakar · 3 years, 2 months ago
- 2765852e tty: serial, join uport checks in uart_port_shutdown() by Jiri Slaby · 3 years, 1 month ago
- 635e417 arm: remove zte zx platform left-over by Lukas Bulwahn · 3 years, 2 months ago
- 7ee7482 serial: 8250: replace snprintf in show functions with sysfs_emit by Jing Yao · 3 years, 2 months ago
- 4e96797 Revert "tty: serial: fsl_lpuart: drop earlycon entry for i.MX8QXP" by Alexander Stein · 3 years, 1 month ago
- b40de74 serial: tegra: Change lower tolerance baud rate limit for tegra20 and tegra30 by Patrik John · 3 years, 1 month ago
- 0b993fc serial: liteuart: relax compile-test dependencies by Johan Hovold · 3 years, 1 month ago
- dd5e90b serial: liteuart: fix minor-number leak on probe errors by Johan Hovold · 3 years, 1 month ago
- 05f929b serial: liteuart: fix use-after-free and memleak on unbind by Johan Hovold · 3 years, 1 month ago
- 0f55f89 serial: liteuart: Fix NULL pointer dereference in ->remove() by Ilia Sergachev · 3 years, 1 month ago
- 7492ffc tty: serial: msm_serial: Deactivate RX DMA for polling support by Sven Eckelmann · 3 years, 2 months ago
- ac442a0 serial: pl011: Add ACPI SBSA UART match id by Pierre Gondois · 3 years, 2 months ago
- 00de977 serial: core: fix transmit-buffer reset and memleak by Johan Hovold · 3 years, 2 months ago
- d142585 serial: cpm_uart: Protect udbg definitions by CONFIG_SERIAL_CPM_CONSOLE by Geert Uytterhoeven · 3 years, 2 months ago
- 6333a48 serial: stm32: push DMA RX data before suspending by Erwan Le Ray · 3 years, 2 months ago
- 6eeb348 serial: stm32: terminate / restart DMA transfer at suspend / resume by Erwan Le Ray · 3 years, 2 months ago
- e0abc90 serial: stm32: rework RX dma initialization and release by Erwan Le Ray · 3 years, 2 months ago
- 175003d serial: 8250_pci: Remove empty stub pci_quatech_exit() by Andy Shevchenko · 3 years, 2 months ago
- 4290242 serial: 8250_pci: Replace custom pci_match_id() implementation by Andy Shevchenko · 3 years, 2 months ago
- 88b20f8 serial: xilinx_uartps: Fix race condition causing stuck TX by Anssi Hannula · 3 years, 2 months ago
- 159f1f9 serial: sunzilog: Mark sunzilog_putchar() __maybe_unused by Geert Uytterhoeven · 3 years, 2 months ago
- 1177384 serial: 8250_pci: Replace dev_*() by pci_*() macros by Andy Shevchenko · 3 years, 2 months ago
- 0187f88 serial: 8250_pci: Get rid of redundant 'else' keyword by Andy Shevchenko · 3 years, 2 months ago
- 35b4f17 serial: 8250_pci: Refactor the loop in pci_ite887x_init() by Andy Shevchenko · 3 years, 2 months ago
- 74365bc serial: 8250_dw: drop bogus uartclk optimisation by Johan Hovold · 3 years, 2 months ago
- d2248ca serial: 8250: rename unlock labels by Johan Hovold · 3 years, 2 months ago
- 211cde4 serial: 8250: fix racy uartclk update by Johan Hovold · 3 years, 2 months ago
- d1ec8a2 serial: stm32: update throttle and unthrottle ops for dma mode by Erwan Le Ray · 3 years, 2 months ago
- 33bb2f6 serial: stm32: rework RX over DMA by Erwan Le Ray · 3 years, 2 months ago
- cc58d0a serial: stm32: re-introduce an irq flag condition in usart_receive_chars by Erwan Le Ray · 3 years, 2 months ago
- 9768a37 serial: imx: disable console clocks on unregister by Francesco Dolcini · 3 years, 2 months ago
- 6d0d1b5 serial: imx: fix detach/attach of serial console by Stefan Agner · 3 years, 2 months ago
- 412a5fe Merge 5.15-rc6 into tty-next by Greg Kroah-Hartman · 3 years, 2 months ago
- 9b29075 serial: sc16is7xx: Make sc16is7xx_remove() return void by Uwe Kleine-König · 3 years, 3 months ago
- 70b4d23 serial: max310x: Make max310x_remove() return void by Uwe Kleine-König · 3 years, 3 months ago