aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_omap.c
Commit message (Expand)AuthorAgeFilesLines
* serial: 8250: 8250_omap: Fix RX_LVL register offsetNishanth Menon2021-09-141-1/+1
* serial: 8250_omap: Handle optional overrun-throttle-ms propertyTony Lindgren2021-08-051-1/+24
* serial: 8250: 8250_omap: make a const array static, makes object smallerColin Ian King2021-07-211-1/+1
* serial: 8250: 8250_omap: Fix possible interrupt storm on K3 SoCsVignesh Raghavendra2021-06-241-1/+19
* serial: 8250_omap: fix a timeout loop conditionDan Carpenter2021-05-131-1/+1
* serial: do not restore interrupt state in sysrq helperJohan Hovold2021-04-221-3/+3
* serial: 8250_omap: Avoid FIFO corruption caused by MDR1 accessAlexander Sverdlin2020-12-101-5/+0
* serial: 8250: 8250_omap: Fix unused variable warningVignesh Raghavendra2020-11-121-13/+13
* serial: 8250: 8250_omap: Fix possible array out of bounds accessVignesh Raghavendra2020-11-121-0/+1
* serial: 8250: 8250_omap: Disable RX interrupt after DMA enableVignesh Raghavendra2020-11-061-1/+41
* serial: 8250_omap: Switch to use platform_get_irq()Andy Shevchenko2020-06-271-6/+10
* Merge tag 'tty-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-03-311-81/+182
|\
| * 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: Generalize rs485 software emulationLukas Wunner2020-03-071-0/+2
| * serial: 8250: Deduplicate ->rs485_config() callbackLukas Wunner2020-03-071-31/+1
* | drivers: tty: Call cpu_latency_qos_*() instead of pm_qos_*()Rafael J. Wysocki2020-02-141-4/+3
* | PM: QoS: Rename things related to the CPU latency QoSRafael J. Wysocki2020-02-131-3/+3
|/
* Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-01-291-4/+1
|\
| * tty/serial: Migrate 8250_omap to use has_sysrqDmitry Safonov2019-12-181-4/+1
* | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
|/
* serial: 8250_omap: Fix gpio check for auto RTS/CTSAdam Ford2019-10-071-2/+3
* serial: 8250_omap: Fix idling for unloaded serdev driversTony Lindgren2019-09-041-1/+10
* tty/serial/8250: use mctrl_gpio helpersYegor Yefremov2019-06-211-13/+16
* serial: 8250: factor out serial8250_{set,clear}_THRI() helpersAndy Shevchenko2019-06-181-11/+3
* serial: 8250_omap: Use clk_get_rate() to obtain fclk frequencyVignesh R2019-01-181-1/+13
* serial: 8250_omap: Drop check for of_nodeVignesh R2019-01-181-35/+28
* serial: 8250: Process sysrq at port unlock timeDouglas Anderson2018-11-091-1/+5
* serial: 8250_omap: Add support for AM654 UART controllerNishanth Menon2018-06-281-0/+1
* serial: 8250: omap: Fix idling of clocks for unused uartsTony Lindgren2018-05-141-1/+15
* serial: 8250: omap: Provide ability to enable/disable UART as wakeup sourceVignesh R2018-04-231-0/+11
* serial: 8250: 8250_omap: Fix throttling when DMA is enabledVignesh R2018-02-281-1/+10
* serial: 8250: 8250_omap: Fix spelling error.Rolf Evers-Fischer2017-12-151-1/+1
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* serial: Add define for max baud rate divisorEd Blake2017-10-041-2/+2
* serial: 8250: 8250_omap: Fix race b/w dma completion and RX timeoutVignesh R2017-06-291-2/+21
* serial: 8250: omap: Disable DMA for console UARTVignesh R2017-05-181-0/+4
* serial: 8250_omap: Fix probe and remove for PM runtimeTony Lindgren2017-01-251-1/+7
* serial: 8250_omap: Remove rx_dma_broken flagVignesh R2017-01-201-5/+0
* serial: 8250_omap: Add OMAP_DMA_TX_KICK quirk for AM437xVignesh R2017-01-201-6/+3
* serial: 8250_omap: pause DMA only if DMA transfer in progressVignesh R2017-01-201-4/+7
* Revert "tty/serial/8250: use mctrl_gpio helpers"Andy Shevchenko2016-08-311-18/+13
* tty/serial/8250: use mctrl_gpio helpersYegor Yefremov2016-06-251-13/+18
* tty/serial/8250: make UART_MCR register access consistentYegor Yefremov2016-06-251-2/+2