summaryrefslogtreecommitdiffstats
path: root/drivers/tty
AgeCommit message (Expand)AuthorLines
2025-09-09tty: serial: atmel: make it selectable for ARCH_MICROCHIPRobert Marko-1/+1
2025-09-06serial: xilinx_uartps: read reg size from DTSHarshit Shah-5/+5
2025-09-06tty: remove redundant condition checksXichao Zhao-2/+2
2025-09-06tty/vt: Add missing return value for VT_RESIZE in vt_ioctl()Zizhi Wo-1/+3
2025-09-06vt: remove redundant check on vc_mode in con_font_set()Wang Liang-2/+0
2025-09-06serial: qcom-geni: Add DFS clock mode support to GENI UART driverViken Dadhaniya-71/+21
2025-09-06tty: n_gsm: Don't block input queue by waiting MSCSeppo Takalo-1/+24
2025-09-06serial: qcom-geni: Fix off-by-one error in ida_alloc_range()Zong Jiang-2/+4
2025-09-06serdev: Drop dev_pm_domain_detach() callClaudiu Beznea-8/+3
2025-09-06serial: sc16is7xx: drop redundant conversion to boolXichao Zhao-1/+1
2025-09-06vt: add support for smput/rmput escape codesCalixte Pernot-0/+58
2025-09-06serial: stm32: allow selecting console when the driver is moduleRaphael Gallais-Pou-1/+1
2025-09-06serial: 8250_core: fix coding style issueOsama Abdelkader-1/+1
2025-08-21tty: serial: Modify the use of dev_err_probe()Xichao Zhao-3/+2
2025-08-17tty: hvc_console: Call hvc_kick in hvc_write unconditionallyFabian Vogt-3/+3
2025-08-17tty/vt: use guard()sJiri Slaby (SUSE)-244/+170
2025-08-17tty/vt: use guard()s in con_font_set/get() and con_{set,get}_unimap()Jiri Slaby (SUSE)-95/+78
2025-08-17serial: 8250_rsa: use guard()sJiri Slaby (SUSE)-4/+3
2025-08-17serial: 8250_omap: use guard()sJiri Slaby (SUSE)-71/+37
2025-08-17serial: 8250_omap: extract omap_8250_set_termios_atomic()Jiri Slaby (SUSE)-15/+24
2025-08-17serial: 8250_core: use guard() in serial_unlink_irq_chain()Jiri Slaby (SUSE)-9/+11
2025-08-17serial: 8250: use guard()sJiri Slaby (SUSE)-220/+143
2025-08-17serial: serial_core: use guard()sJiri Slaby (SUSE)-84/+59
2025-08-17mxser: use guard()sJiri Slaby (SUSE)-123/+74
2025-08-17mxser: use tty_port_tty guard() in mxser_port_isr()Jiri Slaby (SUSE)-33/+29
2025-08-17tty: tty_port: use guard()sJiri Slaby (SUSE)-94/+74
2025-08-17serial: 8250: introduce RPM guard()sJiri Slaby (SUSE)-2/+9
2025-08-14serial: sc16is7xx: fix bug in flow control levels initHugo Villeneuve-12/+2
2025-08-14serial: qcom-geni: Make UART port count configurable via KconfigZong Jiang-3/+10
2025-08-14serial: qcom-geni: Dynamically allocate UART portsZong Jiang-32/+12
2025-08-14tty: serial: mvebu-uart: convert from round_rate() to determine_rate()Brian Masney-4/+6
2025-08-14serial: 8250_platform: Reduce stack usage in serial8250_probe_platform()Abinash Singh-30/+31
2025-08-14serial: 8250_platform: Reduce stack usage in serial8250_probe_acpi()Abinash Singh-11/+15
2025-08-14serial: max310x: Add error checking in probe()Dan Carpenter-0/+2
2025-08-14tty: serial: ip22zilog: Use platform device for probingThomas Bogendoerfer-209/+143
2025-08-13tty: sysrq: delete unnecessary checkDan Carpenter-2/+1
2025-08-11module: Rename EXPORT_SYMBOL_GPL_FOR_MODULES to EXPORT_SYMBOL_FOR_MODULESVlastimil Babka-4/+4
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski-2/+2
2025-07-31Merge tag 'mips_6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds-1/+1
2025-07-29Merge tag 'sysctl-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+41
2025-07-29Merge tag 'tty-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-884/+1929
2025-07-28Merge tag 'pm-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-1/+1
2025-07-28MIPS: Update Joshua Kinard's e-mail addressJoshua Kinard-1/+1
2025-07-24serial: 8250: fix panic due to PSLVERRYunhui Cui-1/+1
2025-07-23Input: sysrq: mv sysrq into drivers/tty/sysrq.cJoel Granados-0/+41
2025-07-22vt: defkeymap: Map keycodes above 127 to K_HOLEMyrrh Periwinkle-0/+112
2025-07-22vt: keyboard: Don't process Unicode characters in K_OFF modeMyrrh Periwinkle-1/+1
2025-07-22serial: qcom-geni: Enable Serial on SA8255p Qualcomm platformsPraveen Talari-16/+140
2025-07-22serial: qcom-geni: Enable PM runtime for serial driverPraveen Talari-2/+22
2025-07-22serial: qcom-geni: move clock-rate logic to separate functionPraveen Talari-20/+32