- e0fcae7 tty: Add support for Brainboxes UC cards. by Cameron Williams · 3 years ago
- 4628b26 serial: 8250: of: Fix mapped region size when using reg-offset property by Robert Hancock · 3 years ago
- 6471ebc serial: 8250_fintek: Fix garbled text for console by Ji-Ze Hong (Peter Hong) · 3 years ago
- a5d0a72 serial: 8250: Fix RTS modem control while in rs485 mode by Lukas Wunner · 3 years, 1 month ago
- f9802d7 serial: 8250_pci: rewrite pericom_do_set_divisor() by Jay Dolan · 3 years, 1 month ago
- 50b0688 serial: 8250_pci: Fix ACCES entries in pci_serial_quirks array by Jay Dolan · 3 years, 1 month ago
- 92a80e1 serial: 8250_dw: Drop wrong use of ACPI_PTR() by Andy Shevchenko · 3 years, 3 months ago
- edc5466 serial: 8250: fix racy uartclk update by Johan Hovold · 3 years, 3 months ago
- 640946fc serial: 8250: 8250_omap: Fix RX_LVL register offset by Nishanth Menon · 3 years, 4 months ago
- 6a00dec serial: 8250_omap: Handle optional overrun-throttle-ms property by Tony Lindgren · 3 years, 5 months ago
- d0a8ef0 serial: 8250_pci: make setup_port() parameters explicitly unsigned by Greg Kroah-Hartman · 3 years, 5 months ago
- b763d2e serial: 8250: Define RX trigger levels for OxSemi 950 devices by Maciej W. Rozycki · 3 years, 6 months ago
- 0b62660 serial: 8250: 8250_omap: Fix unused variable warning by Vignesh Raghavendra · 4 years, 2 months ago
- 55bb519 serial: 8250: 8250_omap: Fix possible array out of bounds access by Vignesh Raghavendra · 4 years, 2 months ago
- bfb5f1a serial: 8250_pci: Avoid irq sharing for MSI(-X) interrupts. by Mario Kleiner · 3 years, 5 months ago
- 0f30fed serial: 8250_pci: Enumerate Elkhart Lake UARTs via dedicated driver by Andy Shevchenko · 3 years, 6 months ago
- 8a1624f serial: 8250: Mask out floating 16/32-bit bus bits by Maciej W. Rozycki · 3 years, 6 months ago
- c03cef6 serial: 8250_mtk: fix uart corruption issue when rx power off by Zhiyong Tao · 3 years, 5 months ago
- 7a80f716 tty: serial: 8250: serial_cs: Fix a memory leak in error handling path by Christophe JAILLET · 3 years, 7 months ago
- 9443acb serial: 8250: 8250_omap: Fix possible interrupt storm on K3 SoCs by Vignesh Raghavendra · 3 years, 6 months ago
- e0e3e0b serial: 8250: 8250_omap: Disable RX interrupt after DMA enable by Vignesh Raghavendra · 4 years, 2 months ago
- c850b52 serial: 8250: Actually allow UPF_MAGIC_MULTIPLIER baud rates by Maciej W. Rozycki · 3 years, 7 months ago
- f5186bd serial: 8250_omap: fix a timeout loop condition by Dan Carpenter · 3 years, 8 months ago
- cc46d6d serial_cs: remove wrong GLOBETROTTER.cis entry by Ondrej Zary · 3 years, 7 months ago
- cf727d9 serial_cs: Add Option International GSM-Ready 56K/ISDN modem by Ondrej Zary · 3 years, 7 months ago
- ae46660 serial: 8250_pci: handle FL_NOIRQ board flag by Christian Gmeiner · 3 years, 7 months ago
- 60f9e33 serial: 8250_pci: Add support for new HPE serial device by Randy Wright · 3 years, 8 months ago
- a4a2613 serial: 8250_dw: Add device HID for new AMD UART controller by Maximilian Luz · 3 years, 8 months ago
- 595505f serial: 8250: Add UART_BUG_TXRACE workaround for Aspeed VUART by Andrew Jeffery · 3 years, 7 months ago
- 048a04a serial: 8250-mtk: Fix reference leak in mtk8250_probe by Zhang Qilong · 4 years, 1 month ago
- dadaf79 serial: 8250_omap: Avoid FIFO corruption caused by MDR1 access by Alexander Sverdlin · 4 years, 1 month ago
- 912ab37 serial: 8250_mtk: Fix uart_get_baud_rate warning by Claire Chang · 4 years, 2 months ago
- 85985a3 serial: 8250_dw: Fix clk-notifier/port suspend deadlock by Serge Semin · 4 years, 3 months ago
- c8dff3a serial: 8250: Skip uninitialized TTY port baud rate update by Serge Semin · 4 years, 3 months ago
- 7718453 serial: 8250: Discard RTS/DTS setting from clock update method by Serge Semin · 4 years, 3 months ago
- 409cc45 serial: 8250_fsl: Fix TX interrupt handling condition by Andrij Abyzov · 4 years, 3 months ago
- 33f16b2 Merge 5.9.0-rc6 into tty-next by Greg Kroah-Hartman · 4 years, 3 months ago
- 3c5a87b serial: 8250_pci: Add Realtek 816a and 816b by Tobias Diedrich · 4 years, 4 months ago
- ea4de36 tty: serial: 8250_mtk: set regshift for mmio32 by Hsin-Yi Wang · 4 years, 4 months ago
- 57cee07 serial: 8250_pci: Remove unused function get_pci_irq() by YueHaibing · 4 years, 4 months ago
- 1136161 serial: 8250_fsl: Add ACPI support by kuldip dwivedi · 4 years, 4 months ago
- ea43a60 serial: 8250: Simplify with dev_err_probe() by Krzysztof Kozlowski · 4 years, 4 months ago
- 8f49a2f Merge 5.9-rc3 into tty-next by Greg Kroah-Hartman · 4 years, 4 months ago
- 04b6ff5 serial: 8250_pci: Add WCH384_8S 8 port serial device by Du Huanpeng · 4 years, 4 months ago
- 15bc20c Merge tag 'tty-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 4 years, 4 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
- 205d300a serial: 8250: change lock order in serial8250_do_startup() by Sergey Senozhatsky · 4 years, 4 months ago
- c6b9e95 serial: 8250_exar: Fix number of ports for Commtech PCIe cards by Valmer Huhn · 4 years, 5 months ago
- 81f0f78 Revert "serial: 8250: Let serial core initialise spin lock" by Andy Shevchenko · 4 years, 5 months ago
- 679193b serial: 8250: Let serial core initialise spin lock by Andy Shevchenko · 4 years, 5 months ago
- cc81696 serial: 8250_dw: Fix common clocks usage race condition by Serge Semin · 4 years, 5 months ago
- 0be160c serial: 8250_dw: Pass the same rate to the clk round and set rate methods by Serge Semin · 4 years, 5 months ago
- 442fdef serial: 8250_dw: Simplify the ref clock rate setting procedure by Serge Semin · 4 years, 5 months ago
- 868f3ee serial: 8250: Add 8250 port clock update method by Serge Semin · 4 years, 5 months ago
- dbaab94 Merge 5.8-rc7 into tty-next by Greg Kroah-Hartman · 4 years, 5 months ago
- 5fdbe13 serial: exar: Fix GPIO configuration for Sealevel cards based on XR17V35X by Matthew Howell · 4 years, 5 months ago
- 551e553 serial: 8250_mtk: Fix high-speed baud rates clamping by Serge Semin · 4 years, 6 months ago
- f4c23a1 serial: 8250: fix null-ptr-deref in serial8250_start_tx() by Yang Yingliang · 4 years, 5 months ago
- d4c2b4e tty: serial: Replace HTTP links with HTTPS ones by Alexander A. Klimov · 4 years, 5 months ago
- 1b1eef6 serial: 8250_mtk: Switch to use platform_get_irq() by Andy Shevchenko · 4 years, 6 months ago
- 451a73c6 serial: 8250_ingenic: Switch to use platform_get_irq() by Andy Shevchenko · 4 years, 6 months ago
- e914072 serial: 8250_pxa: Switch to use platform_get_irq() by Andy Shevchenko · 4 years, 6 months ago
- 9167cc7 serial: 8250_omap: Switch to use platform_get_irq() by Andy Shevchenko · 4 years, 6 months ago
- 2a1dbd2 serial: 8250_em: Switch to use platform_get_irq() by Andy Shevchenko · 4 years, 6 months ago
- 894b867 8250-men-mcb: fix signed/unsigned confusion by Pavel Machek · 4 years, 7 months ago
- 167cbce serial: core: drop unnecessary gpio include by Johan Hovold · 4 years, 7 months ago
- a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
- 081096d Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 4 years, 7 months ago
- 3925c3b Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 4 years, 7 months ago
- c5e7467 serial: 8250_early: Support kgdboc_earlycon by Douglas Anderson · 4 years, 8 months ago
- 423d911 serial: 8250_fintek: Add F81966 Support by Ji-Ze Hong (Peter Hong) · 4 years, 7 months ago
- d58a2df serial: 8250: Support rs485 bus termination GPIO by Lukas Wunner · 4 years, 8 months ago
- f40a6be serial: 8520_port: Fix function param documentation by Heiko Stuebner · 4 years, 8 months ago
- 15a3f03 serial: 8250: Enable 16550A variants by default on non-x86 by Josh Triplett · 4 years, 7 months ago
- 7b668c0 serial: 8250: Fix max baud limit in generic 8250 port by Serge Semin · 4 years, 8 months ago
- c150c0f serial: Allow uart_get_rs485_mode() to return errno by Lukas Wunner · 4 years, 8 months ago
- e0a851f serial: 8250: Avoid error message on reprobe by Lukas Wunner · 4 years, 8 months ago
- 2463700 serial: 8250_exar: Make use of PCI_DEVICE_DATA() macro by Andy Shevchenko · 4 years, 8 months ago
- 62a7f30 serial: 8250_pci: Move Pericom IDs to pci_ids.h by Kai-Heng Feng · 4 years, 8 months ago
- cd9479a drivers/tty: remove redundant assignment to variable i and rename it to ret by Colin Ian King · 4 years, 9 months ago
- 1f944f9 Merge tag 'tty-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 4 years, 9 months ago
- 8f1073e Merge branch 'pm-qos' by Rafael J. Wysocki · 4 years, 9 months ago
- 8d5b305 serial: 8250: Optimize irq enable after console write by Lukas Wunner · 4 years, 9 months ago
- 4e36f94 serial: 8250: Fix rs485 delay after console write by Lukas Wunner · 4 years, 9 months ago
- c26389f serial: 8250: 8250_omap: Add DMA support for UARTs on K3 SoCs by Vignesh Raghavendra · 4 years, 10 months ago
- c6689df serial: 8250: 8250_omap: Work around errata causing spurious IRQs with DMA by Vignesh Raghavendra · 4 years, 10 months ago
- 7229b84 serial: 8250: 8250_omap: Extend driver data to pass FIFO trigger info by Vignesh Raghavendra · 4 years, 10 months ago
- 7898984 serial: 8250: 8250_omap: Move locking out from __dma_rx_do_complete() by Peter Ujfalusi · 4 years, 10 months ago
- 4bcf59a5d serial: 8250: 8250_omap: Account for data in flight during DMA teardown by Vignesh Raghavendra · 4 years, 10 months ago
- 7cf4df3 serial: 8250: 8250_omap: Terminate DMA before pushing data on RX timeout by Vignesh Raghavendra · 4 years, 10 months ago
- 4ce35a3 serial: 8250_omap: Fix sleeping function called from invalid context during probe by Peter Ujfalusi · 4 years, 9 months ago
- f4b042a serial: 8250: 8250_omap: Fix throttle to call stop_rx() by Vignesh Raghavendra · 4 years, 10 months ago
- f19c3f6 serial: 8250_port: Don't service RX FIFO if throttled by Vignesh Raghavendra · 4 years, 10 months ago
- 089b6d3 serial: 8250_port: Disable DMA operations for kernel console by Andy Shevchenko · 4 years, 11 months ago
- bedb404 serial: 8250_port: Don't use power management for kernel console by Andy Shevchenko · 4 years, 11 months ago
- cb05c6c Merge 5.6-rc5 into tty-next by Greg Kroah-Hartman · 4 years, 10 months ago
- 7f98030 serial: 8250: Support console on software emulated rs485 ports by Lukas Wunner · 4 years, 10 months ago
- f93bf75 serial: 8250_bcm2835aux: Support rs485 software emulation by Lukas Wunner · 4 years, 10 months ago
- 058bc10 serial: 8250: Generalize rs485 software emulation by Lukas Wunner · 4 years, 10 months ago
- 41a70b7 serial: 8250: Deduplicate rs485 active_timer assignment by Lukas Wunner · 4 years, 10 months ago