summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorLines
2020-09-16serial: 8250_pci: Add Realtek 816a and 816bTobias Diedrich-0/+11
2020-09-16serial: core: fix console port-lock regressionJohan Hovold-17/+15
2020-09-16serial: core: fix port-lock initialisationJohan Hovold-8/+6
2020-08-26Merge tag 'tty-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-20/+52
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-16/+14
2020-08-18tty: serial: imx: add dependence and build for earlyconFugang Duan-0/+2
2020-08-18serial: samsung: Removes the IRQ not found warningTamseel Shams-3/+5
2020-08-18serial: 8250: change lock order in serial8250_do_startup()Sergey Senozhatsky-3/+6
2020-08-18serial: stm32: avoid kernel warning on absence of optional IRQHolger Assmann-1/+1
2020-08-18serial: pl011: Fix oops on -EPROBE_DEFERLukas Wunner-6/+5
2020-08-18serial: pl011: Don't leak amba_ports entry on driver register errorLukas Wunner-1/+4
2020-08-18serial: 8250_exar: Fix number of ports for Commtech PCIe cardsValmer Huhn-3/+21
2020-08-18tty: serial: qcom_geni_serial: Drop __init from qcom_geni_console_setupJohn Stultz-1/+1
2020-08-18serial: qcom_geni_serial: Fix recent kdb hangDouglas Anderson-2/+7
2020-08-06Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-184/+444
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+1
2020-08-04Merge tag 'printk-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-2/+2
2020-08-03Merge tag 'arm-drivers-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-48/+162
2020-08-02Revert "serial: 8250: Let serial core initialise spin lock"Andy Shevchenko-0/+1
2020-07-31serial: 8250: Let serial core initialise spin lockAndy Shevchenko-1/+0
2020-07-30serial: stm32: Add RS485 RTS GPIO controlMarek Vasut-0/+8
2020-07-29serial: 8250_dw: Fix common clocks usage race conditionSerge Semin-2/+101
2020-07-29serial: 8250_dw: Pass the same rate to the clk round and set rate methodsSerge Semin-3/+3
2020-07-29serial: 8250_dw: Simplify the ref clock rate setting procedureSerge Semin-11/+4
2020-07-29serial: 8250: Add 8250 port clock update methodSerge Semin-0/+40
2020-07-29tty: serial: imx: add imx earlycon driverFugang Duan-0/+58
2020-07-29tty: serial: imx: enable imx serial console port as moduleFugang Duan-40/+6
2020-07-27Merge 5.8-rc7 into tty-nextGreg Kroah-Hartman-13/+43
2020-07-24serial: exar: Fix GPIO configuration for Sealevel cards based on XR17V35XMatthew Howell-1/+11
2020-07-24serial: msm_serial: add sparse context annotationJohan Hovold-0/+2
2020-07-24serial: pmac_zilog: add sparse context annotationJohan Hovold-0/+1
2020-07-21serial: 8250_mtk: Fix high-speed baud rates clampingSerge Semin-0/+18
2020-07-21serial: 8250: fix null-ptr-deref in serial8250_start_tx()Yang Yingliang-1/+1
2020-07-21serial: imx: use hrtimers for rs485 delaysAhmad Fatoum-26/+36
2020-07-21serial: imx: implement rts delaying for rs485Uwe Kleine-König-36/+121
2020-07-21serial: tegra: drop bogus NULL tty-port checksJohan Hovold-9/+4
2020-07-21serial: tegra: fix CREAD handling for PIOJohan Hovold-2/+5
2020-07-21serial: pch_uart: use generic power managementVaibhav Gupta-24/+10
2020-07-21serial: altera_jtaguart: Replace HTTP links with HTTPS onesAlexander A. Klimov-1/+1
2020-07-21serial: core: Fix Coding StyleTamseel Shams-1/+3
2020-07-21tty: serial: uartlite: Replace HTTP links with HTTPS onesAlexander A. Klimov-1/+1
2020-07-21tty: serial: Replace HTTP links with HTTPS onesAlexander A. Klimov-3/+3
2020-07-21Revert "serial: sh-sci: Initialize spinlock for uart console"Andy Shevchenko-3/+0
2020-07-21Revert "serial: imx: Initialize lock for non-registered console"Andy Shevchenko-3/+0
2020-07-21Revert "tty: serial: add missing spin_lock_init for SiFive serial console"Andy Shevchenko-1/+0
2020-07-21Revert "serial: amba-pl011: Make sure we initialize the port.lock spinlock"Andy Shevchenko-1/+0
2020-07-21Revert "serial: sunhv: Initialize lock for non-registered console"Andy Shevchenko-3/+0
2020-07-21tty: xilinx_uartps: Really fix id assignmentHelmut Grohne-2/+6
2020-07-20Merge 5.8-rc6 into tty-nextGreg Kroah-Hartman-121/+53
2020-07-16Merge tag 'tty-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-104/+36