summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2021-01-21Merge branch 'tty-splice' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Greg Kroah-Hartman8-129/+236
2021-01-21tty: teach the n_tty ICANON case about the new "cookie continuations" tooLinus Torvalds1-7/+19
2021-01-21tty: teach n_tty line discipline about the new "cookie continuations"Linus Torvalds1-10/+42
2021-01-21tty: clean up legacy leftovers from n_tty line disciplineLinus Torvalds1-20/+9
2021-01-21tty: implement read_iterLinus Torvalds1-18/+18
2021-01-21tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerLinus Torvalds8-80/+150
2021-01-21tty: implement write_iterLinus Torvalds1-22/+26
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-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-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
2021-01-07tty: pty, remove BUG_ON from pty_closeJiri Slaby1-1/+0
2021-01-07vt: keyboard, defkeymap.c_shipped, approach the unicode tableJiri Slaby1-34/+34
2021-01-07vt: keyboard, defkeymap.c_shipped, approach the definitionsJiri Slaby1-7/+7
2021-01-07vt: keyboard, make keyboard_tasklet localJiri Slaby1-2/+3
2021-01-07vt: move set_leds to keyboard.cJiri Slaby2-3/+11
2020-12-28tty: serial: icom: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun1-3/+1
2020-12-28tty: serial: cpm_uart: Add udbg support for enabling xmonChristophe Leroy1-1/+39
2020-12-28tty/serial/lantiq: convert comma to semicolonZheng Yongjun1-1/+1
2020-12-28tty/serial/imx: convert comma to semicolonZheng Yongjun1-1/+1
2020-12-28tty: new helper function tty_get_icount()Uwe Kleine-König1-4/+25
2020-12-28tty: rename tty_kopen() and add new function tty_kopen_shared()Uwe Kleine-König1-18/+38
2020-12-18Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds3-0/+437
2020-12-16Merge tag 'printk-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-16/+19
2020-12-16Merge tag 'tty-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds52-14933/+427
2020-12-15Merge tag 'm68k-for-v5.11-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+9
2020-12-14Merge branch 'for-5.11-null-console' into for-linusPetr Mladek3-16/+19
2020-12-11serial: 8250_pci: Drop bogus __refdata annotationGeert Uytterhoeven1-1/+1
2020-12-11tty: serial: meson: enable console as moduleKevin Hilman2-2/+8
2020-12-10serial: 8250_omap: Avoid FIFO corruption caused by MDR1 accessAlexander Sverdlin1-5/+0