aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/xilinx_uartps.c
AgeCommit message (Expand)Author
2022-10-26tty: xilinx_uartps: Fix the ignore_statusShubhrajyoti Datta
2021-11-26serial: xilinx_uartps: Fix race condition causing stuck TXAnssi Hannula
2020-10-01serial: uartps: Wait for tx_empty in console setupRaviteja Narayanam
2020-02-14serial: uartps: Move the spinlock after the read of the tx emptyShubhrajyoti Datta
2020-02-14serial: uartps: Add a timeout to the tx empty waitShubhrajyoti Datta
2019-11-20serial: uartps: Fix suspend functionalityNava kishore Manne
2019-04-20serial: uartps: console_setup() can't be placed to init sectionMichal Simek
2019-03-23serial: uartps: Fix stuck ISR if RX disabled with non-empty FIFOAnssi Hannula
2019-01-26serial: set suppress_bind_attrs flag only if builtinAnders Roxell
2019-01-09serial: uartps: Fix interrupt mask issue to handle the RX interrupts properlyNava kishore Manne
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
2016-09-27serial: xuartps: Rewrite the interrupt handling logicAnirudha Sarangi
2016-09-22serial: xuartps: Do not enable parity error interruptAnirudha Sarangi
2016-09-22tty: serial: xuartps: Wait for rx and tx reset done statusNava kishore Manne
2016-09-22serial: xuartps: Adds RXBS register support for zynqmpNava kishore Manne
2016-09-02tty: xuartps: constify uart_ops structuresJulia Lawall
2016-06-25tty: xuartps: disable clocks when not usedShubhrajyoti Datta
2016-03-07serial: xuartps: Enable OF earlycon supportMichal Simek
2016-02-06tty: xuartps: Consolidate TX handlingSoren Brinkmann
2016-02-06tty: xuartps: Remove '_OFFSET' suffix from #definesSoren Brinkmann
2016-02-06tty: xuartps: Improve sysrq handlingSoren Brinkmann
2016-02-06tty: xuartps: Cleanup: Reformat if-elseSoren Brinkmann
2016-02-06tty: xuartps: Refactor IRQ handlingSoren Brinkmann
2016-02-06tty: xuartps: Move request_irq to after setting up the HWSoren Brinkmann
2016-02-06tty: xuartps: Move RX path into helper functionSoren Brinkmann
2016-02-06tty: xuartps: Acquire port lock for shutdownSoren Brinkmann
2016-02-06tty: xuartps: Keep lock for whole ISRSoren Brinkmann