summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/xilinx_uartps.c
AgeCommit message (Expand)Author
2019-07-31serial: uartps: Use the same dynamic major number for all portsShubhrajyoti Datta
2019-04-29serial: uartps: Add support for cts-overrideShubhrajyoti Datta
2019-03-01tty: xilinx_uartps: Correct return value in probeRajan Vaja
2019-02-19serial: uartps: Fix stuck ISR if RX disabled with non-empty FIFOAnssi Hannula
2018-12-19serial: uartps: Fix interrupt mask issue to handle the RX interrupts properlyNava kishore Manne
2018-12-19serial: uartps: Fix error path when alloc failedMichal Simek
2018-12-19serial: uartps: Check if the device is a consoleShubhrajyoti Datta
2018-12-19serial: uartps: Add the device_init_wakeupShubhrajyoti Datta
2018-12-06Revert "tty: xilinx_uartps: Correct return value in probe"Greg Kroah-Hartman
2018-12-05tty: xilinx_uartps: Correct return value in probeRajan Vaja
2018-11-09serial: set suppress_bind_attrs flag only if builtinAnders Roxell
2018-10-15of: base: Change logic in of_alias_get_alias_list()Michal Simek
2018-10-11serial: uartps: Do not allow use aliases >= MAX_UART_INSTANCESMichal Simek
2018-10-02serial: uartps: Fix missing unlock on error in cdns_get_id()Wei Yongjun
2018-09-20serial: uartps: Change uart ID port allocationMichal Simek
2018-09-18serial: uartps: Enable automatic flow controlMichal Simek
2018-09-18serial: uartps: Move Port ID to device data structureMichal Simek
2018-09-18serial: uartps: Register own uart console and driver structuresMichal Simek
2018-09-18serial: uartps: Change logic how console_port is setupMichal Simek
2018-09-18serial: uartps: Fill struct uart_driver in probe()Michal Simek
2018-09-18serial: uartps: Move register to probe based on run time detectionMichal Simek
2018-09-18serial: uartps: Move alias reading higher in probe()Michal Simek
2018-09-18serial: uartps: Do not use static struct uart_driver out of probe()Michal Simek
2018-09-18serial: uartps: Fix suspend functionalityNava kishore Manne
2018-09-18serial: uartps: Do not initialize field to zero againMichal Simek
2018-09-18serial: uartps: console_setup() can't be placed to init sectionMichal Simek
2018-06-28serial: xuartps: remove unnecessary register writeHelmut Grohne
2018-06-28serial: xuartps: reduce hardware TX race conditionHelmut Grohne
2018-06-28serial: xuartps: fix typo in cdns_uart_startupHelmut Grohne
2018-04-30Merge 4.17-rc3 into tty-nextGreg Kroah-Hartman
2018-04-25serial: uartps: Remove static port arrayMichal Simek
2018-04-25serial: uartps: Move cnds_uart_get_port to probeMichal Simek
2018-04-25serial: uartps: Use dynamic array for console portMichal Simek
2018-04-25serial: uartps: Remove console_initcall from the driverMichal Simek
2018-04-23tty: serial: xuartps: Setup early console when uartclk is also passedMichal Simek
2018-04-22tty: serial: simplify getting .drvdataWolfram Sang
2018-02-28serial: xuartps: Fix out-of-bounds access through DT aliasGeert Uytterhoeven
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman
2017-10-04tty: xilinx_uartps: move to arch_initcall for earlier consoleShubhrajyoti Datta
2017-07-30serial: xuartps: Remove __init marking from early writeJeffy Chen
2017-06-03serial: uartps: Fix kernel doc warningsNava kishore Manne
2017-05-18serial: xilinx_uartps: Fix the error pathShubhrajyoti Datta
2017-04-08serial: xuartps: Enable clocks in the pm disable case alsoShubhrajyoti Datta
2017-03-17serial: xuartps: Cleanup the clock enableShubhrajyoti Datta
2017-03-14serial: xilinx_uartps: Add pm runtime supportShubhrajyoti Datta
2017-01-25serial: xuartps: Enable uart loopback modeYasir-Khan
2016-10-27serial: xuartps: Add new compatible string for ZynqMPNava kishore Manne
2016-09-27serial: xuartps: Add some register initialisation to cdns_early_console_setup()Scott Telford
2016-09-27serial: xuartps: Removed unwanted checks while reading the error conditionsNava kishore Manne