summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/xilinx_uartps.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-01serial: uartps: Wait for tx_empty in console setupRaviteja Narayanam1-0/+8
2020-02-15serial: uartps: Move the spinlock after the read of the tx emptyShubhrajyoti Datta1-2/+1
2020-02-15serial: uartps: Add a timeout to the tx empty waitShubhrajyoti Datta1-4/+10
2019-11-20serial: uartps: Fix suspend functionalityNava kishore Manne1-29/+12
2019-04-20serial: uartps: console_setup() can't be placed to init sectionMichal Simek1-1/+1
2019-03-23serial: uartps: Fix stuck ISR if RX disabled with non-empty FIFOAnssi Hannula1-1/+7
2019-01-26serial: set suppress_bind_attrs flag only if builtinAnders Roxell1-0/+1
2019-01-09serial: uartps: Fix interrupt mask issue to handle the RX interrupts properlyNava kishore Manne1-2/+2
2018-05-25serial: xuartps: Fix out-of-bounds access through DT aliasGeert Uytterhoeven1-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-08serial: xuartps: Enable OF earlycon supportMichal Simek1-1/+3
2016-02-07tty: xuartps: Consolidate TX handlingSoren Brinkmann1-57/+40
2016-02-07tty: xuartps: Remove '_OFFSET' suffix from #definesSoren Brinkmann1-115/+106
2016-02-07tty: xuartps: Improve sysrq handlingSoren Brinkmann1-15/+5
2016-02-07tty: xuartps: Cleanup: Reformat if-elseSoren Brinkmann1-62/+62
2016-02-07tty: xuartps: Refactor IRQ handlingSoren Brinkmann1-6/+11
2016-02-07tty: xuartps: Move request_irq to after setting up the HWSoren Brinkmann1-9/+12
2016-02-07tty: xuartps: Move RX path into helper functionSoren Brinkmann1-22/+28
2016-02-07tty: xuartps: Acquire port lock for shutdownSoren Brinkmann1-0/+6
2016-02-07tty: xuartps: Keep lock for whole ISRSoren Brinkmann1-2/+0
2016-02-07tty: xuartps: Improve startup functionSoren Brinkmann1-8/+12
2016-02-07tty: xuartps: Clear interrupt status register in shutdownSoren Brinkmann1-0/+1
2016-02-07tty: xuartps: Don't consider circular buffer when enabling transmitterSoren Brinkmann1-1/+4
2016-02-07tty: xuartps: Use spinlock to serialize HW accessSoren Brinkmann1-12/+6
2016-02-07tty: 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-27serial: xuartps: Fix check in console_setup().Thomas Betker1-1/+1
2015-03-27serial: xuartps: Get rid of register access macros.Thomas Betker1-112/+118
2015-03-27serial: xuartps: Fix iobase use.Thomas Betker1-1/+0
2015-03-27serial: xuartps: Fix cdns_uart_port[] definition.Thomas Betker1-1/+1
2015-03-27serial: xuartps: Fix register space size.Thomas Betker1-1/+1
2015-03-27tty: 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