summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/xilinx_uartps.c
Commit message (Expand)AuthorAgeFilesLines
* tty: xuartps: Rebrand driver as Cadence UARTSoren Brinkmann2014-04-241-443/+465
* tty: xuartps: Don't write IRQ disable register to enable interruptsSoren Brinkmann2014-04-241-5/+1
* tty: xuartps: Refactor read-modify-writesSoren Brinkmann2014-04-241-28/+24
* tty: xuartps: Print warning in clock notifierSoren Brinkmann2014-04-241-1/+3
* tty: xuartps: Clean upSoren Brinkmann2014-04-241-136/+74
* tty: xuartps: Initialize ports according to aliasesMichal Simek2014-04-241-8/+16
* tty: xuartps: Fix kernel-doc errors in the driverMichal Simek2014-04-241-60/+49
* tty: xuartps: Properly guard sysrq specific codeSoren Brinkmann2013-12-171-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-191-1/+1
* tty: xuartps: Implement suspend/resume callbacksSoren Brinkmann2013-10-191-0/+114
* tty: xuartps: Dynamically adjust to input frequency changesSoren Brinkmann2013-10-191-4/+119
* tty: xuartps: Updating set_baud_rate()Soren Brinkmann2013-10-191-43/+93
* tty: xuartps: Force enable the UART in xuartps_console_writeLars-Peter Clausen2013-10-191-1/+11
* tty: xuartps: support 64 byte FIFO sizeSuneel2013-10-191-7/+23
* tty: xuartps: Add polled mode support for xuartpsVlad Lungu2013-10-191-0/+52
* tty: xuartps: Implement BREAK detection, add SYSRQ supportVlad Lungu2013-10-191-1/+49
* tty: xuartps: Use devm_kzallocSoren Brinkmann2013-10-191-9/+5
* tty: xuartps: Use devm_clk_get()Soren Brinkmann2013-10-191-10/+4
* 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/+2
* | tty: xuartps: Remove suspend/resume functionsSoren Brinkmann2013-05-201-30/+0
|/
* Merge 3.9-rc5 into tty-nextGreg Kroah-Hartman2013-04-011-0/+2
|\
| * Xilinx: ARM: UART: clear pending irqs before enabling irqsJohn Linn2013-03-251-0/+2
* | serial: xilinx_uartps: remove superfluous IDR writeSteffen Trumtrar2013-03-251-3/+0
|/
* 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-151-11/+3
* tty: remove use of __devexitBill Pemberton2012-11-211-1/+1
* tty: remove use of __devinitdataBill Pemberton2012-11-211-1/+1
* tty: remove use of __devinitBill Pemberton2012-11-211-1/+1
* serial: xilinx_uartps: kill CONFIG_OF conditionalJosh Cartwright2012-11-151-9/+0
* tty: Add module.h to drivers/tty users who just expect it there.Paul Gortmaker2011-10-311-0/+1
* TTY: serial, fix includes in some driversJiri Slaby2011-09-221-1/+3
* tty/serial: add support for Xilinx PS UARTJohn Linn2011-05-031-0/+1113
OpenPOWER on IntegriCloud