summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | 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-3120-36/+66
|\| |
| * | Merge tag 'tty-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-08-268-20/+52
| |\ \
| | * | tty: serial: imx: add dependence and build for earlyconFugang Duan2020-08-182-0/+2
| | * | serial: samsung: Removes the IRQ not found warningTamseel Shams2020-08-181-3/+5
| | * | serial: 8250: change lock order in serial8250_do_startup()Sergey Senozhatsky2020-08-181-3/+6
| | * | serial: stm32: avoid kernel warning on absence of optional IRQHolger Assmann2020-08-181-1/+1
| | * | serial: pl011: Fix oops on -EPROBE_DEFERLukas Wunner2020-08-181-6/+5
| | * | serial: pl011: Don't leak amba_ports entry on driver register errorLukas Wunner2020-08-181-1/+4
| | * | serial: 8250_exar: Fix number of ports for Commtech PCIe cardsValmer Huhn2020-08-181-3/+21
| | * | tty: serial: qcom_geni_serial: Drop __init from qcom_geni_console_setupJohn Stultz2020-08-181-1/+1
| | * | serial: qcom_geni_serial: Fix recent kdb hangDouglas Anderson2020-08-181-2/+7
| | |/
| * / treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-2313-16/+14
| |/
* | 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
* | serial: fsl_lpuart: Fix typo in "transfer"Fabio Estevam2020-08-281-2/+2
* | serial: sa1100: use platform_get_resource()Andy Shevchenko2020-08-181-12/+10
* | tty: serial, fix kernel-docJiri Slaby2020-08-182-8/+7
* | tty: timbuart: convert tasklets to use new tasklet_setup() APIAllen Pais2020-08-181-3/+3
* | tty: ifx6x60: convert tasklets to use new tasklet_setup() APIAllen Pais2020-08-181-4/+4
* | tty: atmel_serial: convert tasklets to use new tasklet_setup() APIAllen Pais2020-08-181-10/+10
|/
* Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-08-0629-184/+444
|\
| * Revert "serial: 8250: Let serial core initialise spin lock"Andy Shevchenko2020-08-021-0/+1
| * serial: 8250: Let serial core initialise spin lockAndy Shevchenko2020-07-311-1/+0
| * serial: stm32: Add RS485 RTS GPIO controlMarek Vasut2020-07-301-0/+8
| * serial: 8250_dw: Fix common clocks usage race conditionSerge Semin2020-07-291-2/+101
| * serial: 8250_dw: Pass the same rate to the clk round and set rate methodsSerge Semin2020-07-291-3/+3
| * serial: 8250_dw: Simplify the ref clock rate setting procedureSerge Semin2020-07-291-11/+4
| * serial: 8250: Add 8250 port clock update methodSerge Semin2020-07-291-0/+40
| * tty: serial: imx: add imx earlycon driverFugang Duan2020-07-292-0/+58
| * tty: serial: imx: enable imx serial console port as moduleFugang Duan2020-07-292-40/+6