summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm-drivers-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-08-031-48/+162
|\
| * tty: serial: qcom-geni-serial: Drop the icc bw votes in suspend for consoleRajendra Nayak2020-07-131-1/+15
| * serial: qcom_geni_serial: Always use 4 bytes per TX FIFO wordDouglas Anderson2020-07-131-20/+37
| * serial: qcom_geni_serial: Make kgdb work even if UART isn't consoleDouglas Anderson2020-07-131-25/+55
| * tty: serial: qcom_geni_serial: Use OPP API to set clk/perf stateRajendra Nayak2020-06-241-4/+25
| * tty: serial: qcom_geni_serial: Add interconnect supportAkash Asthana2020-06-241-3/+28
| * soc: qcom-geni-se: Add interconnect support to fix earlycon crashAkash Asthana2020-06-241-0/+7
* | Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-031-2/+0
|\ \
| * | tty/sysrq: emergency_thaw_all does not depend on CONFIG_BLOCKChristoph Hellwig2020-06-241-2/+0
| |/
* | serial: exar: Fix GPIO configuration for Sealevel cards based on XR17V35XMatthew Howell2020-07-241-1/+11
* | serial: 8250_mtk: Fix high-speed baud rates clampingSerge Semin2020-07-211-0/+18
* | serial: 8250: fix null-ptr-deref in serial8250_start_tx()Yang Yingliang2020-07-211-1/+1
* | serial: tegra: drop bogus NULL tty-port checksJohan Hovold2020-07-211-9/+4
* | serial: tegra: fix CREAD handling for PIOJohan Hovold2020-07-211-2/+5
* | tty: xilinx_uartps: Really fix id assignmentHelmut Grohne2020-07-211-2/+6
* | vt: Reject zero-sized screen buffer size.Tetsuo Handa2020-07-211-11/+18
* | Merge tag 'tty-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-07-165-104/+36
|\ \
| * | serial: core: Initialise spin lock before use in uart_configure_port()Andy Shevchenko2020-07-101-2/+14
| * | serial: mxs-auart: add missed iounmap() in probe failure and removeChuhong Yuan2020-07-101-4/+8
| * | serial: sh-sci: Initialize spinlock for uart consoleLad Prabhakar2020-07-031-0/+3
| * | Revert "tty: xilinx_uartps: Fix missing id assignment to the console"Jan Kiszka2020-06-271-1/+0
| * | serial: core: fix sysrq overhead regressionJohan Hovold2020-06-271-97/+2
| * | Revert "serial: core: Refactor uart_unlock_and_check_sysrq()"Johan Hovold2020-06-271-10/+13
| * | tty/serial: fix serial_core.c kernel-doc warningsRandy Dunlap2020-06-271-2/+1
| * | tty: serial: cpm_uart: Fix behaviour for non existing GPIOsChristophe Leroy2020-06-271-1/+8
| |/
* / kdb: Switch to use safer dbg_io_ops over console APIsSumit Garg2020-06-262-17/+17
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-143-28/+28
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-091-1/+1
* sysrq: use show_stack_loglvl()Dmitry Safonov2020-06-091-1/+1
* Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-06-0732-305/+552
|\
| * tty: serial: qcom_geni_serial: Add 51.2MHz frequency supportsatya priya2020-05-291-3/+4
| * tty: serial: imx: clear Ageing Timer Interrupt in handlerMatthias Schiffer2020-05-291-0/+2
| * serial: 8250_fintek: Add F81966 SupportJi-Ze Hong (Peter Hong)2020-05-291-2/+11
| * sc16is7xx: Add flag to activate IrDA modePascal Huerst2020-05-291-0/+20
| * serial: 8250: Support rs485 bus termination GPIOLukas Wunner2020-05-292-0/+19
| * serial: 8520_port: Fix function param documentationHeiko Stuebner2020-05-291-1/+1
| * vt: keyboard: avoid signed integer overflow in k_asciiDmitry Torokhov2020-05-271-10/+16
| * serial: 8250: Enable 16550A variants by default on non-x86Josh Triplett2020-05-271-0/+1
| * tty: hvc_console, fix crashes on parallel open/closeJiri Slaby2020-05-271-15/+8
| * serial: imx: Initialize lock for non-registered consoleAndy Shevchenko2020-05-271-0/+3
| * Merge 5.7-rc7 into tty-nextGreg Kroah-Hartman2020-05-251-0/+1
| |\
| * | sc16is7xx: Read the LSR register for basic device presence checkDaniel Mack2020-05-221-0/+11
| * | sc16is7xx: Allow sharing the IRQ lineDaniel Mack2020-05-221-1/+13
| * | sc16is7xx: Use threaded IRQDaniel Mack2020-05-221-13/+5
| * | sc16is7xx: Always use falling edge IRQDaniel Mack2020-05-221-8/+4
| * | tty: n_gsm: Fix bogus i++ in gsm_data_kickGregory CLEMENT2020-05-191-11/+3
| * | tty: n_gsm: Remove unnecessary test in gsm_print_packet()Gregory CLEMENT2020-05-191-2/+1
| * | serial: stm32: add no_console_suspend supportErwan Le Ray2020-05-191-1/+12
| * | tty: serial: fsl_lpuart: Use __maybe_unused instead of #if CONFIG_PM_SLEEPAnson Huang2020-05-151-4/+2