summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250
AgeCommit message (Expand)Author
2026-08-19serial: 8250_of: clear stuck empty-FIFO RX-timeout on LPC32xxRyan Wilbur
2026-08-19serial: 8250_dma: Clear stale RX state on shutdownCunhao Lu
2026-08-03serial: 8250_mid: Fix NULL function pointer dereference on DNV/ICX-D/SNR plat...Jiangshan Yi
2026-07-24serial: 8250_omap: clear rx_running on zero-length DMA completesMatthias Feser
2026-07-18serial: 8250_mid: Disable DMA for selected platformsAndy Shevchenko
2026-07-04serial: 8250_dw: unregister 8250 port if clk_notifier_register() failsStepan Ionichev
2026-06-09serial: 8250_dw: dispatch SysRq character in dw8250_handle_irq()Jacques Nilo
2026-06-09serial: 8250: dispatch SysRq character in serial8250_handle_irq()Jacques Nilo
2026-03-25serial: 8250_dw: Ensure BUSY is deassertedIlpo Järvinen
2026-03-25serial: 8250: Add late synchronize_irq() to shutdown to handle DW UART BUSYIlpo Järvinen
2026-03-25serial: 8250_dw: Rework IIR_NO_INT handling to stop interrupt stormIlpo Järvinen
2026-03-25serial: 8250_dw: Rework dw8250_handle_irq() locking and IIR handlingIlpo Järvinen
2026-03-25serial: 8250: Add serial8250_handle_irq_locked()Ilpo Järvinen
2026-03-25serial: 8250_dw: Avoid unnecessary LCR writesIlpo Järvinen
2026-03-25serial: 8250: Protect LCR write in shutdownIlpo Järvinen
2026-03-25serial: 8250: always disable IRQ during THRE testPeng Zhang
2026-03-25serial: 8250: Fix TX deadlock when using DMARaul E Rangel
2026-03-25serial: 8250_pci: add support for the AX99100Martin Roukala (né Peres)
2026-03-04serial: 8250: 8250_omap.c: Clear DMA RX running status only after DMA termina...Moteen Shah
2026-03-04serial: 8250: 8250_omap.c: Add support for handling UART error conditionsMoteen Shah
2026-03-04serial: 8250_dw: handle clock enable errors in runtime_resumeArtem Shimko
2026-02-11treewide: Drop pci_save_state() after pci_restore_state()Lukas Wunner
2026-01-30serial: 8250_pci: Fix broken RS485 for F81504/508/512Marnix Rijnart
2025-12-12serial: add support of CPCI cardsMagne Bruno
2025-11-26serial: 8250: Fix 8250_rsa symbol loopIlpo Järvinen
2025-10-22serial: 8250_mtk: Enable baud clock and manage in runtime PMDaniel Golle
2025-10-22serial: 8250_dw: handle reset control deassert errorArtem Shimko
2025-10-22serial: 8250_exar: add support for Advantech 2 port card with Device ID 0x0018Florian Eckert
2025-09-15Merge 6.17-rc6 into tty-nextGreg Kroah-Hartman
2025-09-12serial: 8250: omap: Support wakeup pinctrl state on suspendMarkus Schneider-Pargmann
2025-09-06serial: 8250_core: fix coding style issueOsama Abdelkader
2025-08-17serial: 8250_rsa: use guard()sJiri Slaby (SUSE)
2025-08-17serial: 8250_omap: use guard()sJiri Slaby (SUSE)
2025-08-17serial: 8250_omap: extract omap_8250_set_termios_atomic()Jiri Slaby (SUSE)
2025-08-17serial: 8250_core: use guard() in serial_unlink_irq_chain()Jiri Slaby (SUSE)
2025-08-17serial: 8250: use guard()sJiri Slaby (SUSE)
2025-08-17serial: 8250: introduce RPM guard()sJiri Slaby (SUSE)
2025-08-14serial: 8250_platform: Reduce stack usage in serial8250_probe_platform()Abinash Singh
2025-08-14serial: 8250_platform: Reduce stack usage in serial8250_probe_acpi()Abinash Singh
2025-08-11module: Rename EXPORT_SYMBOL_GPL_FOR_MODULES to EXPORT_SYMBOL_FOR_MODULESVlastimil Babka
2025-07-31Merge tag 'mips_6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds
2025-07-28MIPS: Update Joshua Kinard's e-mail addressJoshua Kinard
2025-07-24serial: 8250: fix panic due to PSLVERRYunhui Cui
2025-07-22serial: 8250_dw: Fix typo "notifer"WangYuli
2025-07-21serial: 8250_ce4100: Fix CONFIG_SERIAL_8250=n buildAndy Shevchenko
2025-07-16serial: 8250_ni: Reorder local variablesChaitanya Vadrevu
2025-07-16serial: 8250_ni: Fix build warningChaitanya Vadrevu
2025-07-09serial: 8520_ce4100: Reuse mem_serial_in() in ce4100_mem_serial_in()Andy Shevchenko
2025-06-29serial: 8250: Move CE4100 quirks to a module under 8250 driverAndy Shevchenko
2025-06-24serial: 8250: document doubled "type == PORT_8250_CIR" checkJiri Slaby (SUSE)