summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorLines
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-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
2026-01-16serial: SH_SCI: improve "DMA support" promptRandy Dunlap-1/+1
2026-01-16serial: Kconfig: fix ordering of entries for menu displayRandy Dunlap-13/+13
2026-01-16serial: 8250: fix ordering of entries for menu displayRandy Dunlap-47/+48
2026-01-16serial: imx: change SERIAL_IMX_CONSOLE to boolRandy Dunlap-3/+3
2026-01-168250_men_mcb: drop unneeded MODULE_ALIASJose Javier Rodriguez Barbarin-3/+0
2026-01-16serial: men_z135_uart: drop unneeded MODULE_ALIASJose Javier Rodriguez Barbarin-1/+0
2025-12-29Merge 6.19-rc3 into tty-nextGreg Kroah-Hartman-14/+17
2025-12-23serial: xilinx_uartps: fix rs485 delay_rts_after_sendj.turek-7/+7
2025-12-23serial: sh-sci: Check that the DMA cookie is validClaudiu Beznea-1/+1
2025-12-23serial: core: Fix serial device initializationAlexander Stein-0/+1
2025-12-23serial: rsci: Convert to FIELD_MODIFY()Geert Uytterhoeven-2/+1
2025-12-17serial: 8250: longson: Fix NULL vs IS_ERR() bug in probeDan Carpenter-2/+2
2025-12-17serial: core: Restore sysfs fwnode informationAndy Shevchenko-4/+6
2025-12-17serial: sh-sci: Add support for RZ/G3E RSCIBiju Das-9/+257
2025-12-17serial: rsci: Rename early_console data, port_params and callback() namesBiju Das-9/+9
2025-12-17serial: sh-sci: Add finish_console_write() callbackBiju Das-1/+5
2025-12-17serial: sh-sci: Make sci_scbrr_calc() publicBiju Das-3/+6
2025-12-17serial: sh-sci: Add support for RZ/G3E RSCI clksBiju Das-0/+13
2025-12-17serial: sh-sci: Add RSCI_PORT_SCIF32 port IDBiju Das-1/+2
2025-12-17serial: sh-sci: Rename port SCI_PORT_RSCI->RSCI_PORT_SCIF16Biju Das-6/+6
2025-12-17serial: sh-sci: Add sci_is_rsci_type()Biju Das-4/+9
2025-12-17serial: sh-sci: Use devm_reset_control_array_get_exclusive()Biju Das-1/+1
2025-12-17serial: rsci: Drop unused TDR registerBiju Das-6/+0