summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* vt_ioctl: fix GIO_UNIMAP regressionJiri Slaby2020-10-281-6/+5
* vt: keyboard, extend func_buf_lock to readersJiri Slaby2020-10-281-4/+13
* vt: keyboard, simplify vt_kdgkbsentJiri Slaby2020-10-281-19/+9
* tty: serial: fsl_lpuart: LS1021A has a FIFO size of 16 words, like LS1028AVladimir Oltean2020-10-281-6/+7
* tty: serial: 21285: fix lockup on openRussell King2020-10-281-6/+6
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2020-10-241-1/+1
|\
| * Merge tag 'samsung-soc-s3c-5.10' of https://git.kernel.org/pub/scm/linux/kern...Olof Johansson2020-09-131-1/+1
| |\
| | * ARM: s5pv210: don't imply CONFIG_PLAT_SAMSUNGArnd Bergmann2020-08-191-1/+1
* | | Merge tag 'mips_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2020-10-161-5/+4
|\ \ \
| * | | MIPS: Replace SIBYTE_1956_WAR by CONFIG_SB1_PASS_2_WORKAROUNDSThomas Bogendoerfer2020-09-071-5/+4
| | |/ | |/|
* | | serial: mcf: add sysrq capabilityAngelo Dureghello2020-10-051-0/+1
* | | serial: fsl_lpuart: add sysrq support when using dmaAngelo Dureghello2020-10-051-0/+57
* | | tty/sysrq: Extend the sysrq_key_table to cover capital lettersAndrzej Pietrasiewicz2020-10-021-2/+47
* | | serial: max310x: rework RX interrupt handlingThomas Petazzoni2020-10-011-5/+24
* | | serial: 8250_dw: Fix clk-notifier/port suspend deadlockSerge Semin2020-09-301-35/+19
* | | serial: 8250: Skip uninitialized TTY port baud rate updateSerge Semin2020-09-301-0/+4
* | | serial: 8250: Discard RTS/DTS setting from clock update methodSerge Semin2020-09-301-1/+0
* | | tty: serial: imx: disable TXDC IRQ in imx_uart_shutdown() to avoid IRQ stormMatthias Schiffer2020-09-301-5/+6
* | | serial: 8250_fsl: Fix TX interrupt handling conditionAndrij Abyzov2020-09-301-1/+1
* | | serial: pl011: Fix lockdep splat when handling magic-sysrq interruptPeter Zijlstra2020-09-301-4/+7
* | | tty: serial: fsl_lpuart: fix lpuart32_poll_get_charPeng Fan2020-09-301-1/+1
* | | tty: serial: lpuart: fix lpuart32_write usagePeng Fan2020-09-301-8/+6
* | | serial: qcom_geni_serial: To correct QUP Version detection logicParas Sharma2020-09-301-1/+1
* | | serial: mvebu-uart: fix unused variable warningQinglang Miao2020-09-291-1/+1
* | | vt_ioctl: make VT_RESIZEX behave like VT_RESIZETetsuo Handa2020-09-271-47/+10
* | | serial: mvebu-uart: simplify the return expression of mvebu_uart_probe()Qinglang Miao2020-09-271-4/+1
* | | tty: serial: imx: fix link error with CONFIG_SERIAL_CORE_CONSOLE=nYang Yingliang2020-09-271-0/+1
* | | tty: hvc: fix link error with CONFIG_SERIAL_CORE_CONSOLE=nYang Yingliang2020-09-271-0/+1
* | | pch_uart: drop double zeroingJulia Lawall2020-09-271-1/+1
* | | Merge 5.9.0-rc6 into tty-nextGreg Kroah-Hartman2020-09-212-24/+30
|\ \ \
| * | | serial: 8250_pci: Add Realtek 816a and 816bTobias Diedrich2020-09-161-0/+11
| * | | serial: core: fix console port-lock regressionJohan Hovold2020-09-161-17/+15
| * | | serial: core: fix port-lock initialisationJohan Hovold2020-09-161-8/+6
| | |/ | |/|
* | | tty: serial: qcom_geni_serial: Fix the UART wakeup issuesatya priya2020-09-161-1/+1
* | | tty: serial: qcom_geni_serial: 115.2 is a better console default than 9600Douglas Anderson2020-09-161-1/+1
* | | serial: pmac_zilog: use for_each_child_of_node() macroQinglang Miao2020-09-161-1/+1
* | | tty: serial: 8250_mtk: set regshift for mmio32Hsin-Yi Wang2020-09-161-0/+1
* | | tty: serial: print earlycon info after match->setupHsin-Yi Wang2020-09-161-1/+8
* | | serial: ucc_uart: make qe_uart_set_mctrl() staticJason Yan2020-09-161-1/+1
* | | serial: 8250_pci: Remove unused function get_pci_irq()YueHaibing2020-09-161-9/+0
* | | pty: do tty_flip_buffer_push without port->lock in pty_writeArtem Savkov2020-09-041-1/+1
* | | tty: hvcs: Don't NULL tty->driver_data until hvcs_cleanup()Tyrel Datwyler2020-09-041-7/+7
* | | tty: ipwireless: fix error handlingTong Zhang2020-09-042-3/+3
* | | tty: synclink_gt: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-09-041-5/+9
* | | tty: serial: icom: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-09-041-14/+18
* | | serial: 8250_fsl: Add ACPI supportkuldip dwivedi2020-09-041-7/+101
* | | serial: stm32: Add RS485 RTS GPIO control againMarek Vasut2020-09-041-8/+25
* | | tty: serial: earlycon dependencyTong Zhang2020-09-041-0/+1
* | | sc16is7xx: Set iobase to device indexDaniel Mack2020-09-041-0/+1
* | | serial: core: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-041-3/+1