aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_omap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-22serial: do not restore interrupt state in sysrq helperJohan Hovold1-3/+3
2020-12-10serial: 8250_omap: Avoid FIFO corruption caused by MDR1 accessAlexander Sverdlin1-5/+0
2020-11-12serial: 8250: 8250_omap: Fix unused variable warningVignesh Raghavendra1-13/+13
2020-11-12serial: 8250: 8250_omap: Fix possible array out of bounds accessVignesh Raghavendra1-0/+1
2020-11-06serial: 8250: 8250_omap: Disable RX interrupt after DMA enableVignesh Raghavendra1-1/+41
2020-06-27serial: 8250_omap: Switch to use platform_get_irq()Andy Shevchenko1-6/+10
2020-03-31Merge tag 'tty-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-81/+182
2020-03-24serial: 8250: 8250_omap: Add DMA support for UARTs on K3 SoCsVignesh Raghavendra1-12/+86
2020-03-24serial: 8250: 8250_omap: Work around errata causing spurious IRQs with DMAVignesh Raghavendra1-1/+1
2020-03-24serial: 8250: 8250_omap: Extend driver data to pass FIFO trigger infoVignesh Raghavendra1-21/+61
2020-03-24serial: 8250: 8250_omap: Move locking out from __dma_rx_do_complete()Peter Ujfalusi1-10/+5
2020-03-24serial: 8250: 8250_omap: Account for data in flight during DMA teardownVignesh Raghavendra1-4/+23
2020-03-24serial: 8250: 8250_omap: Terminate DMA before pushing data on RX timeoutVignesh Raghavendra1-2/+4
2020-03-24serial: 8250_omap: Fix sleeping function called from invalid context during probePeter Ujfalusi1-1/+1
2020-03-24serial: 8250: 8250_omap: Fix throttle to call stop_rx()Vignesh Raghavendra1-3/+2
2020-03-07serial: 8250: Generalize rs485 software emulationLukas Wunner1-0/+2
2020-03-07serial: 8250: Deduplicate ->rs485_config() callbackLukas Wunner1-31/+1
2020-02-14drivers: tty: Call cpu_latency_qos_*() instead of pm_qos_*()Rafael J. Wysocki1-4/+3
2020-02-13PM: QoS: Rename things related to the CPU latency QoSRafael J. Wysocki1-3/+3
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-4/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-12-18tty/serial: Migrate 8250_omap to use has_sysrqDmitry Safonov1-4/+1
2019-10-07serial: 8250_omap: Fix gpio check for auto RTS/CTSAdam Ford1-2/+3
2019-09-04serial: 8250_omap: Fix idling for unloaded serdev driversTony Lindgren1-1/+10
2019-06-21tty/serial/8250: use mctrl_gpio helpersYegor Yefremov1-13/+16
2019-06-18serial: 8250: factor out serial8250_{set,clear}_THRI() helpersAndy Shevchenko1-11/+3
2019-01-18serial: 8250_omap: Use clk_get_rate() to obtain fclk frequencyVignesh R1-1/+13
2019-01-18serial: 8250_omap: Drop check for of_nodeVignesh R1-35/+28
2018-11-09serial: 8250: Process sysrq at port unlock timeDouglas Anderson1-1/+5
2018-06-28serial: 8250_omap: Add support for AM654 UART controllerNishanth Menon1-0/+1
2018-05-14serial: 8250: omap: Fix idling of clocks for unused uartsTony Lindgren1-1/+15
2018-04-23serial: 8250: omap: Provide ability to enable/disable UART as wakeup sourceVignesh R1-0/+11
2018-02-28serial: 8250: 8250_omap: Fix throttling when DMA is enabledVignesh R1-1/+10
2017-12-15serial: 8250: 8250_omap: Fix spelling error.Rolf Evers-Fischer1-1/+1
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-10-04serial: Add define for max baud rate divisorEd Blake1-2/+2
2017-06-29serial: 8250: 8250_omap: Fix race b/w dma completion and RX timeoutVignesh R1-2/+21
2017-05-18serial: 8250: omap: Disable DMA for console UARTVignesh R1-0/+4
2017-01-25serial: 8250_omap: Fix probe and remove for PM runtimeTony Lindgren1-1/+7
2017-01-20serial: 8250_omap: Remove rx_dma_broken flagVignesh R1-5/+0
2017-01-20serial: 8250_omap: Add OMAP_DMA_TX_KICK quirk for AM437xVignesh R1-6/+3
2017-01-20serial: 8250_omap: pause DMA only if DMA transfer in progressVignesh R1-4/+7
2016-08-31Revert "tty/serial/8250: use mctrl_gpio helpers"Andy Shevchenko1-18/+13
2016-06-25tty/serial/8250: use mctrl_gpio helpersYegor Yefremov1-13/+18
2016-06-25tty/serial/8250: make UART_MCR register access consistentYegor Yefremov1-2/+2
2016-04-30serial: omap8250: Terminate rx dma only for flushesPeter Hurley1-1/+1
2016-04-30serial: 8250: Extract IIR logic steering from rx dmaPeter Hurley1-39/+28
2016-04-30serial: omap8250: Simplify rx dma completion interfacePeter Hurley1-6/+4
2016-04-30serial: omap8250: Drop rx buffer syncPeter Hurley1-6/+0
2016-04-30serial: omap8250: Eliminate local in omap8250_runtime_resume()Peter Hurley1-3/+1