| Commit message (Expand) | Author | Age | Files | Lines |
* | tty: xuartps: Properly guard sysrq specific code | Soren Brinkmann | 2013-12-17 | 1 | -0/+2 |
* | tty: xuartps: Fix build error when COMMON_CLK is not set | Soren Brinkmann | 2013-10-29 | 1 | -0/+8 |
* | tty: xuartps: Fix build error due to missing forward declaration | Soren Brinkmann | 2013-10-29 | 1 | -14/+14 |
* | tty: xuartps: Fix "may be used uninitialized" build warning | Soren Brinkmann | 2013-10-29 | 1 | -1/+1 |
* | tty: xuartps: Update copyright information | Soren Brinkmann | 2013-10-19 | 1 | -1/+1 |
* | tty: xuartps: Implement suspend/resume callbacks | Soren Brinkmann | 2013-10-19 | 1 | -0/+114 |
* | tty: xuartps: Dynamically adjust to input frequency changes | Soren Brinkmann | 2013-10-19 | 1 | -4/+119 |
* | tty: xuartps: Updating set_baud_rate() | Soren Brinkmann | 2013-10-19 | 1 | -43/+93 |
* | tty: xuartps: Force enable the UART in xuartps_console_write | Lars-Peter Clausen | 2013-10-19 | 1 | -1/+11 |
* | tty: xuartps: support 64 byte FIFO size | Suneel | 2013-10-19 | 1 | -7/+23 |
* | tty: xuartps: Add polled mode support for xuartps | Vlad Lungu | 2013-10-19 | 1 | -0/+52 |
* | tty: xuartps: Implement BREAK detection, add SYSRQ support | Vlad Lungu | 2013-10-19 | 1 | -1/+49 |
* | tty: xuartps: Use devm_kzalloc | Soren Brinkmann | 2013-10-19 | 1 | -9/+5 |
* | tty: xuartps: Use devm_clk_get() | Soren Brinkmann | 2013-10-19 | 1 | -10/+4 |
* | Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar... | Linus Torvalds | 2013-07-02 | 1 | -18/+67 |
|\ |
|
| * | arm: zynq: Migrate platform to clock controller | Soren Brinkmann | 2013-05-27 | 1 | -18/+67 |
* | | serial: use platform_{get,set}_drvdata() | Jingoo Han | 2013-06-03 | 1 | -4/+2 |
* | | tty: xuartps: Remove suspend/resume functions | Soren Brinkmann | 2013-05-20 | 1 | -30/+0 |
|/ |
|
* | Merge 3.9-rc5 into tty-next | Greg Kroah-Hartman | 2013-04-01 | 1 | -0/+2 |
|\ |
|
| * | Xilinx: ARM: UART: clear pending irqs before enabling irqs | John Linn | 2013-03-25 | 1 | -0/+2 |
* | | serial: xilinx_uartps: remove superfluous IDR write | Steffen Trumtrar | 2013-03-25 | 1 | -3/+0 |
|/ |
|
* | serial: xilinx_uartps: Remove leftover __exit_p() | Michal Simek | 2013-01-22 | 1 | -1/+1 |
* | serial: xilinx_uartps: Get clock rate info from dts | Josh Cartwright | 2013-01-21 | 1 | -15/+19 |
* | TTY: switch tty_flip_buffer_push | Jiri Slaby | 2013-01-15 | 1 | -11/+3 |
* | tty: remove use of __devexit | Bill Pemberton | 2012-11-21 | 1 | -1/+1 |
* | tty: remove use of __devinitdata | Bill Pemberton | 2012-11-21 | 1 | -1/+1 |
* | tty: remove use of __devinit | Bill Pemberton | 2012-11-21 | 1 | -1/+1 |
* | serial: xilinx_uartps: kill CONFIG_OF conditional | Josh Cartwright | 2012-11-15 | 1 | -9/+0 |
* | tty: Add module.h to drivers/tty users who just expect it there. | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 |
* | TTY: serial, fix includes in some drivers | Jiri Slaby | 2011-09-22 | 1 | -1/+3 |
* | tty/serial: add support for Xilinx PS UART | John Linn | 2011-05-03 | 1 | -0/+1113 |