aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/xilinx_uartps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-18serial: uartps: Remove useless return from cdns_uart_poll_put_charNava kishore Manne1-2/+0
2019-06-18serial: uartps: Do not add a trailing semicolon to macroNava kishore Manne1-1/+1
2019-06-18serial: uartps: Fix long line over 80 charsNava kishore Manne1-1/+2
2019-06-18serial: uartps: Fix multiple line dereferenceNava kishore Manne1-2/+2
2019-06-18serial: uartps: Use octal permission for module_param()Nava kishore Manne1-2/+2
2019-06-18serial: uartps: Use the same dynamic major number for all portsShubhrajyoti Datta1-2/+3
2019-06-10serial: uartps: Add a timeout to the tx empty waitShubhrajyoti Datta1-4/+10
2019-06-10serial: uartps: Move the spinlock after the read of the tx emptyShubhrajyoti Datta1-2/+1
2019-04-29serial: uartps: Add support for cts-overrideShubhrajyoti Datta1-0/+12
2019-03-01tty: xilinx_uartps: Correct return value in probeRajan Vaja1-13/+19
2019-02-19serial: uartps: Fix stuck ISR if RX disabled with non-empty FIFOAnssi Hannula1-1/+7
2018-12-19serial: uartps: Fix interrupt mask issue to handle the RX interrupts properlyNava kishore Manne1-2/+2
2018-12-19serial: uartps: Fix error path when alloc failedMichal Simek1-2/+4
2018-12-19serial: uartps: Check if the device is a consoleShubhrajyoti Datta1-2/+2
2018-12-19serial: uartps: Add the device_init_wakeupShubhrajyoti Datta1-0/+2
2018-12-06Revert "tty: xilinx_uartps: Correct return value in probe"Greg Kroah-Hartman1-12/+14
2018-12-05tty: xilinx_uartps: Correct return value in probeRajan Vaja1-14/+12
2018-11-09serial: set suppress_bind_attrs flag only if builtinAnders Roxell1-0/+1
2018-10-15of: base: Change logic in of_alias_get_alias_list()Michal Simek1-1/+1
2018-10-11serial: uartps: Do not allow use aliases >= MAX_UART_INSTANCESMichal Simek1-2/+4
2018-10-02serial: uartps: Fix missing unlock on error in cdns_get_id()Wei Yongjun1-1/+3
2018-09-20serial: uartps: Change uart ID port allocationMichal Simek1-13/+96
2018-09-18serial: uartps: Enable automatic flow controlMichal Simek1-5/+4
2018-09-18serial: uartps: Move Port ID to device data structureMichal Simek1-9/+11
2018-09-18serial: uartps: Register own uart console and driver structuresMichal Simek1-38/+55
2018-09-18serial: uartps: Change logic how console_port is setupMichal Simek1-2/+9
2018-09-18serial: uartps: Fill struct uart_driver in probe()Michal Simek1-14/+12
2018-09-18serial: uartps: Move register to probe based on run time detectionMichal Simek1-19/+23
2018-09-18serial: uartps: Move alias reading higher in probe()Michal Simek1-11/+10
2018-09-18serial: uartps: Do not use static struct uart_driver out of probe()Michal Simek1-5/+9
2018-09-18serial: uartps: Fix suspend functionalityNava kishore Manne1-29/+12
2018-09-18serial: uartps: Do not initialize field to zero againMichal Simek1-3/+0
2018-09-18serial: uartps: console_setup() can't be placed to init sectionMichal Simek1-1/+1
2018-06-28serial: xuartps: remove unnecessary register writeHelmut Grohne1-2/+0
2018-06-28serial: xuartps: reduce hardware TX race conditionHelmut Grohne1-12/+7
2018-06-28serial: xuartps: fix typo in cdns_uart_startupHelmut Grohne1-1/+1
2018-04-30Merge 4.17-rc3 into tty-nextGreg Kroah-Hartman1-1/+1
2018-04-25serial: uartps: Remove static port arrayMichal Simek1-12/+4
2018-04-25serial: uartps: Move cnds_uart_get_port to probeMichal Simek1-40/+21
2018-04-25serial: uartps: Use dynamic array for console portMichal Simek1-5/+24
2018-04-25serial: uartps: Remove console_initcall from the driverMichal Simek1-14/+0
2018-04-23tty: serial: xuartps: Setup early console when uartclk is also passedMichal Simek1-1/+1
2018-04-22tty: serial: simplify getting .drvdataWolfram Sang1-4/+2
2018-02-28serial: xuartps: Fix out-of-bounds access through DT aliasGeert Uytterhoeven1-1/+1
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman1-6/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-10-04tty: xilinx_uartps: move to arch_initcall for earlier consoleShubhrajyoti Datta1-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