summaryrefslogtreecommitdiffstats
path: root/drivers/tty
AgeCommit message (Expand)AuthorLines
2025-09-14Merge tag 'tty-6.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-20/+10
2025-09-06serial: xilinx_uartps: read reg size from DTSHarshit Shah-5/+5
2025-08-17tty: hvc_console: Call hvc_kick in hvc_write unconditionallyFabian Vogt-3/+3
2025-08-14serial: sc16is7xx: fix bug in flow control levels initHugo Villeneuve-12/+2
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
2025-07-22serial: qcom-geni: move resource control logic to separate functionsPraveen Talari-12/+42
2025-07-22serial: qcom-geni: move resource initialization to separate functionPraveen Talari-26/+40
2025-07-22serial: 8250_dw: Fix typo "notifer"WangYuli-1/+1
2025-07-21serial: 8250_ce4100: Fix CONFIG_SERIAL_8250=n buildAndy Shevchenko-0/+2
2025-07-21Merge tag 'v6.16-rc7' into tty-nextGreg Kroah-Hartman-1/+4
2025-07-16tty: omit need_resched() before cond_resched()Mikulas Patocka-2/+1
2025-07-16serial: 8250_ni: Reorder local variablesChaitanya Vadrevu-2/+2
2025-07-16serial: 8250_ni: Fix build warningChaitanya Vadrevu-25/+29
2025-07-16serial: sh-sci: Convert to DEFINE_SIMPLE_DEV_PM_OPS()Geert Uytterhoeven-4/+4
2025-07-09serial: sh-sci: Add support for RZ/T2H SCIThierry Bultel-10/+546
2025-07-09serial: sh-sci: Use private port IDThierry Bultel-71/+93
2025-07-09serial: sh-sci: Replace direct stop_rx/stop_tx calls with port ops in sci_shu...Lad Prabhakar-2/+2
2025-07-09serial: sh-sci: Add R-Car Gen5 supportKuninori Morimoto-0/+3
2025-07-09serial: 8520_ce4100: Reuse mem_serial_in() in ce4100_mem_serial_in()Andy Shevchenko-7/+2
2025-07-09pch_uart: Fix dma_sync_sg_for_device() nents valueThomas Fourier-1/+1
2025-07-09serial: core: fix OF node leakJohan Hovold-0/+3
2025-07-07PM: domains: Add flags to specify power on attach/detachClaudiu Beznea-1/+1
2025-06-30Merge 6.16-rc4 into tty-nextGreg Kroah-Hartman-6/+15
2025-06-29serial: 8250: Move CE4100 quirks to a module under 8250 driverAndy Shevchenko-0/+99
2025-06-29tty: serial: fsl_lpuart: Constify struct lpuart_soc_dataChristophe JAILLET-4/+4
2025-06-24serial: imx: Restore original RXTL for console to fix data lossFabio Estevam-5/+12
2025-06-24tty: fix tty_port_tty_*hangup() kernel-docJiri Slaby (SUSE)-5/+0
2025-06-24serial: 8250: document doubled "type == PORT_8250_CIR" checkJiri Slaby (SUSE)-0/+2
2025-06-24serial: 8250: rename lsr_TEMT, iir_NOINT to lowercaseJiri Slaby (SUSE)-4/+4
2025-06-24serial: 8250: extract serial8250_iir_txen_test()Jiri Slaby (SUSE)-21/+28
2025-06-24serial: 8250: extract serial8250_init_mctrl()Jiri Slaby (SUSE)-8/+13
2025-06-23serial: 8250: export RSA functionsJiri Slaby (SUSE)-0/+4
2025-06-19serial: core: restore of_node information in sysfsAidan Stewart-0/+1
2025-06-19vt: fix kernel-doc warnings in ucs_get_fallback()Randy Dunlap-1/+1
2025-06-19vt: add missing notification when switching back to text modeNicolas Pitre-0/+1
2025-06-19tty: serial: fix print format specifiersJoseph Tilahun-22/+22
2025-06-19serial: Remove unused uart_get_consoleDr. David Alan Gilbert-27/+0