summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorLines
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-26serial: mux: Fix kernel doc for mux_poll()Andy Shevchenko-1/+1
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-2/+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
2025-11-21serial: xilinx_uartps: drop cdns_uart::cdns_uart_driverJiri Slaby (SUSE)-10/+5
2025-11-21serial: serial_core: use guard()sJiri Slaby (SUSE)-72/+55
2025-11-21serial: serial_core: simplify uart_ioctl() returnsJiri Slaby (SUSE)-26/+9
2025-11-21serial: icom: Fix namespace collision and startup() section placement with -f...Josh Poimboeuf-4/+4
2025-10-28serial: sh-sci: Merge sh-sci.h into sh-sci.cLad Prabhakar-179/+175
2025-10-28serial: sh-sci: Sort include files alphabeticallyLad Prabhakar-5/+5
2025-10-28serial: amba-pl011: prefer dma_mapping_error() over explicit address checkingMiaoqian Lin-1/+1
2025-10-28serial: sc16is7xx: add comments for lock requirementsHugo Villeneuve-4/+5
2025-10-28serial: sc16is7xx: reformat comments to improve readabilityHugo Villeneuve-82/+39
2025-10-28serial: sc16is7xx: change conditional operator indentationHugo Villeneuve-2/+1
2025-10-28serial: sc16is7xx: use KBUILD_MODNAMEHugo Villeneuve-7/+6
2025-10-28serial: sc16is7xx: Kconfig: allow building with COMPILE_TESTHugo Villeneuve-1/+1
2025-10-28serial: sc16is7xx: simplify to_sc16is7xx_one() with a single parameterHugo Villeneuve-24/+24
2025-10-28serial: sc16is7xx: move port/channel init to separate functionHugo Villeneuve-57/+70
2025-10-28serial: sc16is7xx: declare SPR/TLR/XOFF2 register as volatileHugo Villeneuve-0/+1
2025-10-28serial: sc16is7xx: drop -ENOMEM error messageHugo Villeneuve-3/+1
2025-10-28serial: sc16is7xx: use guards for simple mutex locksHugo Villeneuve-15/+8
2025-10-28serial: sc16is7xx: remove unnecessary pointer castHugo Villeneuve-2/+1
2025-10-28serial: sc16is7xx: define common register access functionHugo Villeneuve-43/+31
2025-10-28serial: sc16is7xx: rename EFR mutex with generic nameHugo Villeneuve-13/+13
2025-10-28serial: sc16is7xx: rename LCR macros to better reflect usageHugo Villeneuve-7/+9
2025-10-27Merge 6.18-rc3 into tty-nextGreg Kroah-Hartman-16/+26
2025-10-22serial: 8250_mtk: Enable baud clock and manage in runtime PMDaniel Golle-2/+4
2025-10-22serial: 8250_dw: handle reset control deassert errorArtem Shimko-1/+3
2025-10-22serial: sc16is7xx: remove useless enable of enhanced featuresHugo Villeneuve-7/+0
2025-10-22serial: 8250_exar: add support for Advantech 2 port card with Device ID 0x0018Florian Eckert-0/+11
2025-10-22tty: serial: sh-sci: fix RSCI FIFO overrun handlingCosmin Tanislav-6/+8
2025-10-22serial: 8250_pcilib: Replace deprecated PCI functionsFlorian Eckert-14/+19
2025-10-22tty: serial: imx: Add missing wakeup event reportingSherry Sun-3/+9
2025-10-22tty: serial: imx: Only configure the wake register when device is set as wake...Sherry Sun-0/+14
2025-10-22tty: serial: fsl_lpuart: Add missing wakeup event reportingSherry Sun-0/+8
2025-10-22serial: ar933x: Add polling supportSven Eckelmann-0/+62
2025-10-07Merge tag 'tty-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-160/+16
2025-10-04Merge tag 'tty-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-780/+589
2025-10-01Merge tag 'soc-drivers-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+8
2025-09-23Merge tag 'qcom-drivers-for-6.18-2' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann-1/+7
2025-09-17serial: qcom-geni: Load UART qup Firmware from linux sideViken Dadhaniya-1/+7
2025-09-17serial: qcom-geni: Fix blocked taskKrzysztof Kozlowski-160/+16
2025-09-17tty: serial: fix help message for SERIAL_CPMArturs Artamonovs-1/+1
2025-09-15Merge tag 'microchip-soc-6.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann-1/+1
2025-09-15Merge 6.17-rc6 into tty-nextGreg Kroah-Hartman-21/+11