summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorLines
2026-04-02tty: serial: ip22zilog: Fix section mispatch warningThomas Bogendoerfer-1/+1
2026-03-30serial: sh-sci: Add support for RZ/G3L RSCIBiju Das-3/+26
2026-03-30tty: atmel_serial: update outdated reference to atmel_tasklet_func()Kexin Sun-1/+1
2026-03-30serial: xilinx_uartps: Drop unused includeAndy Shevchenko-1/+0
2026-03-30serial: qcom-geni: drop stray newline format specifierKathiravan Thirumoorthy-1/+1
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-92/+342
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: core: fix infinite loop in handle_tx() for PORT_UNKNOWNJiayuan Chen-1/+4
2026-03-12serial: uartlite: fix PM runtime usage count underflow on probeMaciej Andrzejewski ICEYE-0/+1
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-5/+5
2026-03-12serial: qcom-geni: Fix RTS behavior with flow controlAnup Kulkarni-4/+15
2026-03-12tty: serial: imx: keep dma request disabled before dma transfer setupRobin Gong-3/+4
2026-03-12tty: serial: 8250: Add SystemBase Multi I/O cardsMichael Walle-0/+51
2026-03-12serial: pic32_uart: allow driver to be compiled on all architectures with COM...Brian Masney-1/+1
2026-03-12serial: tegra: remove Kconfig dependency on APB DMA controllerFrancesco Lavra-3/+2
2026-03-12serial: auart: check clk_enable() return in console writeZhaoyang Yu-1/+2
2026-03-12serial: remove drivers for espressif esp32Julian Braha-1266/+0
2026-03-12serial: amba-pl011: Respect DMA controller's copy_align requirementKartik Rajput-0/+9
2026-03-12serial: amba-pl011: Add Tegra264 UART supportKartik Rajput-0/+27
2026-03-12serial: amba-pl011: Introduce set_uartclk_rate vendor flagKartik Rajput-2/+27
2026-03-12serial: amba-pl011: Introduce skip_ibrd_fbrd vendor flagKartik Rajput-22/+31
2026-03-12serial: amba-pl011: Enable UART in earlycon setupPeter Maydell-1/+30
2026-03-12serial: 8250_port: Drop duplicate NULL checkAndy Shevchenko-2/+2
2026-03-12tty: serial: samsung_tty: avoid dev_dbg deadlockAlyssa Milburn-8/+2
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-1/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-8/+4
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-18/+18
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-29/+31
2026-02-17Merge tag 'tty-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-230/+501
2026-01-30serial: pic32_uart: update include to use pic32.h from platform_dataBrian Masney-2/+1
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-23serial: Fix not set tty->port race conditionKrzysztof Kozlowski-0/+6
2026-01-16serial: 8250_pci: Fix broken RS485 for F81504/508/512Marnix Rijnart-1/+1
2026-01-16serial: qcom_geni: Fix BT failure regression on RB2 platformPraveen Talari-7/+6
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