summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/xilinx_uartps.c
Commit message (Expand)AuthorAgeFilesLines
* tty: xuartps: Properly guard sysrq specific codeSoren Brinkmann2013-12-181-0/+2
* tty: xuartps: Fix build error when COMMON_CLK is not setSoren Brinkmann2013-10-291-0/+8
* tty: xuartps: Fix build error due to missing forward declarationSoren Brinkmann2013-10-291-14/+14
* tty: xuartps: Fix "may be used uninitialized" build warningSoren Brinkmann2013-10-291-1/+1
* tty: xuartps: Update copyright informationSoren Brinkmann2013-10-201-1/+1
* tty: xuartps: Implement suspend/resume callbacksSoren Brinkmann2013-10-201-0/+114
* tty: xuartps: Dynamically adjust to input frequency changesSoren Brinkmann2013-10-201-4/+119
* tty: xuartps: Updating set_baud_rate()Soren Brinkmann2013-10-201-43/+93
* tty: xuartps: Force enable the UART in xuartps_console_writeLars-Peter Clausen2013-10-201-1/+11
* tty: xuartps: support 64 byte FIFO sizeSuneel2013-10-201-7/+23
* tty: xuartps: Add polled mode support for xuartpsVlad Lungu2013-10-201-0/+52
* tty: xuartps: Implement BREAK detection, add SYSRQ supportVlad Lungu2013-10-201-1/+49
* tty: xuartps: Use devm_kzallocSoren Brinkmann2013-10-201-9/+5Star
* tty: xuartps: Use devm_clk_get()Soren Brinkmann2013-10-201-10/+4Star
* Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2013-07-021-18/+67
|\
| * arm: zynq: Migrate platform to clock controllerSoren Brinkmann2013-05-271-18/+67
* | serial: use platform_{get,set}_drvdata()Jingoo Han2013-06-031-4/+2Star
* | tty: xuartps: Remove suspend/resume functionsSoren Brinkmann2013-05-201-30/+0Star
|/
* Merge 3.9-rc5 into tty-nextGreg Kroah-Hartman2013-04-011-0/+2
|\
| * Xilinx: ARM: UART: clear pending irqs before enabling irqsJohn Linn2013-03-261-0/+2
* | serial: xilinx_uartps: remove superfluous IDR writeSteffen Trumtrar2013-03-251-3/+0Star
|/
* serial: xilinx_uartps: Remove leftover __exit_p()Michal Simek2013-01-221-1/+1
* serial: xilinx_uartps: Get clock rate info from dtsJosh Cartwright2013-01-211-15/+19
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-161-11/+3Star
* tty: remove use of __devexitBill Pemberton2012-11-221-1/+1
* tty: remove use of __devinitdataBill Pemberton2012-11-221-1/+1
* tty: remove use of __devinitBill Pemberton2012-11-221-1/+1
* serial: xilinx_uartps: kill CONFIG_OF conditionalJosh Cartwright2012-11-161-9/+0Star
* tty: Add module.h to drivers/tty users who just expect it there.Paul Gortmaker2011-11-011-0/+1
* TTY: serial, fix includes in some driversJiri Slaby2011-09-231-1/+3
* tty/serial: add support for Xilinx PS UARTJohn Linn2011-05-031-0/+1113