aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-21tty: vt: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-07-21Revert "serial: sh-sci: Initialize spinlock for uart console"Andy Shevchenko1-3/+0
2020-07-21Revert "serial: imx: Initialize lock for non-registered console"Andy Shevchenko1-3/+0
2020-07-21Revert "tty: serial: add missing spin_lock_init for SiFive serial console"Andy Shevchenko1-1/+0
2020-07-21Revert "serial: amba-pl011: Make sure we initialize the port.lock spinlock"Andy Shevchenko1-1/+0
2020-07-21Revert "serial: sunhv: Initialize lock for non-registered console"Andy Shevchenko1-3/+0
2020-07-21tty: xilinx_uartps: Really fix id assignmentHelmut Grohne1-2/+6
2020-07-21vt: Reject zero-sized screen buffer size.Tetsuo Handa1-11/+18
2020-07-20Merge 5.8-rc6 into tty-nextGreg Kroah-Hartman7-121/+53
2020-07-16treewide: Remove uninitialized_var() usageKees Cook2-2/+2
2020-07-16Merge tag 'tty-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty into masterLinus Torvalds5-104/+36
2020-07-13tty: serial: qcom-geni-serial: Drop the icc bw votes in suspend for consoleRajendra Nayak1-1/+15
2020-07-13serial: qcom_geni_serial: Always use 4 bytes per TX FIFO wordDouglas Anderson1-20/+37
2020-07-13serial: qcom_geni_serial: Make kgdb work even if UART isn't consoleDouglas Anderson1-25/+55
2020-07-10serial: core: Initialise spin lock before use in uart_configure_port()Andy Shevchenko1-2/+14
2020-07-10serial: mxs-auart: add missed iounmap() in probe failure and removeChuhong Yuan1-4/+8
2020-07-03serial: sh-sci: Initialize spinlock for uart consoleLad Prabhakar1-0/+3
2020-07-01tty/vt: Do not warn when huge selection requestedAlexey Kardashevskiy1-1/+1
2020-07-01serial: stm32: Use generic DT binding for announcing RTS/CTS linesErwan Le Ray1-2/+3
2020-06-27tty: fix spelling mistakeFlavio Suligoi1-1/+1
2020-06-27Revert "tty: xilinx_uartps: Fix missing id assignment to the console"Jan Kiszka1-1/+0
2020-06-27serial: core: fix sysrq overhead regressionJohan Hovold1-97/+2
2020-06-27Revert "serial: core: Refactor uart_unlock_and_check_sysrq()"Johan Hovold1-10/+13
2020-06-27serial: 8250_mtk: Switch to use platform_get_irq()Andy Shevchenko1-6/+10
2020-06-27serial: 8250_ingenic: Switch to use platform_get_irq()Andy Shevchenko1-6/+10
2020-06-27serial: 8250_pxa: Switch to use platform_get_irq()Andy Shevchenko1-6/+8
2020-06-27serial: 8250_omap: Switch to use platform_get_irq()Andy Shevchenko1-6/+10
2020-06-27serial: 8250_em: Switch to use platform_get_irq()Andy Shevchenko1-6/+10
2020-06-27serial: kgdboc: Fix bad line wrapping in commentDouglas Anderson1-1/+2
2020-06-27serial: serial-tegra: reduce irq-latency after rx errorsRandolph Maaßen1-3/+3
2020-06-278250-men-mcb: fix signed/unsigned confusionPavel Machek1-2/+2
2020-06-27serial: core: drop unnecessary gpio includeJohan Hovold2-0/+2
2020-06-27tty/serial: fix serial_core.c kernel-doc warningsRandy Dunlap1-2/+1
2020-06-27tty: serial: fsl_lpuart: minimum baud rate supportVabhav Sharma1-0/+3
2020-06-27tty: serial: qcom_geni_serial: Clean up an ARRAY_SIZE() vs sizeof()Dan Carpenter1-1/+1
2020-06-27tty: serial: cpm_uart: Fix behaviour for non existing GPIOsChristophe Leroy1-1/+8
2020-06-27serial: samsung: fix spelling mistakeTamseel Shams1-1/+1
2020-06-27serial: samsung: Minor whitespace cleanupsKrzysztof Kozlowski1-13/+9
2020-06-26kdb: Switch to use safer dbg_io_ops over console APIsSumit Garg2-17/+17
2020-06-25hvc: unify console setup namingSergey Senozhatsky1-2/+2
2020-06-25tty: hvc: Return proper error code from console ->setup() hookAndy Shevchenko1-1/+1
2020-06-25serial: sunzilog: Return proper error code from console ->setup() hookAndy Shevchenko1-1/+1
2020-06-25serial: sunsab: Return proper error code from console ->setup() hookAndy Shevchenko1-1/+1
2020-06-24tty: serial: qcom_geni_serial: Use OPP API to set clk/perf stateRajendra Nayak1-4/+25
2020-06-24tty: serial: qcom_geni_serial: Add interconnect supportAkash Asthana1-3/+28
2020-06-24soc: qcom-geni-se: Add interconnect support to fix earlycon crashAkash Asthana1-0/+7
2020-06-24tty/sysrq: emergency_thaw_all does not depend on CONFIG_BLOCKChristoph Hellwig1-2/+0
2020-06-24tty/vt: check allocation size in con_set_unimap()Denis Efremov1-1/+1
2020-06-24vt_ioctl: move perm checks level upJiri Slaby1-9/+12
2020-06-24vt_ioctl: move vt_kdsetmode out of vt_k_ioctlJiri Slaby1-35/+43