summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2025-12-07Merge tag 'tty-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds32-660/+1332
2025-12-05Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+0
2025-12-03Merge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2025-12-02Merge tag 'objtool-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+4
2025-11-27drivers: serial: kgdboc: Drop checks for CON_ENABLED and CON_BOOTMarcos Paulo de Souza1-1/+0
2025-11-26serial: 8250: Fix 8250_rsa symbol loopIlpo Järvinen4-13/+21
2025-11-26serial: sh-sci: Fix deadlock during RSCI FIFO overrun errorBiju Das1-2/+10
2025-11-26serial: 8250: Add Loongson uart driver supportBinbin Zhou3-0/+249
2025-11-26serial: 8250: add driver for KEBA UARTGerhard Engleder3-0/+294
2025-11-26serial: Keep rs485 settings for devices without firmware nodeGerhard Engleder1-0/+8
2025-11-26serial: qcom-geni: Enable Serial on SA8255p Qualcomm platformsPraveen Talari1-17/+141
2025-11-26serial: qcom-geni: Enable PM runtime for serial driverPraveen Talari1-2/+22
2025-11-26serial: sprd: Return -EPROBE_DEFER when uart clock is not readyWenhua Lin1-0/+6
2025-11-26tty: serial: samsung: Declare earlycon for Exynos850Sam Protsenko1-0/+2
2025-11-26serial: icom: Convert PCIBIOS_* return codes to errnosHaotian Zhang1-0/+1
2025-11-26serial: 8250-of: Fix style issues in 8250_of.cjempty.liang1-1/+1
2025-11-26serial: add support of CPCI cardsMagne Bruno1-0/+37
2025-11-26serial: mux: Fix kernel doc for mux_poll()Andy Shevchenko1-1/+1
2025-11-26tty: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari1-2/+2
2025-11-25treewide: Drop pci_save_state() after pci_restore_state()Lukas Wunner2-2/+0
2025-11-21serial: 8250_platform: simplify IRQF_SHARED handlingJiri Slaby (SUSE)1-10/+9
2025-11-21serial: 8250: make share_irqs local to 8250_platformJiri Slaby (SUSE)2-10/+2
2025-11-21serial: 8250: move skip_txen_test to coreJiri Slaby (SUSE)3-6/+4
2025-11-21serial: drop SERIAL_8250_DEPRECATED_OPTIONSJiri Slaby (SUSE)3-68/+0
2025-11-21serial: xilinx_uartps: drop cdns_uart::cdns_uart_driverJiri Slaby (SUSE)1-10/+5
2025-11-21serial: serial_core: use guard()sJiri Slaby (SUSE)1-72/+55
2025-11-21serial: serial_core: simplify uart_ioctl() returnsJiri Slaby (SUSE)1-26/+9
2025-11-21serial: icom: Fix namespace collision and startup() section placement with -f...Josh Poimboeuf1-4/+4
2025-10-28serial: sh-sci: Merge sh-sci.h into sh-sci.cLad Prabhakar2-179/+175
2025-10-28serial: sh-sci: Sort include files alphabeticallyLad Prabhakar1-5/+5
2025-10-28serial: amba-pl011: prefer dma_mapping_error() over explicit address checkingMiaoqian Lin1-1/+1
2025-10-28serial: sc16is7xx: add comments for lock requirementsHugo Villeneuve1-4/+5
2025-10-28serial: sc16is7xx: reformat comments to improve readabilityHugo Villeneuve1-82/+39
2025-10-28serial: sc16is7xx: change conditional operator indentationHugo Villeneuve1-2/+1
2025-10-28serial: sc16is7xx: use KBUILD_MODNAMEHugo Villeneuve4-7/+6
2025-10-28serial: sc16is7xx: Kconfig: allow building with COMPILE_TESTHugo Villeneuve1-1/+1
2025-10-28serial: sc16is7xx: simplify to_sc16is7xx_one() with a single parameterHugo Villeneuve1-24/+24
2025-10-28serial: sc16is7xx: move port/channel init to separate functionHugo Villeneuve1-57/+70
2025-10-28serial: sc16is7xx: declare SPR/TLR/XOFF2 register as volatileHugo Villeneuve1-0/+1
2025-10-28serial: sc16is7xx: drop -ENOMEM error messageHugo Villeneuve1-3/+1
2025-10-28serial: sc16is7xx: use guards for simple mutex locksHugo Villeneuve1-15/+8
2025-10-28serial: sc16is7xx: remove unnecessary pointer castHugo Villeneuve1-2/+1
2025-10-28serial: sc16is7xx: define common register access functionHugo Villeneuve1-43/+31
2025-10-28serial: sc16is7xx: rename EFR mutex with generic nameHugo Villeneuve1-13/+13
2025-10-28serial: sc16is7xx: rename LCR macros to better reflect usageHugo Villeneuve1-7/+9
2025-10-27Merge 6.18-rc3 into tty-nextGreg Kroah-Hartman5-16/+26
2025-10-22serial: 8250_mtk: Enable baud clock and manage in runtime PMDaniel Golle1-2/+4
2025-10-22serial: 8250_dw: handle reset control deassert errorArtem Shimko1-1/+3
2025-10-22serial: sc16is7xx: remove useless enable of enhanced featuresHugo Villeneuve1-7/+0
2025-10-22serial: 8250_exar: add support for Advantech 2 port card with Device ID 0x0018Florian Eckert1-0/+11