summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250/8250_omap.c
AgeCommit message (Expand)Author
2024-03-05serial: 8250_omap: Switch to use uart_read_port_properties()Andy Shevchenko
2023-12-11Merge 6.7-rc5 into tty-nextGreg Kroah-Hartman
2023-11-23serial: 8250: 8250_omap: Clear UART_HAS_RHR_IT_DIS bitRonald Wahl
2023-11-23serial: 8250: 8250_omap: Do not start RX DMA on THRI interruptRonald Wahl
2023-11-23serial: 8250: Convert to platform remove callback returning voidUwe Kleine-König
2023-11-23serial: 8250: omap: Don't skip resource freeing if pm_runtime_resume_and_get(...Uwe Kleine-König
2023-10-21serial: 8250_omap: Set the console genpd always on if no console suspendThomas Richard
2023-10-16Merge 6.6-rc6 into tty-nextGreg Kroah-Hartman
2023-10-05serial: 8250_omap: Drop pm_runtime_irq_safe()Tony Lindgren
2023-10-03serial: 8250_omap: Fix errors with no_console_suspendTony Lindgren
2023-09-18serial: 8250_omap: Use port lock wrappersThomas Gleixner
2023-07-25tty: Explicitly include correct DT includesRob Herring
2023-06-15serial: 8250_omap: Use force_suspend and resume for system suspendTony Lindgren
2023-05-31serial: 8250: omap: convert to modern PM opsArnd Bergmann
2023-05-31serial: 8250: omap: Move uart_write() inside PM sectionGeert Uytterhoeven
2023-05-30serial: 8250: synchronize and annotate UART_IER accessJohn Ogness
2023-05-30serial: 8250: lock port for UART_IER access in omap8250_irq()John Ogness
2023-05-30serial: 8250: lock port for omap8250_restore_regs()John Ogness
2023-05-30serial: 8250: lock port for rx_dma() callbackJohn Ogness
2023-05-30serial: 8250: lock port for stop_rx() in omap8250_irq()John Ogness
2023-05-30serial: 8250: lock port in startup() callbacksJohn Ogness
2023-05-13serial: 8250: omap: Shut down on remove for console uartTony Lindgren
2023-05-13serial: 8250: omap: Fix life cycle issues for interrupt handlersTony Lindgren
2023-05-13serial: 8250: omap: Fix imprecise external abort for omap_8250_pm()Tony Lindgren
2023-05-13serial: 8250: omap: Fix freeing of resources on failed registerTony Lindgren
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