aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/xilinx_uartps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-19tty: xuartps: Use devm_kzallocSoren Brinkmann1-9/+5
2013-10-19tty: xuartps: Use devm_clk_get()Soren Brinkmann1-10/+4
2013-07-02Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-18/+67
2013-06-03serial: use platform_{get,set}_drvdata()Jingoo Han1-4/+2
2013-05-27arm: zynq: Migrate platform to clock controllerSoren Brinkmann1-18/+67
2013-05-20tty: xuartps: Remove suspend/resume functionsSoren Brinkmann1-30/+0
2013-04-01Merge 3.9-rc5 into tty-nextGreg Kroah-Hartman1-0/+2
2013-03-25Xilinx: ARM: UART: clear pending irqs before enabling irqsJohn Linn1-0/+2
2013-03-25serial: xilinx_uartps: remove superfluous IDR writeSteffen Trumtrar1-3/+0
2013-01-22serial: xilinx_uartps: Remove leftover __exit_p()Michal Simek1-1/+1
2013-01-21serial: xilinx_uartps: Get clock rate info from dtsJosh Cartwright1-15/+19
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-11/+3
2012-11-21tty: remove use of __devexitBill Pemberton1-1/+1
2012-11-21tty: remove use of __devinitdataBill Pemberton1-1/+1
2012-11-21tty: remove use of __devinitBill Pemberton1-1/+1
2012-11-15serial: xilinx_uartps: kill CONFIG_OF conditionalJosh Cartwright1-9/+0
2011-10-31tty: Add module.h to drivers/tty users who just expect it there.Paul Gortmaker1-0/+1
2011-09-22TTY: serial, fix includes in some driversJiri Slaby1-1/+3
2011-05-03tty/serial: add support for Xilinx PS UARTJohn Linn1-0/+1113