summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2025-11-21tty: vt/keyboard: use guard()sJiri Slaby (SUSE)
2025-11-21tty: vt/keyboard: simplify returns from vt_do_kbkeycode_ioctl()Jiri Slaby (SUSE)
2025-11-21tty: vt/keyboard: use __free()Jiri Slaby (SUSE)
2025-11-21tty: moxa: use guard()sJiri Slaby (SUSE)
2025-11-21tty: n_hdlc: use guard()sJiri Slaby (SUSE)
2025-11-21tty: n_hdlc: simplify return from n_hdlc_tty_ioctl()Jiri Slaby (SUSE)
2025-11-21tty: n_tty: use guard()sJiri Slaby (SUSE)
2025-11-21tty: pty: use guard()sJiri Slaby (SUSE)
2025-11-21drivers/tty/vt: use umin() instead of min_t(u16, ...) for row/col limitsDavid Laight
2025-11-21tty: synclink_gt: Fix namespace collision and startup() section placement wit...Josh Poimboeuf
2025-11-21tty: amiserial: Fix namespace collision and startup() section placement with ...Josh Poimboeuf
2025-11-21serial: icom: Fix namespace collision and startup() section placement with -f...Josh Poimboeuf
2025-10-28serial: sh-sci: Merge sh-sci.h into sh-sci.cLad Prabhakar
2025-10-28serial: sh-sci: Sort include files alphabeticallyLad Prabhakar
2025-10-28serial: amba-pl011: prefer dma_mapping_error() over explicit address checkingMiaoqian Lin
2025-10-28serial: sc16is7xx: add comments for lock requirementsHugo Villeneuve
2025-10-28serial: sc16is7xx: reformat comments to improve readabilityHugo Villeneuve
2025-10-28serial: sc16is7xx: change conditional operator indentationHugo Villeneuve
2025-10-28serial: sc16is7xx: use KBUILD_MODNAMEHugo Villeneuve
2025-10-28serial: sc16is7xx: Kconfig: allow building with COMPILE_TESTHugo Villeneuve
2025-10-28serial: sc16is7xx: simplify to_sc16is7xx_one() with a single parameterHugo Villeneuve
2025-10-28serial: sc16is7xx: move port/channel init to separate functionHugo Villeneuve
2025-10-28serial: sc16is7xx: declare SPR/TLR/XOFF2 register as volatileHugo Villeneuve
2025-10-28serial: sc16is7xx: drop -ENOMEM error messageHugo Villeneuve
2025-10-28serial: sc16is7xx: use guards for simple mutex locksHugo Villeneuve
2025-10-28serial: sc16is7xx: remove unnecessary pointer castHugo Villeneuve
2025-10-28serial: sc16is7xx: define common register access functionHugo Villeneuve
2025-10-28serial: sc16is7xx: rename EFR mutex with generic nameHugo Villeneuve
2025-10-28serial: sc16is7xx: rename LCR macros to better reflect usageHugo Villeneuve
2025-10-28tty: document @dlci parameter in gsm_modem_send_initial_mscKriish Sharma
2025-10-27Merge 6.18-rc3 into tty-nextGreg Kroah-Hartman
2025-10-22serial: 8250_mtk: Enable baud clock and manage in runtime PMDaniel Golle
2025-10-22serial: 8250_dw: handle reset control deassert errorArtem Shimko
2025-10-22serial: sc16is7xx: remove useless enable of enhanced featuresHugo Villeneuve
2025-10-22serial: 8250_exar: add support for Advantech 2 port card with Device ID 0x0018Florian Eckert
2025-10-22tty: serial: sh-sci: fix RSCI FIFO overrun handlingCosmin Tanislav
2025-10-22serial: 8250_pcilib: Replace deprecated PCI functionsFlorian Eckert
2025-10-22tty: serial: imx: Add missing wakeup event reportingSherry Sun
2025-10-22tty: serial: imx: Only configure the wake register when device is set as wake...Sherry Sun
2025-10-22tty: serial: fsl_lpuart: Add missing wakeup event reportingSherry Sun
2025-10-22serial: ar933x: Add polling supportSven Eckelmann
2025-10-07Merge tag 'tty-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2025-10-04Merge tag 'tty-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2025-10-01Merge tag 'soc-drivers-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-09-23Merge tag 'qcom-drivers-for-6.18-2' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann
2025-09-17serial: qcom-geni: Load UART qup Firmware from linux sideViken Dadhaniya
2025-09-17serial: qcom-geni: Fix blocked taskKrzysztof Kozlowski
2025-09-17tty: serial: fix help message for SERIAL_CPMArturs Artamonovs
2025-09-15Merge tag 'microchip-soc-6.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann
2025-09-15Merge 6.17-rc6 into tty-nextGreg Kroah-Hartman