summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-10-1565-786/+1048
|\
| * serial: mcf: add sysrq capabilityAngelo Dureghello2020-10-051-0/+1
| * serial: fsl_lpuart: add sysrq support when using dmaAngelo Dureghello2020-10-051-0/+57
| * fbcon: remove no-op fbcon_set_origin()Tetsuo Handa2020-10-021-8/+0
| * tty/sysrq: Extend the sysrq_key_table to cover capital lettersAndrzej Pietrasiewicz2020-10-023-3/+50
| * 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-302-1/+4
| * 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
| * dt-bindings: serial: renesas, hscif: Document r8a774e1 bindingsLad Prabhakar2020-09-271-0/+1
| * dt-bindings: serial: renesas, scif: Document r8a774e1 bindingsLad Prabhakar2020-09-271-0/+1
| * Merge ba31128384dfd ("Merge tag 'libnvdimm-fixes-5.9-rc7' of git://git.kernel...Greg Kroah-Hartman2020-09-211-9/+8
| |\
| * \ Merge 5.9.0-rc6 into tty-nextGreg Kroah-Hartman2020-09-21763-4021/+6992
| |\ \
| * | | sticon: remove no-op sticon_set_origin()Tetsuo Handa2020-09-161-7/+0
| * | | newport_con: remove no-op newport_set_origin()Tetsuo Handa2020-09-161-6/+0
| * | | 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
| * | | serial: 8250: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-042-23/+9
| * | | serial: imx: Delete duplicated argument to '|' in imx_uart_probeYe Bin2020-09-041-2/+1
| * | | Merge 5.9-rc3 into tty-nextGreg Kroah-Hartman2020-08-311739-6534/+9839
| |\ \ \
| * | | | serial: 8250_pci: Add WCH384_8S 8 port serial deviceDu Huanpeng2020-08-281-0/+56
| * | | | tty: serial: qcom_geni_serial: Unconditionally call dev_pm_opp_of_remove_table()Viresh Kumar2020-08-281-8/+5
| * | | | serial: core: don't use snprintf() for formatting sysfs attrsAlex Dewar2020-08-281-13/+13