summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/xilinx_uartps.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | tty: serial: xuartps: Remove .owner field for driverMichal Simek2014-09-081-1/+0
|/
* serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan2014-07-091-6/+0
* tty: xuartps: Rebrand driver as Cadence UARTSoren Brinkmann2014-04-241-443/+465
* tty: xuartps: Don't write IRQ disable register to enable interruptsSoren Brinkmann2014-04-241-5/+1
* tty: xuartps: Refactor read-modify-writesSoren Brinkmann2014-04-241-28/+24
* tty: xuartps: Print warning in clock notifierSoren Brinkmann2014-04-241-1/+3
* tty: xuartps: Clean upSoren Brinkmann2014-04-241-136/+74
* tty: xuartps: Initialize ports according to aliasesMichal Simek2014-04-241-8/+16
* tty: xuartps: Fix kernel-doc errors in the driverMichal Simek2014-04-241-60/+49
* tty: xuartps: Properly guard sysrq specific codeSoren Brinkmann2013-12-171-0/+2
* tty: xuartps: Fix build error when COMMON_CLK is not setSoren Brinkmann2013-10-291-0/+8
* tty: xuartps: Fix build error due to missing forward declarationSoren Brinkmann2013-10-291-14/+14
* tty: xuartps: Fix "may be used uninitialized" build warningSoren Brinkmann2013-10-291-1/+1