summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
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-28serial: mvebu-uart: fix tx lost characters at power offPali Rohár1-1/+9
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
2020-12-10serial: imx: Move imx_uart_probe_dt() content into probe()Fabio Estevam1-40/+24
2020-12-09serial: imx: Remove unneeded of_device_get_match_data() NULL checkFabio Estevam1-3/+0
2020-12-09tty: Fix whitespace inconsistencies in vt_io_ioctlYan.Gao1-2/+2
2020-12-09serial_core: Check for port state when tty is in error stateAlexey Kardashevskiy1-0/+4
2020-12-07Merge 5.10-rc7 into tty-nextGreg Kroah-Hartman2-14/+37
2020-12-04tty: Fix ->session lockingJann Horn2-14/+37
2020-12-04tty: Fix ->pgrp locking in tiocspgrp()Jann Horn1-2/+2
2020-12-04tty: Remove dead termiox codeJann Horn1-59/+2
2020-12-04tty/serial/imx: Enable TXEN bit in imx_poll_init().Mingrui Ren1-1/+1
2020-12-04tty : serial: jsm: Fixed file by adding spacingClement Smith1-1/+1
2020-12-04tty: serial: uartlite: Support probe deferralAlexander Sverdlin1-2/+2
2020-12-04earlycon: simplify earlycon-table implementationJohan Hovold1-4/+2
2020-11-26tty: serial: bcm63xx: lower driver dependenciesRafał Miłecki1-1/+1
2020-11-26serial: mxs-auart: Remove unneeded platform_device_idFabio Estevam1-17/+4
2020-11-26serial: 8250-mtk: Fix reference leak in mtk8250_probeZhang Qilong1-3/+10
2020-11-23m68k: Fix WARNING splat in pmac_zilog driverFinn Thain1-5/+9