summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2020-01-22serial: 8250_bcm2835aux: Use generic remapping codeLukas Wunner
2020-01-22serial: 8250_bcm2835aux: Allocate uart_8250_port on stackLukas Wunner
2020-01-22serial: 8250_bcm2835aux: Suppress register_port error on -EPROBE_DEFERLukas Wunner
2020-01-22serial: 8250_bcm2835aux: Suppress clk_get error on -EPROBE_DEFERPhil Elwell
2020-01-22serial: 8250_bcm2835aux: Fix line mismatch on driver unbindLukas Wunner
2020-01-14vt: Correct comment documenting do_take_over_console()Lukas Wunner
2020-01-14vt: Delete comment referencing non-existent unbind_con_driver()Lukas Wunner
2020-01-14vt: Initialize conswitchp to dummy_con if unsetArvind Sankar
2020-01-14tty: synclink_gt: Adjust indentation in several functionsNathan Chancellor
2020-01-14tty: synclinkmp: Adjust indentation in several functionsNathan Chancellor
2020-01-14serial: xilinx_uartps: set_mctrl sets RTS and DTRMaarten Brock
2020-01-14serial: xilinx_uartps: set_termios sets flowcontrolMaarten Brock
2020-01-14serial: xilinx_uartps: Let get_mctrl return statusMaarten Brock
2020-01-14tty/serial: 8250_exar: use true,false for bool variableZheng Bin
2020-01-14tty/serial: atmel: use true,false for bool variableZheng Bin
2020-01-14tty/serial: kgdb_nmi: use true,false for bool variableZheng Bin
2020-01-14tty: synclink_gt: use true,false for bool variableZheng Bin
2020-01-14tty: serial: msm_serial: RX SW/FIFO mode fallbackLoic Poulain
2020-01-14serial: 8250: Support disabling mdelay-filled probes of 16550A variantsJosh Triplett
2020-01-14tty: serial: tegra: Optimize DMA buffer synchronizationDmitry Osipenko
2020-01-14tty: serial: tegra: Activate RX DMA transfer by requestDmitry Osipenko
2020-01-13Merge 5.5-rc6 into tty-nextGreg Kroah-Hartman
2020-01-10tty/serial: atmel: RS485 & ISO7816: wait for TXRDY before sending dataCodrin.Ciubotariu@microchip.com
2020-01-10serial_core: Move sysrq functions from header fileDmitry Safonov
2020-01-10tty: st-asc: switch to using devm_gpiod_get()Dmitry Torokhov
2020-01-10tty: serial: Kconfig: Allow SERIAL_QCOM_GENI_CONSOLE to be enabled if SERIAL_...John Stultz
2020-01-10tty: serial_core: Export uart_console_device so it can be used by modulesJohn Stultz
2020-01-06tty: serial: fsl_lpuart: drop earlycon entry for i.MX8QXPPeng Fan
2020-01-06tty: serial: fsl_lpuart: support UPIO_MEM32 for lpuart32Peng Fan
2020-01-06tty: serial: fsl_lpuart: drop EARLYCON_DECLAREPeng Fan
2020-01-06tty: serial: qcom_geni_serial: Move loopback support to TIOCM_LOOPAkash Asthana
2020-01-06tty: serial: qcom_geni_serial: Wakeup IRQ cleanupAkash Asthana
2020-01-06serial: samsung: Rename Exynos to lowercaseKrzysztof Kozlowski
2020-01-06serial: ucc_uart: remove redundant assignment to pointer bdpColin Ian King
2020-01-06serdev: Don't claim unsupported ACPI serial devicesPunit Agrawal
2019-12-30tty: always relink the portSudip Mukherjee
2019-12-23Merge 5.5-rc3 into tty-nextGreg Kroah-Hartman
2019-12-19tty: serial: 21285: stop using the unused[] variable from struct uart_portGreg Kroah-Hartman
2019-12-18tty/serial: Migrate zs to use has_sysrqDmitry Safonov
2019-12-18tty/serial: Migrate xilinx_uartps to use has_sysrqDmitry Safonov
2019-12-18tty/serial: Migrate vt8500_serial to use has_sysrqDmitry Safonov
2019-12-18tty/serial: Migrate vr41xx_siu to use has_sysrqDmitry Safonov
2019-12-18tty/serial: ucc_uart: Remove ifdef SUPPORT_SYSRQDmitry Safonov
2019-12-18tty/serial: Migrate sunzilog to use has_sysrqDmitry Safonov
2019-12-18tty/serial: Migrate samsung_tty to use has_sysrqDmitry Safonov
2019-12-18tty/serial: Migrate sunsu to use has_sysrqDmitry Safonov
2019-12-18tty/serial: Migrate sunsab to use has_sysrqDmitry Safonov
2019-12-18tty/serial: Migrate sunhv to use has_sysrqDmitry Safonov
2019-12-18tty/serial: Migrate stm32-usart to use has_sysrqDmitry Safonov
2019-12-18tty/serial: Migrate st-asc to use has_sysrqDmitry Safonov