summaryrefslogtreecommitdiffstats
path: root/drivers/tty
AgeCommit message (Expand)AuthorLines
2025-03-04s390: Convert MACHINE_IS_[LPAR|VM|KVM], etc, machine_is_[lpar|vm|kvm]()Heiko Carstens-3/+4
2025-02-20serial: xilinx_uartps: Switch to use hrtimer_setup()Nam Cao-2/+2
2025-02-20serial: sh-sci: Switch to use hrtimer_setup()Nam Cao-2/+1
2025-02-20serial: imx: Switch to use hrtimer_setup()Nam Cao-4/+4
2025-02-20serial: amba-pl011: Switch to use hrtimer_setup()Nam Cao-5/+4
2025-02-20serial: 8250: Switch to use hrtimer_setup()Nam Cao-8/+5
2025-02-20serial: xilinx_uartps: Use helper function hrtimer_update_function()Nam Cao-2/+2
2025-02-19serial: mctrl_gpio: split disable_ms into sync and no_sync APIsAlexis Lothoré-15/+46
2025-02-18serial: xilinx_uartps: Use helper function hrtimer_update_function()Nam Cao-2/+2
2025-02-18serial: xilinx_uartps: Switch to use hrtimer_setup()Nam Cao-2/+2
2025-02-18serial: sh-sci: Switch to use hrtimer_setup()Nam Cao-2/+1
2025-02-18serial: imx: Switch to use hrtimer_setup()Nam Cao-4/+4
2025-02-18serial: amba-pl011: Switch to use hrtimer_setup()Nam Cao-5/+4
2025-02-18serial: 8250: Switch to use hrtimer_setup()Nam Cao-8/+5
2025-02-17Merge 6.14-rc3 into tty-nextGreg Kroah-Hartman-27/+36
2025-02-16Merge tag 'tty-6.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-26/+35
2025-02-14serial: tegra-utc: Add driver for Tegra UART Trace Controller (UTC)Kartik Rajput-0/+649
2025-02-14Revert "tty/serial: Add kgdb_nmi driver"Douglas Anderson-308/+0
2025-02-14serial: 8250_dw: Call dw8250_quirks() conditionallyAndy Shevchenko-15/+21
2025-02-14serial: sh-sci: Update the suspend/resume supportClaudiu Beznea-2/+69
2025-02-14tty: serial: fsl_lpuart: Make interrupt name distinctStefan Wahren-1/+1
2025-02-14serial: 8250: Fix fifo underflow on flushJohn Keeping-0/+27
2025-02-07fsnotify: use accessor to set FMODE_NONOTIFY_*Amir Goldstein-1/+1
2025-02-06Revert "serial: Airoha SoC UART and HSUART support"Greg Kroah-Hartman-135/+0
2025-02-04serial: 8250_pnp: Remove unneeded ->iotype assignmentAndy Shevchenko-10/+0
2025-02-04serial: 8250_platform: Remove unneeded ->iotype assignmentAndy Shevchenko-9/+0
2025-02-04serial: 8250_of: Remove unneeded ->iotype assignmentAndy Shevchenko-1/+0
2025-02-04serial: port: Make ->iotype validation global in __uart_read_properties()Andy Shevchenko-4/+5
2025-02-04serial: port: Always update ->iotype in __uart_read_properties()Andy Shevchenko-1/+1
2025-02-04serial: port: Assign ->iotype correctly when ->iobase is setAndy Shevchenko-1/+2
2025-02-04serial: sc16is7xx: Fix IRQ number check behaviorAndre Werner-1/+1
2025-02-04serial: amba-pl011: Implement nbcon consoleToshiyuki Sato-46/+97
2025-02-04serial: 8250_dw: Drop unneeded NULL checks in dw8250_quirks()Andy Shevchenko-2/+2
2025-02-04serial: mctrl_gpio: Remove unused mctrl_gpio_freeDr. David Alan Gilbert-41/+3
2025-02-04serial: Airoha SoC UART and HSUART supportBenjamin Larsson-0/+135
2025-02-04tty/ldsem: Remove unused ldsem_down_write_trylockDr. David Alan Gilbert-17/+0
2025-02-04serial: pch_uart: Remove legacy PM hookAndy Shevchenko-1/+0
2025-02-04serial: mpc52xx_uart: Remove legacy PM hookAndy Shevchenko-1/+0
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+2
2025-01-28Merge tag 'tty-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-424/+564
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds-2/+1
2025-01-22Revert "serial: 8250: Switch to nbcon console"Greg Kroah-Hartman-176/+39
2025-01-22Revert "serial: 8250: Revert "drop lockdep annotation from serial8250_clear_I...Greg Kroah-Hartman-3/+0
2025-01-17serial: sh-sci: Increment the runtime usage counter for the earlycon deviceClaudiu Beznea-0/+16
2025-01-17serial: sh-sci: Clean sci_ports[0] after at earlycon exitClaudiu Beznea-2/+30
2025-01-17serial: sh-sci: Do not probe the serial port if its slot in sci_ports[] is in...Claudiu Beznea-0/+23
2025-01-17serial: sh-sci: Move runtime PM enable to sci_probe_single()Claudiu Beznea-18/+6
2025-01-17serial: sh-sci: Drop __initdata macro for port_cfgClaudiu Beznea-1/+1
2025-01-17serial: kgdb_nmi: Remove unused knock codeDr. David Alan Gilbert-101/+0
2025-01-13tty: Permit some TIOCL_SETSEL modes without CAP_SYS_ADMINGünther Noack-2/+14