aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-20tty: sunsu: drop serial_{in,out}p()Jiri Slaby (SUSE)1-87/+77
2025-03-20tty: moxa: carve out special ioctls and extra tty_portJiri Slaby (SUSE)1-145/+1
2025-03-20tty: moxa: drop ISA supportJiri Slaby (SUSE)2-96/+6
2025-03-20tty: moxa: drop version dump to logsJiri Slaby (SUSE)1-5/+0
2025-03-20tty: serdev: drop serdev_controller_ops::write_room()Jiri Slaby (SUSE)2-20/+0
2025-03-20tty: tty_driver: document both {,__}tty_alloc_driver() properlyJiri Slaby (SUSE)1-3/+5
2025-03-20tty: n_tty: move more_to_be_read to the end of n_tty_read()Jiri Slaby (SUSE)1-15/+14
2025-03-20tty: n_tty: extract n_tty_wait_for_input()Jiri Slaby (SUSE)1-26/+31
2025-03-20tty: n_tty: extract n_tty_continue_cookie() from n_tty_read()Jiri Slaby (SUSE)1-30/+36
2025-03-20tty: n_tty: drop n_tty_trace()Jiri Slaby (SUSE)1-14/+0
2025-03-20tty: n_tty: clean up process_output_block()Jiri Slaby (SUSE)1-16/+11
2025-03-20tty: n_tty: simplify process_output()Jiri Slaby (SUSE)1-10/+4
2025-03-20tty: n_tty: use uint for space returned by tty_write_room()Jiri Slaby (SUSE)1-6/+7
2025-03-20tty: move N_TTY_BUF_SIZE to n_ttyJiri Slaby (SUSE)1-0/+2
2025-03-20tty: audit: do not use N_TTY_BUF_SIZEJiri Slaby (SUSE)1-4/+6
2025-03-17printk: Add an option to allow ttynull to be a default console deviceAdam Simonelli1-1/+18
2025-03-11printk: Rename console_start to console_resumeMarcos Paulo de Souza1-1/+1
2025-03-11printk: Rename console_stop to console_suspendMarcos Paulo de Souza1-2/+2
2025-03-04s390: Convert MACHINE_IS_[LPAR|VM|KVM], etc, machine_is_[lpar|vm|kvm]()Heiko Carstens1-3/+4
2025-02-20serial: xilinx_uartps: Switch to use hrtimer_setup()Nam Cao1-2/+2
2025-02-20serial: sh-sci: Switch to use hrtimer_setup()Nam Cao1-2/+1
2025-02-20serial: imx: Switch to use hrtimer_setup()Nam Cao1-4/+4
2025-02-20serial: amba-pl011: Switch to use hrtimer_setup()Nam Cao1-5/+4
2025-02-20serial: 8250: Switch to use hrtimer_setup()Nam Cao2-8/+5
2025-02-20serial: xilinx_uartps: Use helper function hrtimer_update_function()Nam Cao1-2/+2
2025-02-19serial: mctrl_gpio: split disable_ms into sync and no_sync APIsAlexis Lothoré7-15/+46
2025-02-18serial: xilinx_uartps: Use helper function hrtimer_update_function()Nam Cao1-2/+2
2025-02-18serial: xilinx_uartps: Switch to use hrtimer_setup()Nam Cao1-2/+2
2025-02-18serial: sh-sci: Switch to use hrtimer_setup()Nam Cao1-2/+1
2025-02-18serial: imx: Switch to use hrtimer_setup()Nam Cao1-4/+4
2025-02-18serial: amba-pl011: Switch to use hrtimer_setup()Nam Cao1-5/+4
2025-02-18serial: 8250: Switch to use hrtimer_setup()Nam Cao2-8/+5
2025-02-17Merge 6.14-rc3 into tty-nextGreg Kroah-Hartman9-27/+36
2025-02-16Merge tag 'tty-6.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds8-26/+35
2025-02-14serial: tegra-utc: Add driver for Tegra UART Trace Controller (UTC)Kartik Rajput3-0/+649
2025-02-14Revert "tty/serial: Add kgdb_nmi driver"Douglas Anderson4-308/+0
2025-02-14serial: 8250_dw: Call dw8250_quirks() conditionallyAndy Shevchenko1-15/+21
2025-02-14serial: sh-sci: Update the suspend/resume supportClaudiu Beznea1-2/+69
2025-02-14tty: serial: fsl_lpuart: Make interrupt name distinctStefan Wahren1-1/+1
2025-02-14serial: 8250: Fix fifo underflow on flushJohn Keeping3-0/+27
2025-02-07fsnotify: use accessor to set FMODE_NONOTIFY_*Amir Goldstein1-1/+1
2025-02-06Revert "serial: Airoha SoC UART and HSUART support"Greg Kroah-Hartman6-135/+0
2025-02-04serial: 8250_pnp: Remove unneeded ->iotype assignmentAndy Shevchenko1-10/+0
2025-02-04serial: 8250_platform: Remove unneeded ->iotype assignmentAndy Shevchenko1-9/+0
2025-02-04serial: 8250_of: Remove unneeded ->iotype assignmentAndy Shevchenko1-1/+0
2025-02-04serial: port: Make ->iotype validation global in __uart_read_properties()Andy Shevchenko1-4/+5
2025-02-04serial: port: Always update ->iotype in __uart_read_properties()Andy Shevchenko1-1/+1
2025-02-04serial: port: Assign ->iotype correctly when ->iobase is setAndy Shevchenko1-1/+2
2025-02-04serial: sc16is7xx: Fix IRQ number check behaviorAndre Werner1-1/+1
2025-02-04serial: amba-pl011: Implement nbcon consoleToshiyuki Sato1-46/+97