summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2020-11-10serial: txx9: add missing platform_driver_unregister() on error in serial_txx...Qinglang Miao1-0/+3
2020-11-10serial: 8250_mtk: Fix uart_get_baud_rate warningClaire Chang1-1/+1
2020-11-10tty: serial: imx: enable earlycon by default if IMX_SERIAL_CONSOLE is enabledLucas Stach1-0/+1
2020-11-05tty: serial: fsl_lpuart: LS1021A has a FIFO size of 16 words, like LS1028AVladimir Oltean1-6/+7
2020-11-05tty: serial: 21285: fix lockup on openRussell King1-6/+6
2020-11-01serial: pl011: Fix lockdep splat when handling magic-sysrq interruptPeter Zijlstra1-4/+7
2020-11-01serial: qcom_geni_serial: To correct QUP Version detection logicParas Sharma1-1/+1
2020-10-29tty: serial: fsl_lpuart: fix lpuart32_poll_get_charPeng Fan1-1/+1
2020-10-29tty: serial: lpuart: fix lpuart32_write usagePeng Fan1-8/+6
2020-10-29serial: 8250_dw: Fix clk-notifier/port suspend deadlockSerge Semin1-35/+19
2020-10-29serial: 8250: Skip uninitialized TTY port baud rate updateSerge Semin1-0/+4
2020-10-29serial: 8250: Discard RTS/DTS setting from clock update methodSerge Semin1-1/+0
2020-10-29tty: serial: imx: fix link error with CONFIG_SERIAL_CORE_CONSOLE=nYang Yingliang1-0/+1
2020-10-29tty: serial: earlycon dependencyTong Zhang1-0/+1
2020-09-16serial: 8250_pci: Add Realtek 816a and 816bTobias Diedrich1-0/+11
2020-09-16serial: core: fix console port-lock regressionJohan Hovold1-17/+15
2020-09-16serial: core: fix port-lock initialisationJohan Hovold1-8/+6
2020-08-26Merge tag 'tty-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds8-20/+52
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva13-16/+14
2020-08-18tty: serial: imx: add dependence and build for earlyconFugang Duan2-0/+2
2020-08-18serial: samsung: Removes the IRQ not found warningTamseel Shams1-3/+5
2020-08-18serial: 8250: change lock order in serial8250_do_startup()Sergey Senozhatsky1-3/+6
2020-08-18serial: stm32: avoid kernel warning on absence of optional IRQHolger Assmann1-1/+1
2020-08-18serial: pl011: Fix oops on -EPROBE_DEFERLukas Wunner1-6/+5
2020-08-18serial: pl011: Don't leak amba_ports entry on driver register errorLukas Wunner1-1/+4
2020-08-18serial: 8250_exar: Fix number of ports for Commtech PCIe cardsValmer Huhn1-3/+21
2020-08-18tty: serial: qcom_geni_serial: Drop __init from qcom_geni_console_setupJohn Stultz1-1/+1
2020-08-18serial: qcom_geni_serial: Fix recent kdb hangDouglas Anderson1-2/+7
2020-08-07Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds29-184/+444
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+1
2020-08-05Merge tag 'printk-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-2/+2
2020-08-04Merge tag 'arm-drivers-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-48/+162
2020-08-02Revert "serial: 8250: Let serial core initialise spin lock"Andy Shevchenko1-0/+1
2020-07-31serial: 8250: Let serial core initialise spin lockAndy Shevchenko1-1/+0
2020-07-30serial: stm32: Add RS485 RTS GPIO controlMarek Vasut1-0/+8
2020-07-29serial: 8250_dw: Fix common clocks usage race conditionSerge Semin1-2/+101
2020-07-29serial: 8250_dw: Pass the same rate to the clk round and set rate methodsSerge Semin1-3/+3
2020-07-29serial: 8250_dw: Simplify the ref clock rate setting procedureSerge Semin1-11/+4
2020-07-29serial: 8250: Add 8250 port clock update methodSerge Semin1-0/+40
2020-07-29tty: serial: imx: add imx earlycon driverFugang Duan2-0/+58
2020-07-29tty: serial: imx: enable imx serial console port as moduleFugang Duan2-40/+6
2020-07-27Merge 5.8-rc7 into tty-nextGreg Kroah-Hartman5-13/+43
2020-07-24serial: exar: Fix GPIO configuration for Sealevel cards based on XR17V35XMatthew Howell1-1/+11
2020-07-24serial: msm_serial: add sparse context annotationJohan Hovold1-0/+2
2020-07-24serial: pmac_zilog: add sparse context annotationJohan Hovold1-0/+1
2020-07-21serial: 8250_mtk: Fix high-speed baud rates clampingSerge Semin1-0/+18
2020-07-21serial: 8250: fix null-ptr-deref in serial8250_start_tx()Yang Yingliang1-1/+1
2020-07-21serial: imx: use hrtimers for rs485 delaysAhmad Fatoum1-26/+36
2020-07-21serial: imx: implement rts delaying for rs485Uwe Kleine-König1-36/+121
2020-07-21serial: tegra: drop bogus NULL tty-port checksJohan Hovold1-9/+4