summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2025-11-21tty: n_hdlc: simplify return from n_hdlc_tty_ioctl()Jiri Slaby (SUSE)1-9/+3
2025-11-21tty: n_tty: use guard()sJiri Slaby (SUSE)1-61/+48
2025-11-21tty: pty: use guard()sJiri Slaby (SUSE)1-58/+45
2025-11-21drivers/tty/vt: use umin() instead of min_t(u16, ...) for row/col limitsDavid Laight1-4/+5
2025-11-21tty: synclink_gt: Fix namespace collision and startup() section placement wit...Josh Poimboeuf1-10/+10
2025-11-21tty: amiserial: Fix namespace collision and startup() section placement with ...Josh Poimboeuf1-7/+7
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-28tty: document @dlci parameter in gsm_modem_send_initial_mscKriish Sharma1-1/+1
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
2025-10-22tty: serial: sh-sci: fix RSCI FIFO overrun handlingCosmin Tanislav1-6/+8
2025-10-22serial: 8250_pcilib: Replace deprecated PCI functionsFlorian Eckert5-14/+19
2025-10-22tty: serial: imx: Add missing wakeup event reportingSherry Sun1-3/+9
2025-10-22tty: serial: imx: Only configure the wake register when device is set as wake...Sherry Sun1-0/+14
2025-10-22tty: serial: fsl_lpuart: Add missing wakeup event reportingSherry Sun1-0/+8
2025-10-22serial: ar933x: Add polling supportSven Eckelmann1-0/+62
2025-10-07Merge tag 'tty-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-160/+16
2025-10-05Merge tag 'tty-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds26-1384/+1104
2025-10-02Merge tag 'soc-drivers-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+8
2025-09-23Merge tag 'qcom-drivers-for-6.18-2' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann1-1/+7
2025-09-17serial: qcom-geni: Load UART qup Firmware from linux sideViken Dadhaniya1-1/+7
2025-09-17serial: qcom-geni: Fix blocked taskKrzysztof Kozlowski1-160/+16
2025-09-17tty: serial: fix help message for SERIAL_CPMArturs Artamonovs1-1/+1
2025-09-15Merge tag 'microchip-soc-6.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann1-1/+1
2025-09-15Merge 6.17-rc6 into tty-nextGreg Kroah-Hartman4-24/+14
2025-09-14Merge tag 'tty-6.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-20/+10
2025-09-12serial: 8250: omap: Support wakeup pinctrl state on suspendMarkus Schneider-Pargmann1-0/+36
2025-09-12serial: max310x: improve interrupt handlingTapio Reijonen1-6/+17
2025-09-12vt: move vc_saved_screen to within tty allocated judgmentEdward Adam Davis1-4/+4
2025-09-09tty: serial: atmel: make it selectable for ARCH_MICROCHIPRobert Marko1-1/+1