aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/xilinx_uartps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-07serial: xuartps: Enable OF earlycon supportMichal Simek1-1/+3
2016-02-06tty: xuartps: Consolidate TX handlingSoren Brinkmann1-57/+40
2016-02-06tty: xuartps: Remove '_OFFSET' suffix from #definesSoren Brinkmann1-115/+106
2016-02-06tty: xuartps: Improve sysrq handlingSoren Brinkmann1-15/+5
2016-02-06tty: xuartps: Cleanup: Reformat if-elseSoren Brinkmann1-62/+62
2016-02-06tty: xuartps: Refactor IRQ handlingSoren Brinkmann1-6/+11
2016-02-06tty: xuartps: Move request_irq to after setting up the HWSoren Brinkmann1-9/+12
2016-02-06tty: xuartps: Move RX path into helper functionSoren Brinkmann1-22/+28
2016-02-06tty: xuartps: Acquire port lock for shutdownSoren Brinkmann1-0/+6
2016-02-06tty: xuartps: Keep lock for whole ISRSoren Brinkmann1-2/+0
2016-02-06tty: xuartps: Improve startup functionSoren Brinkmann1-8/+12
2016-02-06tty: xuartps: Clear interrupt status register in shutdownSoren Brinkmann1-0/+1
2016-02-06tty: xuartps: Don't consider circular buffer when enabling transmitterSoren Brinkmann1-1/+4
2016-02-06tty: xuartps: Use spinlock to serialize HW accessSoren Brinkmann1-12/+6
2016-02-06tty: xuartps: Beautify read-modify writesSoren Brinkmann1-6/+9
2015-05-10serial: xuartps: add __init to earlycon write methodMasahiro Yamada1-1/+2
2015-04-28serial: xilinx: Use platform_get_irq to get irq description structureMichal Simek1-6/+6
2015-03-26serial: xuartps: Fix check in console_setup().Thomas Betker1-1/+1
2015-03-26serial: xuartps: Get rid of register access macros.Thomas Betker1-112/+118
2015-03-26serial: xuartps: Fix iobase use.Thomas Betker1-1/+0
2015-03-26serial: xuartps: Fix cdns_uart_port[] definition.Thomas Betker1-1/+1
2015-03-26serial: xuartps: Fix register space size.Thomas Betker1-1/+1
2015-03-26tty: constify of_device_id arrayFabian Frederick1-1/+1
2015-03-07tty: serial: xilinx_uartps: Use Macro for ttyPS0Peter Crosthwaite1-1/+2
2015-02-02tty: xuartps: Fix RX hang, and TX corruption in termios callNathan Rossi1-4/+6
2014-11-06tty: xuartps: Add support for setting modem control signalsLars-Peter Clausen1-1/+21
2014-09-28serial: cadence: Add generic earlycon supportMichal Simek1-0/+19
2014-09-14Merge 3.17-rc5 into tty-nextGreg Kroah-Hartman1-1/+1
2014-09-08tty: xuartps: Fix tx_emtpy() callbackLars-Peter Clausen1-1/+1
2014-09-08tty: serial: xuartps: Remove .owner field for driverMichal Simek1-1/+0
2014-07-09serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan1-6/+0
2014-04-24tty: xuartps: Rebrand driver as Cadence UARTSoren Brinkmann1-443/+465
2014-04-24tty: xuartps: Don't write IRQ disable register to enable interruptsSoren Brinkmann1-5/+1
2014-04-24tty: xuartps: Refactor read-modify-writesSoren Brinkmann1-28/+24
2014-04-24tty: xuartps: Print warning in clock notifierSoren Brinkmann1-1/+3
2014-04-24tty: xuartps: Clean upSoren Brinkmann1-136/+74
2014-04-24tty: xuartps: Initialize ports according to aliasesMichal Simek1-8/+16
2014-04-24tty: xuartps: Fix kernel-doc errors in the driverMichal Simek1-60/+49
2013-12-17tty: xuartps: Properly guard sysrq specific codeSoren Brinkmann1-0/+2
2013-10-29tty: xuartps: Fix build error when COMMON_CLK is not setSoren Brinkmann1-0/+8
2013-10-29tty: xuartps: Fix build error due to missing forward declarationSoren Brinkmann1-14/+14
2013-10-29tty: xuartps: Fix "may be used uninitialized" build warningSoren Brinkmann1-1/+1
2013-10-19tty: xuartps: Update copyright informationSoren Brinkmann1-1/+1
2013-10-19tty: xuartps: Implement suspend/resume callbacksSoren Brinkmann1-0/+114
2013-10-19tty: xuartps: Dynamically adjust to input frequency changesSoren Brinkmann1-4/+119
2013-10-19tty: xuartps: Updating set_baud_rate()Soren Brinkmann1-43/+93
2013-10-19tty: xuartps: Force enable the UART in xuartps_console_writeLars-Peter Clausen1-1/+11
2013-10-19tty: xuartps: support 64 byte FIFO sizeSuneel1-7/+23
2013-10-19tty: xuartps: Add polled mode support for xuartpsVlad Lungu1-0/+52
2013-10-19tty: xuartps: Implement BREAK detection, add SYSRQ supportVlad Lungu1-1/+49