summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250
AgeCommit message (Expand)Author
2026-02-17Merge tag 'tty-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2026-01-23serial: 8250_pci: Remove custom deprecated baud setting routineAndy Shevchenko
2026-01-23serial: 8250_omap: Remove custom deprecated baud setting routineAndy Shevchenko
2026-01-23serial: 8250: omap: set out-of-band wakeup if wakeup pinctrl existsKendall Willis
2026-01-16serial: 8250_pci: Fix broken RS485 for F81504/508/512Marnix Rijnart
2026-01-16serial: 8250: 8250_omap.c: Clear DMA RX running status only after DMA termina...Moteen Shah
2026-01-16serial: 8250: 8250_omap.c: Add support for handling UART error conditionsMoteen Shah
2026-01-16serial: 8250: fix ordering of entries for menu displayRandy Dunlap
2026-01-168250_men_mcb: drop unneeded MODULE_ALIASJose Javier Rodriguez Barbarin
2025-12-29Merge 6.19-rc3 into tty-nextGreg Kroah-Hartman
2025-12-17serial: 8250: longson: Fix NULL vs IS_ERR() bug in probeDan Carpenter
2025-12-17serial: 8250_keba: Use dev_err_probe()Gerhard Engleder
2025-12-17serial: 8250_keba: Add ICR definesGerhard Engleder
2025-12-17serial: 8250_keba: Add missing includesGerhard Engleder
2025-12-17serial: 8250_men_mcb: Clean definesFilip Jensen
2025-12-17serial: 8250_dw: fix runtime PM initialization sequenceArtem Shimko
2025-12-17serial: 8250_dw: handle clock enable errors in runtime_resumeArtem Shimko
2025-12-06Merge tag 'tty-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2025-12-04Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-11-26serial: 8250: Fix 8250_rsa symbol loopIlpo Järvinen
2025-11-26serial: 8250: Add Loongson uart driver supportBinbin Zhou
2025-11-26serial: 8250: add driver for KEBA UARTGerhard Engleder
2025-11-26serial: 8250-of: Fix style issues in 8250_of.cjempty.liang
2025-11-26serial: add support of CPCI cardsMagne Bruno
2025-11-26tty: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari
2025-11-24treewide: Drop pci_save_state() after pci_restore_state()Lukas Wunner
2025-11-21serial: 8250_platform: simplify IRQF_SHARED handlingJiri Slaby (SUSE)
2025-11-21serial: 8250: make share_irqs local to 8250_platformJiri Slaby (SUSE)
2025-11-21serial: 8250: move skip_txen_test to coreJiri Slaby (SUSE)
2025-11-21serial: drop SERIAL_8250_DEPRECATED_OPTIONSJiri Slaby (SUSE)
2025-10-27Merge 6.18-rc3 into tty-nextGreg Kroah-Hartman
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-10-22serial: 8250_pcilib: Replace deprecated PCI functionsFlorian 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