summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-02-2038-5009/+710
|\
| * serial: core: Remove BUG_ON(in_interrupt()) checkAhmed S. Darwish2021-02-091-4/+4
| * vt_ioctl: Remove in_interrupt() checkAhmed S. Darwish2021-02-091-2/+1
| * vt: keyboard, use new API for keyboard_taskletEmil Renner Berthing2021-01-271-3/+3
| * serial: stm32: improve platform_get_irq condition handling in init_portErwan Le Ray2021-01-261-5/+5
| * serial: ifx6x60: Remove driver for deprecated platformAndy Shevchenko2021-01-264-1513/+0
| * Merge 5.11-rc5 into tty-nextGreg Kroah-Hartman2021-01-255-20/+26
| |\
| * | tty: fix up iterate_tty_read() EOVERFLOW handlingLinus Torvalds2021-01-221-6/+13
| * | tty: fix up hung_up_tty_read() conversionLinus Torvalds2021-01-221-4/+5
| * | tty: fix up hung_up_tty_write() conversionLinus Torvalds2021-01-221-4/+5
| * | Merge branch 'tty-splice' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Greg Kroah-Hartman2021-01-218-129/+236
| |\ \
| | * | tty: teach the n_tty ICANON case about the new "cookie continuations" tooLinus Torvalds2021-01-201-7/+19
| | * | tty: teach n_tty line discipline about the new "cookie continuations"Linus Torvalds2021-01-201-10/+42
| | * | tty: clean up legacy leftovers from n_tty line disciplineLinus Torvalds2021-01-201-20/+9
| | * | tty: implement read_iterLinus Torvalds2021-01-201-18/+18
| | * | tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerLinus Torvalds2021-01-208-80/+150
| * | | serial: remove sirf prima/atlas driverArnd Bergmann2021-01-204-1973/+0
| * | | serial: mxs-auart: Remove <asm/cacheflush.h>Fabio Estevam2021-01-201-2/+0
| * | | serial: mxs-auart: Remove serial_mxs_probe_dt()Fabio Estevam2021-01-201-32/+11
| * | | serial: fsl_lpuart: Use of_device_get_match_data()Fabio Estevam2021-01-201-3/+1
| * | | tty: serial: Drop unused efm32 serial driverUwe Kleine-König2021-01-153-866/+0
| * | | tty: vcc: Drop impossible to hit WARN_ONUwe Kleine-König2021-01-151-5/+2
| * | | tty: vcc: Drop unnecessary if blockUwe Kleine-König2021-01-151-3/+0
| * | | tty: hvcs: Drop unnecessary if blockUwe Kleine-König2021-01-151-3/+0
| * | | tty: serial: owl: Add support for kernel debuggerCristian Ciocaltea2021-01-131-0/+38
| * | | tty: Protect disc_data in n_tty_close and n_tty_flush_bufferYan.Gao2021-01-071-0/+2
| * | | drivers:tty:pty: Fix a race causing data loss on closeCorey Minyard2021-01-072-4/+16
| * | | tty: Export redirect releaseCorey Minyard2021-01-071-8/+24
| * | | serial: stm32: update transmission complete error message in shutdownErwan Le Ray2021-01-071-1/+2
| * | | serial: stm32: clean probe and remove port deinitErwan Le Ray2021-01-071-2/+7
| * | | serial: stm32: update conflicting RTS/CTS config commentErwan Le Ray2021-01-071-1/+4
| * | | serial: stm32: add authorErwan Le Ray2021-01-071-1/+2
| * | | serial: stm32: add "_usart" prefix in functions nameErwan Le Ray2021-01-071-171/+177
| * | | serial: stm32: fix code cleaning warnings and checksErwan Le Ray2021-01-071-18/+15
| * | | serial: stm32: fix DMA initialization error handlingErwan Le Ray2021-01-071-7/+17
| * | | tty_port: drop last traces of low_latencyJiri Slaby2021-01-078-16/+1
| * | | tty: cpm_uart, use port->flags instead of low_latencyJiri Slaby2021-01-071-2/+1
| * | | vt: drop old FONT ioctlsJiri Slaby2021-01-072-187/+3
| * | | vt/consolemap: do font sum unsignedJiri Slaby2021-01-071-1/+1
| * | | 8250_tegra: clean up tegra_uart_handle_breakJiri Slaby2021-01-071-5/+6
| * | | tty: pty, remove BUG_ON from pty_closeJiri Slaby2021-01-071-1/+0
| * | | vt: keyboard, defkeymap.c_shipped, approach the unicode tableJiri Slaby2021-01-071-34/+34
| * | | vt: keyboard, defkeymap.c_shipped, approach the definitionsJiri Slaby2021-01-071-7/+7
| * | | vt: keyboard, make keyboard_tasklet localJiri Slaby2021-01-071-2/+3
| * | | vt: move set_leds to keyboard.cJiri Slaby2021-01-072-3/+11
| * | | tty: serial: icom: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun2020-12-281-3/+1
| * | | tty: serial: cpm_uart: Add udbg support for enabling xmonChristophe Leroy2020-12-281-1/+39
| * | | tty/serial/lantiq: convert comma to semicolonZheng Yongjun2020-12-281-1/+1
| * | | tty/serial/imx: convert comma to semicolonZheng Yongjun2020-12-281-1/+1
| * | | tty: new helper function tty_get_icount()Uwe Kleine-König2020-12-281-4/+25