summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2020-03-18tty: drop outdated comments about release_tty() lockingEric Biggers1-6/+2
2020-03-18tty: n_tracesink: Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2020-03-18tty: hvc: Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2020-03-18tty: nozomi: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-34/+33
2020-03-18tty: serial: pch_uart: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-11/+11
2020-03-18tty: nozomi: fix spelling mistake "reserverd" -> "reserved"Alexandre Belloni1-1/+1
2020-03-18serial: sprd: remove redundant sprd_port cleanupChunyan Zhang1-3/+1
2020-03-18serial: sprd: getting port index via serial aliases onlyChunyan Zhang1-31/+5
2020-03-18tty: serial: Add CONSOLE_POLL support to SiFive UARTVincent Chen1-0/+27
2020-03-17serial: 8250_port: Disable DMA operations for kernel consoleAndy Shevchenko1-3/+8
2020-03-17serial: 8250_port: Don't use power management for kernel consoleAndy Shevchenko2-4/+29
2020-03-17serial: core: Allow detach and attach serial device for consoleAndy Shevchenko1-4/+56
2020-03-17Revert "tty: serial: samsung_tty: build it for any platform"Geert Uytterhoeven1-0/+1
2020-03-17serial: sprd: Fix a dereference warningLanqing Liu1-2/+1
2020-03-17serial: sprd: remove __init from sprd_console_setupChunyan Zhang1-1/+1
2020-03-17serial: sprd: check console via stdout-path in additionChunyan Zhang1-1/+2
2020-03-17tty: evh_bytechan: Fix out of bounds accessesStephen Rothwell1-3/+18
2020-03-16vt: indent switch-case in setterm_command properlyJiri Slaby1-61/+59
2020-03-16vt: selection, use rounddown() for start/endline computationJiri Slaby1-3/+3
2020-03-16vt: use min() to limit intervalsJiri Slaby1-2/+2
2020-03-16tty: n_hdlc, remove FILE and LINE from pr_debugJiri Slaby1-21/+12
2020-03-16vt: selection, fix double lock introduced by a mergeJiri Slaby1-1/+0
2020-03-14tty: serial: qcom_geni_serial: Don't try to manually disable the consoleDouglas Anderson1-4/+0
2020-03-14tty: serial: qcom_geni_serial: No need to stop tx/rx on UART shutdownDouglas Anderson1-6/+0
2020-03-12vt: vt_ioctl: remove unnecessary console allocation checksEric Biggers1-15/+1
2020-03-12vt: drop redundant might_sleep() in do_con_write()Eric Biggers1-2/+0
2020-03-12tty: reorganize tty & serial menusRandy Dunlap1-87/+86
2020-03-12tty: source all tty Kconfig files in one placeRandy Dunlap3-7/+6
2020-03-12serial: core: Refactor uart_unlock_and_check_sysrq()Andy Shevchenko1-13/+10
2020-03-12serial: core: Use uart_console() helper in SysRq codeAndy Shevchenko1-7/+5
2020-03-12serial: core: Print escaped SysRq Magic sequence if enabledAndy Shevchenko1-1/+4
2020-03-12serial: core: Use string length for SysRq magic sequenceAndy Shevchenko1-3/+4
2020-03-12tty: serial: qcom_geni_serial: Allocate port->rx_fifo buffer in probesatya priya1-10/+9
2020-03-12tty: serial: ifx6x60: Convert to GPIO descriptorsLinus Walleij2-118/+65
2020-03-12tty: serial: ifx6x60: Use helper variable for devLinus Walleij1-22/+23
2020-03-12tty: serial: fsl_lpuart: add LS1028A earlycon supportMichael Walle1-8/+43
2020-03-12tty: serial: fsl_lpuart: add LS1028A supportMichael Walle1-2/+25
2020-03-12tty: serial: fsl_lpuart: fix DMA mappingMichael Walle1-20/+28
2020-03-12tty: serial: fsl_lpuart: fix DMA operation when using IOMMUMichael Walle1-31/+57
2020-03-12tty/serial: atmel: Use uart_console() helperAndy Shevchenko1-15/+5
2020-03-12serial: pic32_uart: Use uart_console() helperAndy Shevchenko1-7/+1
2020-03-12tty: sifive: Finish transmission before changing the clockPalmer Dabbelt1-4/+24
2020-03-10Merge 5.6-rc5 into tty-nextGreg Kroah-Hartman6-26/+88
2020-03-07tty: mips_ejtag_fdc: Mark expected switch fall-throughSerge Semin1-0/+1
2020-03-07serial/sysrq: Add MAGIC_SYSRQ_SERIAL_SEQUENCEDmitry Safonov1-7/+68
2020-03-07sysctl/sysrq: Remove __sysrq_enabled copyDmitry Safonov1-0/+12
2020-03-07serial: 8250: Support console on software emulated rs485 portsLukas Wunner1-0/+13
2020-03-07serial: 8250_bcm2835aux: Support rs485 software emulationLukas Wunner1-2/+60
2020-03-07serial: 8250: Generalize rs485 software emulationLukas Wunner5-31/+64
2020-03-07serial: 8250: Deduplicate rs485 active_timer assignmentLukas Wunner1-2/+1