aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-20Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds38-5009/+710
2021-02-20tty: protect tty_write from odd low-level tty disciplinesLinus Torvalds1-1/+4
2021-02-09serial: core: Remove BUG_ON(in_interrupt()) checkAhmed S. Darwish1-4/+4
2021-02-09vt_ioctl: Remove in_interrupt() checkAhmed S. Darwish1-2/+1
2021-01-29tty: avoid using vfs_iocb_iter_write() for redirected console writesLinus Torvalds1-3/+17
2021-01-27vt: keyboard, use new API for keyboard_taskletEmil Renner Berthing1-3/+3
2021-01-26serial: stm32: improve platform_get_irq condition handling in init_portErwan Le Ray1-5/+5
2021-01-26serial: ifx6x60: Remove driver for deprecated platformAndy Shevchenko4-1513/+0
2021-01-25Commit 9bb48c82aced ("tty: implement write_iter") converted the ttySami Tolvanen2-7/+2
2021-01-25Merge 5.11-rc5 into tty-nextGreg Kroah-Hartman5-20/+26
2021-01-24Merge tag 'tty-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-24/+37
2021-01-22tty: fix up hung_up_tty_write() conversionLinus Torvalds1-4/+5
2021-01-22tty: fix up iterate_tty_read() EOVERFLOW handlingLinus Torvalds1-6/+13
2021-01-22tty: fix up hung_up_tty_read() conversionLinus Torvalds1-4/+5
2021-01-22tty: fix up hung_up_tty_write() conversionLinus Torvalds1-4/+5
2021-01-21Merge branch 'tty-splice' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into tty-nextGreg Kroah-Hartman8-129/+236
2021-01-21Merge 9bb48c82aced ("tty: implement write_iter") into tty-linusGreg Kroah-Hartman1-22/+26
2021-01-20tty: teach the n_tty ICANON case about the new "cookie continuations" tooLinus Torvalds1-7/+19
2021-01-20tty: teach n_tty line discipline about the new "cookie continuations"Linus Torvalds1-10/+42
2021-01-20tty: clean up legacy leftovers from n_tty line disciplineLinus Torvalds1-20/+9
2021-01-20tty: implement write_iterLinus Torvalds1-22/+26
2021-01-20tty: implement read_iterLinus Torvalds1-18/+18
2021-01-20tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerLinus Torvalds8-80/+150
2021-01-20serial: remove sirf prima/atlas driverArnd Bergmann4-1973/+0
2021-01-20serial: mxs-auart: Remove <asm/cacheflush.h>Fabio Estevam1-2/+0
2021-01-20serial: mxs-auart: Remove serial_mxs_probe_dt()Fabio Estevam1-32/+11
2021-01-20serial: fsl_lpuart: Use of_device_get_match_data()Fabio Estevam1-3/+1
2021-01-16Merge tag 'riscv-for-linus-5.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-0/+1
2021-01-15tty: serial: Drop unused efm32 serial driverUwe Kleine-König3-866/+0
2021-01-15tty: vcc: Drop impossible to hit WARN_ONUwe Kleine-König1-5/+2
2021-01-15tty: vcc: Drop unnecessary if blockUwe Kleine-König1-3/+0
2021-01-15tty: hvcs: Drop unnecessary if blockUwe Kleine-König1-3/+0
2021-01-13tty: serial: owl: Add support for kernel debuggerCristian Ciocaltea1-0/+38
2021-01-08Revert "init/console: Use ttynull as a fallback when there is no console"Petr Mladek3-19/+16
2021-01-07riscv: Fix sifive serial driverDamien Le Moal1-0/+1
2021-01-07tty: Protect disc_data in n_tty_close and n_tty_flush_bufferYan.Gao1-0/+2
2021-01-07drivers:tty:pty: Fix a race causing data loss on closeCorey Minyard2-4/+16
2021-01-07tty: Export redirect releaseCorey Minyard1-8/+24
2021-01-07serial: stm32: update transmission complete error message in shutdownErwan Le Ray1-1/+2
2021-01-07serial: stm32: clean probe and remove port deinitErwan Le Ray1-2/+7
2021-01-07serial: stm32: update conflicting RTS/CTS config commentErwan Le Ray1-1/+4
2021-01-07serial: stm32: add authorErwan Le Ray1-1/+2
2021-01-07serial: stm32: add "_usart" prefix in functions nameErwan Le Ray1-171/+177
2021-01-07serial: stm32: fix code cleaning warnings and checksErwan Le Ray1-18/+15
2021-01-07serial: stm32: fix DMA initialization error handlingErwan Le Ray1-7/+17
2021-01-07tty_port: drop last traces of low_latencyJiri Slaby8-16/+1
2021-01-07tty: cpm_uart, use port->flags instead of low_latencyJiri Slaby1-2/+1
2021-01-07vt: drop old FONT ioctlsJiri Slaby2-187/+3
2021-01-07vt/consolemap: do font sum unsignedJiri Slaby1-1/+1
2021-01-078250_tegra: clean up tegra_uart_handle_breakJiri Slaby1-5/+6