aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_omap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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