summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/xilinx_uartps.c
AgeCommit message (Expand)AuthorLines
2015-02-02tty: xuartps: Fix RX hang, and TX corruption in termios callNathan Rossi-4/+6
2014-11-06tty: xuartps: Add support for setting modem control signalsLars-Peter Clausen-1/+21
2014-09-28serial: cadence: Add generic earlycon supportMichal Simek-0/+19
2014-09-14Merge 3.17-rc5 into tty-nextGreg Kroah-Hartman-1/+1
2014-09-08tty: xuartps: Fix tx_emtpy() callbackLars-Peter Clausen-1/+1
2014-09-08tty: serial: xuartps: Remove .owner field for driverMichal Simek-1/+0
2014-07-09serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan-6/+0
2014-04-24tty: xuartps: Rebrand driver as Cadence UARTSoren Brinkmann-443/+465
2014-04-24tty: xuartps: Don't write IRQ disable register to enable interruptsSoren Brinkmann-5/+1
2014-04-24tty: xuartps: Refactor read-modify-writesSoren Brinkmann-28/+24
2014-04-24tty: xuartps: Print warning in clock notifierSoren Brinkmann-1/+3
2014-04-24tty: xuartps: Clean upSoren Brinkmann-136/+74
2014-04-24tty: xuartps: Initialize ports according to aliasesMichal Simek-8/+16
2014-04-24tty: xuartps: Fix kernel-doc errors in the driverMichal Simek-60/+49
2013-12-17tty: xuartps: Properly guard sysrq specific codeSoren Brinkmann-0/+2
2013-10-29tty: xuartps: Fix build error when COMMON_CLK is not setSoren Brinkmann-0/+8
2013-10-29tty: xuartps: Fix build error due to missing forward declarationSoren Brinkmann-14/+14
2013-10-29tty: xuartps: Fix "may be used uninitialized" build warningSoren Brinkmann-1/+1
2013-10-19tty: xuartps: Update copyright informationSoren Brinkmann-1/+1
2013-10-19tty: xuartps: Implement suspend/resume callbacksSoren Brinkmann-0/+114
2013-10-19tty: xuartps: Dynamically adjust to input frequency changesSoren Brinkmann-4/+119
2013-10-19tty: xuartps: Updating set_baud_rate()Soren Brinkmann-43/+93
2013-10-19tty: xuartps: Force enable the UART in xuartps_console_writeLars-Peter Clausen-1/+11
2013-10-19tty: xuartps: support 64 byte FIFO sizeSuneel-7/+23
2013-10-19tty: xuartps: Add polled mode support for xuartpsVlad Lungu-0/+52
2013-10-19tty: xuartps: Implement BREAK detection, add SYSRQ supportVlad Lungu-1/+49
2013-10-19tty: xuartps: Use devm_kzallocSoren Brinkmann-9/+5
2013-10-19tty: xuartps: Use devm_clk_get()Soren Brinkmann-10/+4
2013-07-02Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds-18/+67
2013-06-03serial: use platform_{get,set}_drvdata()Jingoo Han-4/+2
2013-05-27arm: zynq: Migrate platform to clock controllerSoren Brinkmann-18/+67
2013-05-20tty: xuartps: Remove suspend/resume functionsSoren Brinkmann-30/+0
2013-04-01Merge 3.9-rc5 into tty-nextGreg Kroah-Hartman-0/+2
2013-03-25Xilinx: ARM: UART: clear pending irqs before enabling irqsJohn Linn-0/+2
2013-03-25serial: xilinx_uartps: remove superfluous IDR writeSteffen Trumtrar-3/+0
2013-01-22serial: xilinx_uartps: Remove leftover __exit_p()Michal Simek-1/+1
2013-01-21serial: xilinx_uartps: Get clock rate info from dtsJosh Cartwright-15/+19
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby-11/+3
2012-11-21tty: remove use of __devexitBill Pemberton-1/+1
2012-11-21tty: remove use of __devinitdataBill Pemberton-1/+1
2012-11-21tty: remove use of __devinitBill Pemberton-1/+1
2012-11-15serial: xilinx_uartps: kill CONFIG_OF conditionalJosh Cartwright-9/+0
2011-10-31tty: Add module.h to drivers/tty users who just expect it there.Paul Gortmaker-0/+1
2011-09-22TTY: serial, fix includes in some driversJiri Slaby-1/+3
2011-05-03tty/serial: add support for Xilinx PS UARTJohn Linn-0/+1113