summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250
AgeCommit message (Expand)AuthorLines
2026-03-30serial: 8250: loongson: Enable building on MIPS Loongson64Rong Zhang-4/+5
2026-03-30serial: 8250_fintek: Add support for F81214ERavi Rama-1/+9
2026-03-23Merge 7.0-rc5 into tty-nextGreg Kroah-Hartman-91/+337
2026-03-12serial: 8250_dw: Ensure BUSY is deassertedIlpo Järvinen-55/+161
2026-03-12serial: 8250: Add late synchronize_irq() to shutdown to handle DW UART BUSYIlpo Järvinen-0/+6
2026-03-12serial: 8250_dw: Rework IIR_NO_INT handling to stop interrupt stormIlpo Järvinen-4/+63
2026-03-12serial: 8250_dw: Rework dw8250_handle_irq() locking and IIR handlingIlpo Järvinen-16/+21
2026-03-12serial: 8250: Add serial8250_handle_irq_locked()Ilpo Järvinen-8/+16
2026-03-12serial: 8250_dw: Avoid unnecessary LCR writesIlpo Järvinen-0/+31
2026-03-12serial: 8250: Protect LCR write in shutdownIlpo Järvinen-5/+6
2026-03-12serial: 8250_pci: add support for the AX99100Martin Roukala (né Peres)-0/+17
2026-03-12serial: 8250: always disable IRQ during THRE testPeng Zhang-4/+2
2026-03-12serial: 8250: Fix TX deadlock when using DMARaul E Rangel-0/+15
2026-03-12tty: tty_port: add workqueue to flip TTY bufferXin Zhao-1/+1
2026-03-12tty: serial: 8250: Add SystemBase Multi I/O cardsMichael Walle-0/+51
2026-03-12serial: 8250_port: Drop duplicate NULL checkAndy Shevchenko-2/+2
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-4/+2
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-6/+6
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-10/+12
2026-02-17Merge tag 'tty-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-143/+151
2026-01-23serial: 8250_pci: Remove custom deprecated baud setting routineAndy Shevchenko-51/+40
2026-01-23serial: 8250_omap: Remove custom deprecated baud setting routineAndy Shevchenko-16/+0
2026-01-23serial: 8250: omap: set out-of-band wakeup if wakeup pinctrl existsKendall Willis-0/+2
2026-01-16serial: 8250_pci: Fix broken RS485 for F81504/508/512Marnix Rijnart-1/+1
2026-01-16serial: 8250: 8250_omap.c: Clear DMA RX running status only after DMA termina...Moteen Shah-1/+1
2026-01-16serial: 8250: 8250_omap.c: Add support for handling UART error conditionsMoteen Shah-2/+21
2026-01-16serial: 8250: fix ordering of entries for menu displayRandy Dunlap-47/+48
2026-01-168250_men_mcb: drop unneeded MODULE_ALIASJose Javier Rodriguez Barbarin-3/+0
2025-12-29Merge 6.19-rc3 into tty-nextGreg Kroah-Hartman-2/+2
2025-12-17serial: 8250: longson: Fix NULL vs IS_ERR() bug in probeDan Carpenter-2/+2
2025-12-17serial: 8250_keba: Use dev_err_probe()Gerhard Engleder-4/+3
2025-12-17serial: 8250_keba: Add ICR definesGerhard Engleder-3/+7
2025-12-17serial: 8250_keba: Add missing includesGerhard Engleder-1/+9
2025-12-17serial: 8250_men_mcb: Clean definesFilip Jensen-8/+4
2025-12-17serial: 8250_dw: fix runtime PM initialization sequenceArtem Shimko-5/+7
2025-12-17serial: 8250_dw: handle clock enable errors in runtime_resumeArtem Shimko-2/+9
2025-12-06Merge tag 'tty-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-111/+617
2025-12-04Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+0
2025-11-26serial: 8250: Fix 8250_rsa symbol loopIlpo Järvinen-13/+21
2025-11-26serial: 8250: Add Loongson uart driver supportBinbin Zhou-0/+249
2025-11-26serial: 8250: add driver for KEBA UARTGerhard Engleder-0/+294
2025-11-26serial: 8250-of: Fix style issues in 8250_of.cjempty.liang-1/+1
2025-11-26serial: add support of CPCI cardsMagne Bruno-0/+37
2025-11-26tty: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari-2/+2
2025-11-24treewide: Drop pci_save_state() after pci_restore_state()Lukas Wunner-1/+0
2025-11-21serial: 8250_platform: simplify IRQF_SHARED handlingJiri Slaby (SUSE)-10/+9
2025-11-21serial: 8250: make share_irqs local to 8250_platformJiri Slaby (SUSE)-10/+2
2025-11-21serial: 8250: move skip_txen_test to coreJiri Slaby (SUSE)-6/+4
2025-11-21serial: drop SERIAL_8250_DEPRECATED_OPTIONSJiri Slaby (SUSE)-68/+0