aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/xilinx_uartps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman1-6/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-10-04tty: xilinx_uartps: move to arch_initcall for earlier consoleShubhrajyoti Datta1-1/+1
2017-07-30serial: xuartps: Remove __init marking from early writeJeffy Chen1-1/+1
2017-06-03serial: uartps: Fix kernel doc warningsNava kishore Manne1-0/+1
2017-05-18serial: xilinx_uartps: Fix the error pathShubhrajyoti Datta1-4/+5
2017-04-08serial: xuartps: Enable clocks in the pm disable case alsoShubhrajyoti Datta1-7/+7
2017-03-17serial: xuartps: Cleanup the clock enableShubhrajyoti Datta1-6/+3
2017-03-14serial: xilinx_uartps: Add pm runtime supportShubhrajyoti Datta1-8/+42
2017-01-25serial: xuartps: Enable uart loopback modeYasir-Khan1-0/+9
2016-10-27serial: xuartps: Add new compatible string for ZynqMPNava kishore Manne1-0/+2
2016-09-27serial: xuartps: Add some register initialisation to cdns_early_console_setup()Scott Telford1-1/+26
2016-09-27serial: xuartps: Removed unwanted checks while reading the error conditionsNava kishore Manne1-37/+35
2016-09-27serial: xuartps: Rewrite the interrupt handling logicAnirudha Sarangi1-105/+114
2016-09-22serial: xuartps: Do not enable parity error interruptAnirudha Sarangi1-2/+15
2016-09-22tty: serial: xuartps: Wait for rx and tx reset done statusNava kishore Manne1-0/+8
2016-09-22serial: xuartps: Adds RXBS register support for zynqmpNava kishore Manne1-20/+81
2016-09-02tty: xuartps: constify uart_ops structuresJulia Lawall1-1/+1
2016-06-25tty: xuartps: disable clocks when not usedShubhrajyoti Datta1-6/+24
2016-03-07serial: xuartps: Enable OF earlycon supportMichal Simek1-1/+3
2016-02-06tty: xuartps: Consolidate TX handlingSoren Brinkmann1-57/+40
2016-02-06tty: xuartps: Remove '_OFFSET' suffix from #definesSoren Brinkmann1-115/+106
2016-02-06tty: xuartps: Improve sysrq handlingSoren Brinkmann1-15/+5
2016-02-06tty: xuartps: Cleanup: Reformat if-elseSoren Brinkmann1-62/+62
2016-02-06tty: xuartps: Refactor IRQ handlingSoren Brinkmann1-6/+11
2016-02-06tty: xuartps: Move request_irq to after setting up the HWSoren Brinkmann1-9/+12
2016-02-06tty: xuartps: Move RX path into helper functionSoren Brinkmann1-22/+28
2016-02-06tty: xuartps: Acquire port lock for shutdownSoren Brinkmann1-0/+6
2016-02-06tty: xuartps: Keep lock for whole ISRSoren Brinkmann1-2/+0
2016-02-06tty: xuartps: Improve startup functionSoren Brinkmann1-8/+12
2016-02-06tty: xuartps: Clear interrupt status register in shutdownSoren Brinkmann1-0/+1
2016-02-06tty: xuartps: Don't consider circular buffer when enabling transmitterSoren Brinkmann1-1/+4
2016-02-06tty: xuartps: Use spinlock to serialize HW accessSoren Brinkmann1-12/+6
2016-02-06tty: xuartps: Beautify read-modify writesSoren Brinkmann1-6/+9
2015-05-10serial: xuartps: add __init to earlycon write methodMasahiro Yamada1-1/+2
2015-04-28serial: xilinx: Use platform_get_irq to get irq description structureMichal Simek1-6/+6
2015-03-26serial: xuartps: Fix check in console_setup().Thomas Betker1-1/+1
2015-03-26serial: xuartps: Get rid of register access macros.Thomas Betker1-112/+118
2015-03-26serial: xuartps: Fix iobase use.Thomas Betker1-1/+0
2015-03-26serial: xuartps: Fix cdns_uart_port[] definition.Thomas Betker1-1/+1
2015-03-26serial: xuartps: Fix register space size.Thomas Betker1-1/+1
2015-03-26tty: constify of_device_id arrayFabian Frederick1-1/+1
2015-03-07tty: serial: xilinx_uartps: Use Macro for ttyPS0Peter Crosthwaite1-1/+2
2015-02-02tty: xuartps: Fix RX hang, and TX corruption in termios callNathan Rossi1-4/+6
2014-11-06tty: xuartps: Add support for setting modem control signalsLars-Peter Clausen1-1/+21
2014-09-28serial: cadence: Add generic earlycon supportMichal Simek1-0/+19
2014-09-14Merge 3.17-rc5 into tty-nextGreg Kroah-Hartman1-1/+1
2014-09-08tty: xuartps: Fix tx_emtpy() callbackLars-Peter Clausen1-1/+1
2014-09-08tty: serial: xuartps: Remove .owner field for driverMichal Simek1-1/+0
2014-07-09serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan1-6/+0