summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/xilinx_uartps.c
Commit message (Expand)AuthorAgeFilesLines
* serial: uartps: console_setup() can't be placed to init sectionMichal Simek2019-04-201-1/+1
* serial: uartps: Fix stuck ISR if RX disabled with non-empty FIFOAnssi Hannula2019-03-231-1/+7
* serial: set suppress_bind_attrs flag only if builtinAnders Roxell2019-01-261-0/+1
* serial: uartps: Fix interrupt mask issue to handle the RX interrupts properlyNava kishore Manne2019-01-091-2/+2
* serial: xuartps: Fix out-of-bounds access through DT aliasGeert Uytterhoeven2018-05-251-1/+1
* serial: xuartps: Remove __init marking from early writeJeffy Chen2017-07-301-1/+1
* serial: uartps: Fix kernel doc warningsNava kishore Manne2017-06-031-0/+1
* serial: xilinx_uartps: Fix the error pathShubhrajyoti Datta2017-05-181-4/+5
* serial: xuartps: Enable clocks in the pm disable case alsoShubhrajyoti Datta2017-04-081-7/+7
* serial: xuartps: Cleanup the clock enableShubhrajyoti Datta2017-03-171-6/+3
* serial: xilinx_uartps: Add pm runtime supportShubhrajyoti Datta2017-03-141-8/+42
* serial: xuartps: Enable uart loopback modeYasir-Khan2017-01-251-0/+9
* serial: xuartps: Add new compatible string for ZynqMPNava kishore Manne2016-10-271-0/+2
* serial: xuartps: Add some register initialisation to cdns_early_console_setup()Scott Telford2016-09-271-1/+26
* serial: xuartps: Removed unwanted checks while reading the error conditionsNava kishore Manne2016-09-271-37/+35
* serial: xuartps: Rewrite the interrupt handling logicAnirudha Sarangi2016-09-271-105/+114
* serial: xuartps: Do not enable parity error interruptAnirudha Sarangi2016-09-221-2/+15
* tty: serial: xuartps: Wait for rx and tx reset done statusNava kishore Manne2016-09-221-0/+8
* serial: xuartps: Adds RXBS register support for zynqmpNava kishore Manne2016-09-221-20/+81
* tty: xuartps: constify uart_ops structuresJulia Lawall2016-09-021-1/+1
* tty: xuartps: disable clocks when not usedShubhrajyoti Datta2016-06-251-6/+24
* serial: xuartps: Enable OF earlycon supportMichal Simek2016-03-071-1/+3
* tty: xuartps: Consolidate TX handlingSoren Brinkmann2016-02-061-57/+40
* tty: xuartps: Remove '_OFFSET' suffix from #definesSoren Brinkmann2016-02-061-115/+106
* tty: xuartps: Improve sysrq handlingSoren Brinkmann2016-02-061-15/+5
* tty: xuartps: Cleanup: Reformat if-elseSoren Brinkmann2016-02-061-62/+62
* tty: xuartps: Refactor IRQ handlingSoren Brinkmann2016-02-061-6/+11
* tty: xuartps: Move request_irq to after setting up the HWSoren Brinkmann2016-02-061-9/+12
* tty: xuartps: Move RX path into helper functionSoren Brinkmann2016-02-061-22/+28
* tty: xuartps: Acquire port lock for shutdownSoren Brinkmann2016-02-061-0/+6
* tty: xuartps: Keep lock for whole ISRSoren Brinkmann2016-02-061-2/+0
* tty: xuartps: Improve startup functionSoren Brinkmann2016-02-061-8/+12
* tty: xuartps: Clear interrupt status register in shutdownSoren Brinkmann2016-02-061-0/+1
* tty: xuartps: Don't consider circular buffer when enabling transmitterSoren Brinkmann2016-02-061-1/+4
* tty: xuartps: Use spinlock to serialize HW accessSoren Brinkmann2016-02-061-12/+6
* tty: xuartps: Beautify read-modify writesSoren Brinkmann2016-02-061-6/+9
* serial: xuartps: add __init to earlycon write methodMasahiro Yamada2015-05-101-1/+2
* serial: xilinx: Use platform_get_irq to get irq description structureMichal Simek2015-04-281-6/+6
* serial: xuartps: Fix check in console_setup().Thomas Betker2015-03-261-1/+1
* serial: xuartps: Get rid of register access macros.Thomas Betker2015-03-261-112/+118
* serial: xuartps: Fix iobase use.Thomas Betker2015-03-261-1/+0
* serial: xuartps: Fix cdns_uart_port[] definition.Thomas Betker2015-03-261-1/+1
* serial: xuartps: Fix register space size.Thomas Betker2015-03-261-1/+1
* tty: constify of_device_id arrayFabian Frederick2015-03-261-1/+1
* tty: serial: xilinx_uartps: Use Macro for ttyPS0Peter Crosthwaite2015-03-071-1/+2
* tty: xuartps: Fix RX hang, and TX corruption in termios callNathan Rossi2015-02-021-4/+6
* tty: xuartps: Add support for setting modem control signalsLars-Peter Clausen2014-11-061-1/+21
* serial: cadence: Add generic earlycon supportMichal Simek2014-09-281-0/+19
* Merge 3.17-rc5 into tty-nextGreg Kroah-Hartman2014-09-141-1/+1
|\
| * tty: xuartps: Fix tx_emtpy() callbackLars-Peter Clausen2014-09-081-1/+1