summaryrefslogtreecommitdiffstats
path: root/drivers/tty
AgeCommit message (Expand)AuthorLines
2025-04-15serial: sifive: lock port in startup()/shutdown() callbacksRyo Takakura-0/+6
2025-04-11tty: Require CAP_SYS_ADMIN for all usages of TIOCL_SELMOUSEREPORTGünther Noack-3/+2
2025-04-11serial: msm: Configure correct working mode before starting earlyconStephan Gerhold-0/+6
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-44/+44
2025-04-02Merge tag 'tty-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-1248/+1953
2025-03-29Merge tag 's390-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-3/+4
2025-03-27Merge tag 'printk-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-4/+21
2025-03-27Merge branch 'for-6.15-console-suspend-api-cleanup' into for-linusPetr Mladek-3/+3
2025-03-24tty: serial: fsl_lpuart: Fix unused variable 'sport' build warningSherry Sun-3/+0
2025-03-20serial: stm32: do not deassert RS485 RTS GPIO prematurelyCheick Traore-3/+1
2025-03-20serial: 8250: add driver for NI UARTsChaitanya Vadrevu-0/+475
2025-03-20serial: icom: fix code format problemsCharles Han-5/+4
2025-03-20serial: sh-sci: Save and restore more registersGeert Uytterhoeven-0/+25
2025-03-20tty: serial: pl011: remove incorrect of_match_ptr annotationArnd Bergmann-4/+4
2025-03-20tty: serial: lpuart: only disable CTS instead of overwriting the whole UARTMO...Sherry Sun-5/+7
2025-03-20serial: 8250_dma: terminate correct DMA in tx_dma_flush()John Keeping-1/+1
2025-03-20tty: serial: fsl_lpuart: rename register variables more specificallySherry Sun-110/+110
2025-03-20tty: serial: fsl_lpuart: use port struct directly to simply codeSherry Sun-108/+102
2025-03-20tty: serial: fsl_lpuart: Use u32 and u8 for register variablesSherry Sun-47/+46
2025-03-20tty: serial: fsl_lpuart: disable transmitter before changing RS485 related re...Sherry Sun-0/+17
2025-03-20tty: serial: 8250: Add Brainboxes XC devicesCameron Williams-0/+30
2025-03-20tty: serial: 8250: Add some more device IDsCameron Williams-0/+16
2025-03-20serial: 8250_dw: Comment possible corner cases in serial_out() implementationAndy Shevchenko-0/+17
2025-03-20serial: switch change_irq and change_port to bool in uart_set_info()Jiri Slaby (SUSE)-2/+2
2025-03-20serial: 8250_port: simplify serial8250_request_std_resource()Jiri Slaby (SUSE)-15/+10
2025-03-20serial: 8250_port: do not use goto for UPQ_NO_TXEN_TEST code flowJiri Slaby (SUSE)-18/+16
2025-03-20serial: 8250_rsa: simplify rsa8250_{request/release}_resource()Jiri Slaby (SUSE)-12/+9
2025-03-20serial: 8250: use serial_port_in/out() helpersJiri Slaby (SUSE)-13/+13
2025-03-20serial: pass struct uart_state to uart_line_info()Jiri Slaby (SUSE)-3/+2
2025-03-20serial: remove redundant tty_port_link_device()Jiri Slaby (SUSE)-1/+0
2025-03-20tty: sunsu: remove unused serial_icr_read()Jiri Slaby (SUSE)-14/+0
2025-03-20tty: sunsu: drop serial_{in,out}p()Jiri Slaby (SUSE)-87/+77
2025-03-20tty: moxa: carve out special ioctls and extra tty_portJiri Slaby (SUSE)-145/+1
2025-03-20tty: moxa: drop ISA supportJiri Slaby (SUSE)-96/+6
2025-03-20tty: moxa: drop version dump to logsJiri Slaby (SUSE)-5/+0
2025-03-20tty: serdev: drop serdev_controller_ops::write_room()Jiri Slaby (SUSE)-20/+0
2025-03-20tty: tty_driver: document both {,__}tty_alloc_driver() properlyJiri Slaby (SUSE)-3/+5
2025-03-20tty: n_tty: move more_to_be_read to the end of n_tty_read()Jiri Slaby (SUSE)-15/+14
2025-03-20tty: n_tty: extract n_tty_wait_for_input()Jiri Slaby (SUSE)-26/+31
2025-03-20tty: n_tty: extract n_tty_continue_cookie() from n_tty_read()Jiri Slaby (SUSE)-30/+36
2025-03-20tty: n_tty: drop n_tty_trace()Jiri Slaby (SUSE)-14/+0
2025-03-20tty: n_tty: clean up process_output_block()Jiri Slaby (SUSE)-16/+11
2025-03-20tty: n_tty: simplify process_output()Jiri Slaby (SUSE)-10/+4
2025-03-20tty: n_tty: use uint for space returned by tty_write_room()Jiri Slaby (SUSE)-6/+7
2025-03-20tty: move N_TTY_BUF_SIZE to n_ttyJiri Slaby (SUSE)-0/+2
2025-03-20tty: audit: do not use N_TTY_BUF_SIZEJiri Slaby (SUSE)-4/+6
2025-03-17printk: Add an option to allow ttynull to be a default console deviceAdam Simonelli-1/+18
2025-03-11printk: Rename console_start to console_resumeMarcos Paulo de Souza-1/+1
2025-03-11printk: Rename console_stop to console_suspendMarcos Paulo de Souza-2/+2
2025-03-04s390: Convert MACHINE_IS_[LPAR|VM|KVM], etc, machine_is_[lpar|vm|kvm]()Heiko Carstens-3/+4