aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_omap.c
Commit message (Expand)AuthorAgeFilesLines
* serial: 8250: omap: Flush PM QOS work on removeTony Lindgren2022-11-031-0/+1
* serial: 8250: omap: Fix unpaired pm_runtime_put_sync() in omap8250_remove()Tony Lindgren2022-11-031-0/+5
* serial: 8250_omap: remove wait loop from Errata i202 workaroundMatthias Schiffer2022-11-031-17/+0
* serial: 8250: omap: Fix missing PM runtime calls for omap8250_set_mctrl()Tony Lindgren2022-11-031-2/+20
* serial: 8250: 8250_omap: Avoid RS485 RTS glitch on ->set_termios()Lukas Wunner2022-11-031-3/+4
* serial: Deassert Transmit Enable on probe in driver-specific wayLukas Wunner2022-09-251-0/+3
* serial: 8250_omap: Convert to use uart_xmit_advance()Andy Shevchenko2022-09-251-3/+1
* Merge 7e2cd21e02b3 ("Merge tag 'tty-6.0-rc7' of git://git.kernel.org/pub/scm/...Greg Kroah-Hartman2022-09-251-0/+1
|\
| * serial: 8250: omap: Use serial8250_em485_supportedMatthias Schiffer2022-09-221-0/+1
* | serial: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-1/+1
|/
* serial: 8250: make saved LSR largerIlpo Järvinen2022-06-271-4/+3
* tty: serial: make use of UART_LCR_WLEN() + tty_get_char_size()Jiri Slaby2022-02-281-15/+1
* 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