summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/xilinx_uartps.c
Commit message (Expand)AuthorAgeFilesLines
* xilinx_uartps.c: suppress "may be used uninitialised" warningStephen Rothwell2019-09-041-1/+1
* serial: uartps: Remove useless return from cdns_uart_poll_put_charNava kishore Manne2019-06-181-2/+0
* serial: uartps: Do not add a trailing semicolon to macroNava kishore Manne2019-06-181-1/+1
* serial: uartps: Fix long line over 80 charsNava kishore Manne2019-06-181-1/+2
* serial: uartps: Fix multiple line dereferenceNava kishore Manne2019-06-181-2/+2
* serial: uartps: Use octal permission for module_param()Nava kishore Manne2019-06-181-2/+2
* serial: uartps: Use the same dynamic major number for all portsShubhrajyoti Datta2019-06-181-2/+3
* serial: uartps: Add a timeout to the tx empty waitShubhrajyoti Datta2019-06-101-4/+10
* serial: uartps: Move the spinlock after the read of the tx emptyShubhrajyoti Datta2019-06-101-2/+1
* serial: uartps: Add support for cts-overrideShubhrajyoti Datta2019-04-291-0/+12
* tty: xilinx_uartps: Correct return value in probeRajan Vaja2019-03-011-13/+19
* serial: uartps: Fix stuck ISR if RX disabled with non-empty FIFOAnssi Hannula2019-02-191-1/+7
* serial: uartps: Fix interrupt mask issue to handle the RX interrupts properlyNava kishore Manne2018-12-191-2/+2
* serial: uartps: Fix error path when alloc failedMichal Simek2018-12-191-2/+4
* serial: uartps: Check if the device is a consoleShubhrajyoti Datta2018-12-191-2/+2
* serial: uartps: Add the device_init_wakeupShubhrajyoti Datta2018-12-191-0/+2
* Revert "tty: xilinx_uartps: Correct return value in probe"Greg Kroah-Hartman2018-12-061-12/+14
* tty: xilinx_uartps: Correct return value in probeRajan Vaja2018-12-051-14/+12
* serial: set suppress_bind_attrs flag only if builtinAnders Roxell2018-11-091-0/+1
* of: base: Change logic in of_alias_get_alias_list()Michal Simek2018-10-151-1/+1
* serial: uartps: Do not allow use aliases >= MAX_UART_INSTANCESMichal Simek2018-10-111-2/+4
* serial: uartps: Fix missing unlock on error in cdns_get_id()Wei Yongjun2018-10-021-1/+3
* serial: uartps: Change uart ID port allocationMichal Simek2018-09-201-13/+96
* serial: uartps: Enable automatic flow controlMichal Simek2018-09-181-5/+4
* serial: uartps: Move Port ID to device data structureMichal Simek2018-09-181-9/+11
* serial: uartps: Register own uart console and driver structuresMichal Simek2018-09-181-38/+55
* serial: uartps: Change logic how console_port is setupMichal Simek2018-09-181-2/+9
* serial: uartps: Fill struct uart_driver in probe()Michal Simek2018-09-181-14/+12
* serial: uartps: Move register to probe based on run time detectionMichal Simek2018-09-181-19/+23
* serial: uartps: Move alias reading higher in probe()Michal Simek2018-09-181-11/+10
* serial: uartps: Do not use static struct uart_driver out of probe()Michal Simek2018-09-181-5/+9
* serial: uartps: Fix suspend functionalityNava kishore Manne2018-09-181-29/+12
* serial: uartps: Do not initialize field to zero againMichal Simek2018-09-181-3/+0
* serial: uartps: console_setup() can't be placed to init sectionMichal Simek2018-09-181-1/+1
* serial: xuartps: remove unnecessary register writeHelmut Grohne2018-06-281-2/+0
* serial: xuartps: reduce hardware TX race conditionHelmut Grohne2018-06-281-12/+7
* 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/+4
* | serial: uartps: Move cnds_uart_get_port to probeMichal Simek2018-04-251-40/+21
* | 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/+0
* | tty: serial: simplify getting .drvdataWolfram Sang2018-04-221-4/+2
|/
* 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/+0
* 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