summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250/8250_omap.c
AgeCommit message (Expand)Author
2022-11-22Merge 6.1-rc6 into tty-nextGreg Kroah-Hartman
2022-11-09serial: 8250: 8250_omap: Fix calculation of RS485 delaysLukas Wunner
2022-11-03serial: 8250: omap: Flush PM QOS work on removeTony Lindgren
2022-11-03serial: 8250: omap: Fix unpaired pm_runtime_put_sync() in omap8250_remove()Tony Lindgren
2022-11-03serial: 8250_omap: remove wait loop from Errata i202 workaroundMatthias Schiffer
2022-11-03serial: 8250: omap: Fix missing PM runtime calls for omap8250_set_mctrl()Tony Lindgren
2022-11-03serial: 8250: 8250_omap: Avoid RS485 RTS glitch on ->set_termios()Lukas Wunner
2022-11-03serial: 8250: 8250_omap: Support native RS485Lukas Wunner
2022-09-25serial: Deassert Transmit Enable on probe in driver-specific wayLukas Wunner
2022-09-25serial: 8250_omap: Convert to use uart_xmit_advance()Andy Shevchenko
2022-09-25Merge 7e2cd21e02b3 ("Merge tag 'tty-6.0-rc7' of git://git.kernel.org/pub/scm/...Greg Kroah-Hartman
2022-09-22serial: 8250: omap: Use serial8250_em485_supportedMatthias Schiffer
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen
2022-06-27serial: 8250: make saved LSR largerIlpo Järvinen
2022-02-28tty: serial: make use of UART_LCR_WLEN() + tty_get_char_size()Jiri Slaby
2021-09-14serial: 8250: 8250_omap: Fix RX_LVL register offsetNishanth Menon
2021-08-05serial: 8250_omap: Handle optional overrun-throttle-ms propertyTony Lindgren
2021-07-21serial: 8250: 8250_omap: make a const array static, makes object smallerColin Ian King
2021-06-24serial: 8250: 8250_omap: Fix possible interrupt storm on K3 SoCsVignesh Raghavendra
2021-05-13serial: 8250_omap: fix a timeout loop conditionDan Carpenter
2021-04-22serial: do not restore interrupt state in sysrq helperJohan Hovold
2020-12-10serial: 8250_omap: Avoid FIFO corruption caused by MDR1 accessAlexander Sverdlin
2020-11-12serial: 8250: 8250_omap: Fix unused variable warningVignesh Raghavendra
2020-11-12serial: 8250: 8250_omap: Fix possible array out of bounds accessVignesh Raghavendra
2020-11-06serial: 8250: 8250_omap: Disable RX interrupt after DMA enableVignesh Raghavendra
2020-06-27serial: 8250_omap: Switch to use platform_get_irq()Andy Shevchenko
2020-03-31Merge tag 'tty-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-03-24serial: 8250: 8250_omap: Add DMA support for UARTs on K3 SoCsVignesh Raghavendra
2020-03-24serial: 8250: 8250_omap: Work around errata causing spurious IRQs with DMAVignesh Raghavendra
2020-03-24serial: 8250: 8250_omap: Extend driver data to pass FIFO trigger infoVignesh Raghavendra
2020-03-24serial: 8250: 8250_omap: Move locking out from __dma_rx_do_complete()Peter Ujfalusi
2020-03-24serial: 8250: 8250_omap: Account for data in flight during DMA teardownVignesh Raghavendra
2020-03-24serial: 8250: 8250_omap: Terminate DMA before pushing data on RX timeoutVignesh Raghavendra
2020-03-24serial: 8250_omap: Fix sleeping function called from invalid context during p...Peter Ujfalusi
2020-03-24serial: 8250: 8250_omap: Fix throttle to call stop_rx()Vignesh Raghavendra
2020-03-07serial: 8250: Generalize rs485 software emulationLukas Wunner
2020-03-07serial: 8250: Deduplicate ->rs485_config() callbackLukas Wunner
2020-02-14drivers: tty: Call cpu_latency_qos_*() instead of pm_qos_*()Rafael J. Wysocki
2020-02-13PM: QoS: Rename things related to the CPU latency QoSRafael J. Wysocki
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-12-18tty/serial: Migrate 8250_omap to use has_sysrqDmitry Safonov
2019-10-07serial: 8250_omap: Fix gpio check for auto RTS/CTSAdam Ford
2019-09-04serial: 8250_omap: Fix idling for unloaded serdev driversTony Lindgren
2019-06-21tty/serial/8250: use mctrl_gpio helpersYegor Yefremov
2019-06-18serial: 8250: factor out serial8250_{set,clear}_THRI() helpersAndy Shevchenko
2019-01-18serial: 8250_omap: Use clk_get_rate() to obtain fclk frequencyVignesh R
2019-01-18serial: 8250_omap: Drop check for of_nodeVignesh R
2018-11-09serial: 8250: Process sysrq at port unlock timeDouglas Anderson
2018-06-28serial: 8250_omap: Add support for AM654 UART controllerNishanth Menon