aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_omap.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-11-03serial: 8250: 8250_omap: Avoid RS485 RTS glitch on ->set_termios()Lukas Wunner1-3/+4
2022-11-03serial: 8250: 8250_omap: Support native RS485Lukas Wunner1-3/+82
2022-09-25serial: Deassert Transmit Enable on probe in driver-specific wayLukas Wunner1-0/+3
2022-09-25serial: 8250_omap: Convert to use uart_xmit_advance()Andy Shevchenko1-3/+1
2022-09-25Merge 7e2cd21e02b3 ("Merge tag 'tty-6.0-rc7' of git://git.kernel.org/pub/scm/...Greg Kroah-Hartman1-0/+1
2022-09-22serial: 8250: omap: Use serial8250_em485_supportedMatthias Schiffer1-0/+1
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen1-1/+1
2022-06-27serial: 8250: make saved LSR largerIlpo Järvinen1-4/+3
2022-02-28tty: serial: make use of UART_LCR_WLEN() + tty_get_char_size()Jiri Slaby1-15/+1
2021-09-14serial: 8250: 8250_omap: Fix RX_LVL register offsetNishanth Menon1-1/+1
2021-08-05serial: 8250_omap: Handle optional overrun-throttle-ms propertyTony Lindgren1-1/+24
2021-07-21serial: 8250: 8250_omap: make a const array static, makes object smallerColin Ian King1-1/+1
2021-06-24serial: 8250: 8250_omap: Fix possible interrupt storm on K3 SoCsVignesh Raghavendra1-1/+19
2021-05-13serial: 8250_omap: fix a timeout loop conditionDan Carpenter1-1/+1
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/greg...Linus 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 p...Peter 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/greg...Linus 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
2016-04-30serial: 8250: Eliminate needless local in irq handlersPeter Hurley1-6/+2
2016-03-07serial: 8250: convert drivers to use up_to_u8250p()Andy Shevchenko1-6/+3
2016-02-06tty: 8250_omap: Use software emulated RS485 direction controlMatwey V. Kornilov1-0/+31
2015-10-17serial: 8250_omap: Remove RTS clearPeter Hurley1-1/+0
2015-10-04serial: 8250_omap: check how many bytes were injectedSebastian Andrzej Siewior1-2/+5
2015-08-14tty: serial: 8250_omap: do not use RX DMA if pause is not supportedSebastian Andrzej Siewior1-1/+13
2015-07-23serial: 8250_omap: Remove auto-IXON flow controlPeter Hurley1-14/+2
2015-07-23serial: 8250_omap: workaround module disable errata on dra7x SoCsSekhar Nori1-0/+1
2015-07-23serial: 8250_omap: workaround errata around idling UART after using DMASekhar Nori1-6/+59
2015-07-23serial: 8250_omap: introduce "ti,am3352-uart" compatible propertySekhar Nori1-11/+21
2015-07-23serial: 8250_omap: refactor mdr1 updateSekhar Nori1-5/+12
2015-07-23serial: 8250_omap: fix kernel crash in suspend-to-ramSekhar Nori1-2/+2
2015-06-09serial: 8250_omap: Move wake-up interrupt to generic wakeirqTony Lindgren1-54/+4
2015-05-24serial: 8250_omap: provide complete custom startup & shutdown callbacksSebastian Andrzej Siewior1-9/+73
2015-05-06tty: serial: 8250: omap: synchronize rx_runningJohn Ogness1-16/+49
2015-03-26serial: 8250: remove the redundant includeWang Long1-1/+0
2015-02-02serial: 8250_omap: Use UPSTAT_AUTORTS for RTS handlingPeter Hurley1-9/+7
2015-02-02serial: core: Rework hw-assisted flow control supportPeter Hurley1-1/+6
2015-01-09tty: serial: 8250: drop owner assignment from platform_driversWolfram Sang1-1/+0
2015-01-09serial: omap_8250: Fix RTS handling, part BPeter Hurley1-6/+9
2015-01-09serial: omap_8250: Fix RTS handlingPeter Hurley1-3/+22
2015-01-09tty: serial: 8250: omap: add ttySx console if the user didn'tSebastian Andrzej Siewior1-0/+40
2014-12-19tty: 8250_omap: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki1-7/+7
2014-11-25tty: serial: 8250: omap: line is unsigned, don't check < 0Sebastian Andrzej Siewior1-7/+8
2014-11-05tty: serial: 8250: omap: add dma supportSebastian Andrzej Siewior1-0/+71
2014-11-05tty: serial: 8250: omap: add custom irq handlingSebastian Andrzej Siewior1-0/+55
2014-11-05tty: serial: 8250_omap: add custom DMA-RX callbackSebastian Andrzej Siewior1-0/+96
2014-11-05tty: serial: 8250_omap: add custom DMA-TX callbackSebastian Andrzej Siewior1-0/+144
2014-11-05tty: serial: Add 8250-core based omap driverSebastian Andrzej Siewior1-0/+914