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: remove unnecessary register writeHelmut Grohne2018-06-281-2/+0Star
* serial: xuartps: reduce hardware TX race conditionHelmut Grohne2018-06-281-12/+7Star
* serial: xuartps: fix typo in cdns_uart_startupHelmut Grohne2018-06-281-1/+1
* Merge 4.17-rc3 into tty-nextGreg Kroah-Hartman2018-04-301-1/+1
|\
| * tty: serial: xuartps: Setup early console when uartclk is also passedMichal Simek2018-04-231-1/+1
* | serial: uartps: Remove static port arrayMichal Simek2018-04-251-12/+4Star
* | serial: uartps: Move cnds_uart_get_port to probeMichal Simek2018-04-251-40/+21Star
* | serial: uartps: Use dynamic array for console portMichal Simek2018-04-251-5/+24
* | serial: uartps: Remove console_initcall from the driverMichal Simek2018-04-251-14/+0Star
* | tty: serial: simplify getting .drvdataWolfram Sang2018-04-221-4/+2Star
|/
* serial: xuartps: Fix out-of-bounds access through DT aliasGeert Uytterhoeven2018-02-281-1/+1
* tty: serial: Remove redundant license textGreg Kroah-Hartman2017-11-081-6/+0Star
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* tty: xilinx_uartps: move to arch_initcall for earlier consoleShubhrajyoti Datta2017-10-041-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/+3Star
* 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/+35Star
* 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-081-1/+3
* tty: xuartps: Consolidate TX handlingSoren Brinkmann2016-02-071-57/+40Star
* tty: xuartps: Remove '_OFFSET' suffix from #definesSoren Brinkmann2016-02-071-115/+106Star
* tty: xuartps: Improve sysrq handlingSoren Brinkmann2016-02-071-15/+5Star
* tty: xuartps: Cleanup: Reformat if-elseSoren Brinkmann2016-02-071-62/+62
* tty: xuartps: Refactor IRQ handlingSoren Brinkmann2016-02-071-6/+11
* tty: xuartps: Move request_irq to after setting up the HWSoren Brinkmann2016-02-071-9/+12
* tty: xuartps: Move RX path into helper functionSoren Brinkmann2016-02-071-22/+28
* tty: xuartps: Acquire port lock for shutdownSoren Brinkmann2016-02-071-0/+6
* tty: xuartps: Keep lock for whole ISRSoren Brinkmann2016-02-071-2/+0Star
* tty: xuartps: Improve startup functionSoren Brinkmann2016-02-071-8/+12
* tty: xuartps: Clear interrupt status register in shutdownSoren Brinkmann2016-02-071-0/+1
* tty: xuartps: Don't consider circular buffer when enabling transmitterSoren Brinkmann2016-02-071-1/+4
* tty: xuartps: Use spinlock to serialize HW accessSoren Brinkmann2016-02-071-12/+6Star
* tty: xuartps: Beautify read-modify writesSoren Brinkmann2016-02-071-6/+9
* serial: xuartps: add __init to earlycon write methodMasahiro Yamada2015-05-101-1/+2