summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250/8250_omap.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-20serial: 8250: use serial_port_in/out() helpersJiri Slaby (SUSE)1-1/+1
2025-01-10serial: 8250: Provide flag for IER toggling for RS485John Ogness1-1/+1
2024-12-23serial: 8250: Explain the role of @read_status_maskJohn Ogness1-0/+6
2024-12-23serial: 8250: Never adjust UART_LSR_DR in @read_status_maskJohn Ogness1-1/+0
2024-12-23serial: 8250: Do not set UART_LSR_THRE in @read_status_maskJohn Ogness1-1/+1
2024-11-05serial: 8250: omap: Move pm_runtime_get_syncBin Liu1-2/+2
2024-10-11serial: 8250: Fix typos in comments across various filesYu Jiaoliang1-2/+2
2024-10-11serial: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2024-08-19Merge 6.11-rc4 into tty-nextGreg Kroah-Hartman1-28/+5
2024-08-15Revert "serial: 8250_omap: Set the console genpd always on if no console susp...Griffin Kroah-Hartman1-28/+5
2024-08-14serial: 8250: omap: Parse DT wakeup-source proertyMarkus Schneider-Pargmann1-0/+3
2024-08-14serial: 8250: omap: Set wakeup capable, do not enableMarkus Schneider-Pargmann1-2/+2
2024-08-14serial: 8250: omap: Cleanup on error in request_irqMarkus Schneider-Pargmann1-1/+1
2024-08-14serial: 8250: omap: Remove unused wakeups_enabledMarkus Schneider-Pargmann1-1/+0
2024-07-03serial: 8250_omap: Fix Errata i2310 with RX FIFO level checkUdit Kumar1-1/+2
2024-06-24serial: 8250_omap: Implementation of Errata i2310Udit Kumar1-5/+20
2024-04-09serial: 8250_omap: Remove unused of_gpio.hAndy Shevchenko1-1/+0
2024-04-09tty: serial: switch from circ_buf to kfifoJiri Slaby (SUSE)1-16/+31
2024-04-09tty: 8250_omap: use dmaengine_prep_slave_sg()Jiri Slaby (SUSE)1-3/+6
2024-03-05serial: 8250_omap: Switch to use uart_read_port_properties()Andy Shevchenko1-19/+10
2023-12-11Merge 6.7-rc5 into tty-nextGreg Kroah-Hartman1-6/+8
2023-11-23serial: 8250: 8250_omap: Clear UART_HAS_RHR_IT_DIS bitRonald Wahl1-2/+2
2023-11-23serial: 8250: 8250_omap: Do not start RX DMA on THRI interruptRonald Wahl1-4/+6
2023-11-23serial: 8250: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-11-23serial: 8250: omap: Don't skip resource freeing if pm_runtime_resume_and_get(...Uwe Kleine-König1-1/+1
2023-10-21serial: 8250_omap: Set the console genpd always on if no console suspendThomas Richard1-5/+28
2023-10-16Merge 6.6-rc6 into tty-nextGreg Kroah-Hartman1-15/+10
2023-10-05serial: 8250_omap: Drop pm_runtime_irq_safe()Tony Lindgren1-8/+21
2023-10-03serial: 8250_omap: Fix errors with no_console_suspendTony Lindgren1-15/+10
2023-09-18serial: 8250_omap: Use port lock wrappersThomas Gleixner1-26/+26
2023-07-25tty: Explicitly include correct DT includesRob Herring1-1/+0
2023-06-15serial: 8250_omap: Use force_suspend and resume for system suspendTony Lindgren1-5/+15
2023-05-31serial: 8250: omap: convert to modern PM opsArnd Bergmann1-12/+5
2023-05-31serial: 8250: omap: Move uart_write() inside PM sectionGeert Uytterhoeven1-5/+5
2023-05-30serial: 8250: synchronize and annotate UART_IER accessJohn Ogness1-0/+14
2023-05-30serial: 8250: lock port for UART_IER access in omap8250_irq()John Ogness1-2/+3
2023-05-30serial: 8250: lock port for omap8250_restore_regs()John Ogness1-1/+7
2023-05-30serial: 8250: lock port for rx_dma() callbackJohn Ogness1-2/+11
2023-05-30serial: 8250: lock port for stop_rx() in omap8250_irq()John Ogness1-0/+2
2023-05-30serial: 8250: lock port in startup() callbacksJohn Ogness1-0/+3
2023-05-13serial: 8250: omap: Shut down on remove for console uartTony Lindgren1-16/+20
2023-05-13serial: 8250: omap: Fix life cycle issues for interrupt handlersTony Lindgren1-17/+16
2023-05-13serial: 8250: omap: Fix imprecise external abort for omap_8250_pm()Tony Lindgren1-32/+38
2023-05-13serial: 8250: omap: Fix freeing of resources on failed registerTony Lindgren1-0/+2
2022-11-22Merge 6.1-rc6 into tty-nextGreg Kroah-Hartman1-22/+30
2022-11-09serial: 8250: 8250_omap: Fix calculation of RS485 delaysLukas Wunner1-1/+1
2022-11-03serial: 8250: omap: Flush PM QOS work on removeTony Lindgren1-0/+1
2022-11-03serial: 8250: omap: Fix unpaired pm_runtime_put_sync() in omap8250_remove()Tony Lindgren1-0/+5
2022-11-03serial: 8250_omap: remove wait loop from Errata i202 workaroundMatthias Schiffer1-17/+0
2022-11-03serial: 8250: omap: Fix missing PM runtime calls for omap8250_set_mctrl()Tony Lindgren1-2/+20