aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2020-10-05serial: mcf: add sysrq capabilityGravatar Angelo Dureghello 1-0/+1
2020-10-05serial: fsl_lpuart: add sysrq support when using dmaGravatar Angelo Dureghello 1-0/+57
2020-10-02tty/sysrq: Extend the sysrq_key_table to cover capital lettersGravatar Andrzej Pietrasiewicz 1-2/+47
2020-10-01serial: max310x: rework RX interrupt handlingGravatar Thomas Petazzoni 1-5/+24
2020-09-30serial: 8250_dw: Fix clk-notifier/port suspend deadlockGravatar Serge Semin 1-35/+19
2020-09-30serial: 8250: Skip uninitialized TTY port baud rate updateGravatar Serge Semin 1-0/+4
2020-09-30serial: 8250: Discard RTS/DTS setting from clock update methodGravatar Serge Semin 1-1/+0
2020-09-30tty: serial: imx: disable TXDC IRQ in imx_uart_shutdown() to avoid IRQ stormGravatar Matthias Schiffer 1-5/+6
2020-09-30serial: 8250_fsl: Fix TX interrupt handling conditionGravatar Andrij Abyzov 1-1/+1
2020-09-30serial: pl011: Fix lockdep splat when handling magic-sysrq interruptGravatar Peter Zijlstra 1-4/+7
2020-09-30tty: serial: fsl_lpuart: fix lpuart32_poll_get_charGravatar Peng Fan 1-1/+1
2020-09-30tty: serial: lpuart: fix lpuart32_write usageGravatar Peng Fan 1-8/+6
2020-09-30serial: qcom_geni_serial: To correct QUP Version detection logicGravatar Paras Sharma 1-1/+1
2020-09-29serial: mvebu-uart: fix unused variable warningGravatar Qinglang Miao 1-1/+1
2020-09-27vt_ioctl: make VT_RESIZEX behave like VT_RESIZEGravatar Tetsuo Handa 1-47/+10
2020-09-27serial: mvebu-uart: simplify the return expression of mvebu_uart_probe()Gravatar Qinglang Miao 1-4/+1
2020-09-27tty: serial: imx: fix link error with CONFIG_SERIAL_CORE_CONSOLE=nGravatar Yang Yingliang 1-0/+1
2020-09-27tty: hvc: fix link error with CONFIG_SERIAL_CORE_CONSOLE=nGravatar Yang Yingliang 1-0/+1
2020-09-27pch_uart: drop double zeroingGravatar Julia Lawall 1-1/+1
2020-09-21Merge 5.9.0-rc6 into tty-nextGravatar Greg Kroah-Hartman 2-24/+30
2020-09-16tty: serial: qcom_geni_serial: Fix the UART wakeup issueGravatar satya priya 1-1/+1
2020-09-16serial: 8250_pci: Add Realtek 816a and 816bGravatar Tobias Diedrich 1-0/+11
2020-09-16serial: core: fix console port-lock regressionGravatar Johan Hovold 1-17/+15
2020-09-16serial: core: fix port-lock initialisationGravatar Johan Hovold 1-8/+6
2020-09-16tty: serial: qcom_geni_serial: 115.2 is a better console default than 9600Gravatar Douglas Anderson 1-1/+1
2020-09-16serial: pmac_zilog: use for_each_child_of_node() macroGravatar Qinglang Miao 1-1/+1
2020-09-16tty: serial: 8250_mtk: set regshift for mmio32Gravatar Hsin-Yi Wang 1-0/+1
2020-09-16tty: serial: print earlycon info after match->setupGravatar Hsin-Yi Wang 1-1/+8
2020-09-16serial: ucc_uart: make qe_uart_set_mctrl() staticGravatar Jason Yan 1-1/+1
2020-09-16serial: 8250_pci: Remove unused function get_pci_irq()Gravatar YueHaibing 1-9/+0
2020-09-04pty: do tty_flip_buffer_push without port->lock in pty_writeGravatar Artem Savkov 1-1/+1
2020-09-04tty: hvcs: Don't NULL tty->driver_data until hvcs_cleanup()Gravatar Tyrel Datwyler 1-7/+7
2020-09-04tty: ipwireless: fix error handlingGravatar Tong Zhang 2-3/+3
2020-09-04tty: synclink_gt: switch from 'pci_' to 'dma_' APIGravatar Christophe JAILLET 1-5/+9
2020-09-04tty: serial: icom: switch from 'pci_' to 'dma_' APIGravatar Christophe JAILLET 1-14/+18
2020-09-04serial: 8250_fsl: Add ACPI supportGravatar kuldip dwivedi 1-7/+101
2020-09-04serial: stm32: Add RS485 RTS GPIO control againGravatar Marek Vasut 1-8/+25
2020-09-04tty: serial: earlycon dependencyGravatar Tong Zhang 1-0/+1
2020-09-04sc16is7xx: Set iobase to device indexGravatar Daniel Mack 1-0/+1
2020-09-04serial: core: Simplify with dev_err_probe()Gravatar Krzysztof Kozlowski 1-3/+1
2020-09-04serial: 8250: Simplify with dev_err_probe()Gravatar Krzysztof Kozlowski 2-23/+9
2020-09-04serial: imx: Delete duplicated argument to '|' in imx_uart_probeGravatar Ye Bin 1-2/+1
2020-08-31Merge 5.9-rc3 into tty-nextGravatar Greg Kroah-Hartman 28-49/+89
2020-08-28serial: 8250_pci: Add WCH384_8S 8 port serial deviceGravatar Du Huanpeng 1-0/+56
2020-08-28tty: serial: qcom_geni_serial: Unconditionally call dev_pm_opp_of_remove_table()Gravatar Viresh Kumar 1-8/+5
2020-08-28serial: core: don't use snprintf() for formatting sysfs attrsGravatar Alex Dewar 1-13/+13
2020-08-28serial: fsl_lpuart: Fix typo in "transfer"Gravatar Fabio Estevam 1-2/+2
2020-08-26Merge tag 'tty-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 10-23/+66
2020-08-24Revert "vc_screen: extract vcs_read_buf_header"Gravatar Jiri Slaby 1-18/+13
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 20-26/+23