summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2025-11-13tty/vt: Add missing return value for VT_RESIZE in vt_ioctl()Zizhi Wo1-1/+3
2025-11-13serdev: Drop dev_pm_domain_detach() callClaudiu Beznea1-8/+3
2025-11-13serial: qcom-geni: Add DFS clock mode support to GENI UART driverViken Dadhaniya1-71/+21
2025-11-13tty: serial: Modify the use of dev_err_probe()Xichao Zhao2-3/+2
2025-11-13tty: serial: ip22zilog: Use platform device for probingThomas Bogendoerfer1-209/+143
2025-10-29serial: sc16is7xx: remove useless enable of enhanced featuresHugo Villeneuve1-7/+0
2025-10-29serial: 8250_mtk: Enable baud clock and manage in runtime PMDaniel Golle1-2/+4
2025-10-29serial: 8250_exar: add support for Advantech 2 port card with Device ID 0x0018Florian Eckert1-0/+11
2025-10-29serial: 8250_dw: handle reset control deassert errorArtem Shimko1-1/+3
2025-10-29tty: serial: sh-sci: fix RSCI FIFO overrun handlingCosmin Tanislav1-6/+8
2025-10-15tty: n_gsm: Don't block input queue by waiting MSCSeppo Takalo1-1/+24
2025-10-15serial: max310x: Add error checking in probe()Dan Carpenter1-0/+2
2025-10-12serial: stm32: allow selecting console when the driver is moduleRaphael Gallais-Pou1-1/+1
2025-10-12serial: qcom-geni: Fix blocked taskKrzysztof Kozlowski1-160/+16
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-06serial: xilinx_uartps: read reg size from DTSHarshit Shah1-5/+5
2025-08-17tty: hvc_console: Call hvc_kick in hvc_write unconditionallyFabian Vogt1-3/+3
2025-08-14serial: sc16is7xx: fix bug in flow control levels initHugo Villeneuve1-12/+2
2025-08-11module: Rename EXPORT_SYMBOL_GPL_FOR_MODULES to EXPORT_SYMBOL_FOR_MODULESVlastimil Babka1-4/+4
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski2-2/+2
2025-07-31Merge tag 'mips_6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds1-1/+1
2025-07-29Merge tag 'sysctl-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+41
2025-07-29Merge tag 'tty-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds29-884/+1929
2025-07-28Merge tag 'pm-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-1/+1
2025-07-28MIPS: Update Joshua Kinard's e-mail addressJoshua Kinard1-1/+1
2025-07-24serial: 8250: fix panic due to PSLVERRYunhui Cui1-1/+1
2025-07-23Input: sysrq: mv sysrq into drivers/tty/sysrq.cJoel Granados1-0/+41
2025-07-22vt: defkeymap: Map keycodes above 127 to K_HOLEMyrrh Periwinkle1-0/+112
2025-07-22vt: keyboard: Don't process Unicode characters in K_OFF modeMyrrh Periwinkle1-1/+1
2025-07-22serial: qcom-geni: Enable Serial on SA8255p Qualcomm platformsPraveen Talari1-16/+140
2025-07-22serial: qcom-geni: Enable PM runtime for serial driverPraveen Talari1-2/+22
2025-07-22serial: qcom-geni: move clock-rate logic to separate functionPraveen Talari1-20/+32
2025-07-22serial: qcom-geni: move resource control logic to separate functionsPraveen Talari1-12/+42
2025-07-22serial: qcom-geni: move resource initialization to separate functionPraveen Talari1-26/+40
2025-07-22serial: 8250_dw: Fix typo "notifer"WangYuli1-1/+1
2025-07-21serial: 8250_ce4100: Fix CONFIG_SERIAL_8250=n buildAndy Shevchenko1-0/+2
2025-07-21Merge tag 'v6.16-rc7' into tty-nextGreg Kroah-Hartman2-1/+4
2025-07-16tty: omit need_resched() before cond_resched()Mikulas Patocka1-2/+1
2025-07-16serial: 8250_ni: Reorder local variablesChaitanya Vadrevu1-2/+2
2025-07-16serial: 8250_ni: Fix build warningChaitanya Vadrevu1-25/+29
2025-07-16serial: sh-sci: Convert to DEFINE_SIMPLE_DEV_PM_OPS()Geert Uytterhoeven1-4/+4
2025-07-09serial: sh-sci: Add support for RZ/T2H SCIThierry Bultel6-10/+546
2025-07-09serial: sh-sci: Use private port IDThierry Bultel2-71/+93
2025-07-09serial: sh-sci: Replace direct stop_rx/stop_tx calls with port ops in sci_shu...Lad Prabhakar1-2/+2
2025-07-09serial: sh-sci: Add R-Car Gen5 supportKuninori Morimoto1-0/+3
2025-07-09serial: 8520_ce4100: Reuse mem_serial_in() in ce4100_mem_serial_in()Andy Shevchenko1-7/+2
2025-07-09pch_uart: Fix dma_sync_sg_for_device() nents valueThomas Fourier1-1/+1
2025-07-09serial: core: fix OF node leakJohan Hovold1-0/+3
2025-07-07PM: domains: Add flags to specify power on attach/detachClaudiu Beznea1-1/+1
2025-06-30Merge 6.16-rc4 into tty-nextGreg Kroah-Hartman4-6/+15