summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250
Commit message (Expand)AuthorAgeFilesLines
* serial: 8250_pci: Add Realtek 816a and 816bTobias Diedrich2020-09-161-0/+11
* Merge tag 'tty-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-08-262-6/+27
|\
| * serial: 8250: change lock order in serial8250_do_startup()Sergey Senozhatsky2020-08-181-3/+6
| * serial: 8250_exar: Fix number of ports for Commtech PCIe cardsValmer Huhn2020-08-181-3/+21
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-235-7/+7
|/
* 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: 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
* Merge 5.8-rc7 into tty-nextGreg Kroah-Hartman2020-07-273-2/+30
|\
| * serial: exar: Fix GPIO configuration for Sealevel cards based on XR17V35XMatthew Howell2020-07-241-1/+11
| * serial: 8250_mtk: Fix high-speed baud rates clampingSerge Semin2020-07-211-0/+18
| * serial: 8250: fix null-ptr-deref in serial8250_start_tx()Yang Yingliang2020-07-211-1/+1
* | tty: serial: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-211-2/+2
* | serial: 8250_mtk: Switch to use platform_get_irq()Andy Shevchenko2020-06-271-6/+10
* | serial: 8250_ingenic: Switch to use platform_get_irq()Andy Shevchenko2020-06-271-6/+10
* | serial: 8250_pxa: Switch to use platform_get_irq()Andy Shevchenko2020-06-271-6/+8
* | serial: 8250_omap: Switch to use platform_get_irq()Andy Shevchenko2020-06-271-6/+10
* | serial: 8250_em: Switch to use platform_get_irq()Andy Shevchenko2020-06-271-6/+10
* | 8250-men-mcb: fix signed/unsigned confusionPavel Machek2020-06-271-2/+2
* | serial: core: drop unnecessary gpio includeJohan Hovold2020-06-271-0/+1
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-6/+6
* Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-06-076-46/+66
|\
| * serial: 8250_fintek: Add F81966 SupportJi-Ze Hong (Peter Hong)2020-05-291-2/+11
| * serial: 8250: Support rs485 bus termination GPIOLukas Wunner2020-05-291-0/+3
| * serial: 8520_port: Fix function param documentationHeiko Stuebner2020-05-291-1/+1
| * serial: 8250: Enable 16550A variants by default on non-x86Josh Triplett2020-05-271-0/+1
| * serial: 8250: Fix max baud limit in generic 8250 portSerge Semin2020-05-151-1/+3
| * serial: Allow uart_get_rs485_mode() to return errnoLukas Wunner2020-05-151-1/+3
| * serial: 8250: Avoid error message on reprobeLukas Wunner2020-05-151-4/+10
| * serial: 8250_exar: Make use of PCI_DEVICE_DATA() macroAndy Shevchenko2020-05-151-34/+31
| * drivers/tty: remove redundant assignment to variable i and rename it to retColin Ian King2020-04-161-3/+3
* | Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-06-061-6/+0
|\ \
| * | serial: 8250_pci: Move Pericom IDs to pci_ids.hKai-Heng Feng2020-05-081-6/+0
| |/
* / serial: 8250_early: Support kgdboc_earlyconDouglas Anderson2020-06-021-0/+23
|/
* Merge tag 'tty-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-03-3115-227/+714
|\
| * serial: 8250: Optimize irq enable after console writeLukas Wunner2020-03-271-1/+2
| * serial: 8250: Fix rs485 delay after console writeLukas Wunner2020-03-271-1/+1
| * serial: 8250: 8250_omap: Add DMA support for UARTs on K3 SoCsVignesh Raghavendra2020-03-241-12/+86
| * serial: 8250: 8250_omap: Work around errata causing spurious IRQs with DMAVignesh Raghavendra2020-03-241-1/+1
| * serial: 8250: 8250_omap: Extend driver data to pass FIFO trigger infoVignesh Raghavendra2020-03-241-21/+61
| * serial: 8250: 8250_omap: Move locking out from __dma_rx_do_complete()Peter Ujfalusi2020-03-241-10/+5
| * serial: 8250: 8250_omap: Account for data in flight during DMA teardownVignesh Raghavendra2020-03-241-4/+23
| * serial: 8250: 8250_omap: Terminate DMA before pushing data on RX timeoutVignesh Raghavendra2020-03-241-2/+4
| * serial: 8250_omap: Fix sleeping function called from invalid context during p...Peter Ujfalusi2020-03-241-1/+1
| * serial: 8250: 8250_omap: Fix throttle to call stop_rx()Vignesh Raghavendra2020-03-241-3/+2
| * serial: 8250_port: Don't service RX FIFO if throttledVignesh Raghavendra2020-03-241-1/+15
| * serial: 8250_port: Disable DMA operations for kernel consoleAndy Shevchenko2020-03-171-3/+8