| Commit message (Expand) | Author | Age | Files | Lines |
* | tty: serial: Remove redundant license text | Greg Kroah-Hartman | 2017-11-08 | 1 | -4/+0 |
* | tty: add SPDX identifiers to all remaining files in drivers/tty/ | Greg Kroah-Hartman | 2017-11-08 | 1 | -0/+1 |
* | tty: serial: constify uart_ops structures | Bhumika Goyal | 2017-01-27 | 1 | -1/+1 |
* | tree-wide: replace config_enabled() with IS_ENABLED() | Masahiro Yamada | 2016-08-04 | 1 | -2/+2 |
* | serial: ar933x_uart: Fix off-by-one for checking valid alias id | Axel Lin | 2015-03-07 | 1 | -1/+1 |
* | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-12-14 | 1 | -1/+0 |
|\ |
|
| * | tty: serial: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 1 | -1/+0 |
* | | tty: ar933x_uart: use container_of to resolve ar933x_uart_port from uart_port | Fabian Frederick | 2014-11-05 | 1 | -10/+20 |
|/ |
|
* | serial: treewide: Remove empty implementations of enable_ms() | Alexander Shiyan | 2014-07-09 | 1 | -5/+0 |
* | tty: ar933x_uart: add device tree support and binding documentation | Gabor Juhos | 2013-08-30 | 1 | -3/+25 |
* | tty: ar933x_uart: use config_enabled() macro to clean up ifdefs | Gabor Juhos | 2013-08-28 | 1 | -13/+12 |
* | tty: ar933x_uart: remove superfluous assignment of ar933x_uart_driver.nr | Gabor Juhos | 2013-08-28 | 1 | -1/+0 |
* | tty: ar933x_uart: use the clk API to get the uart clock | Gabor Juhos | 2013-08-28 | 1 | -9/+26 |
* | tty: serial: ar933x: drop uart_port->lock before calling tty_flip_buffer_push() | Viresh Kumar | 2013-08-27 | 1 | -0/+2 |
* | tty: ar933x_uart: simplify use of devm_ioremap_resource | Julia Lawall | 2013-08-14 | 1 | -6/+1 |
* | tty: ar933x_uart: convert to use devm_* functions | Gabor Juhos | 2013-08-12 | 1 | -18/+8 |
* | serial: use dev_get_platdata() | Jingoo Han | 2013-07-31 | 1 | -1/+1 |
* | serial: remove unnecessary platform_set_drvdata() | Jingoo Han | 2013-07-26 | 1 | -1/+0 |
* | TTY: switch tty_flip_buffer_push | Jiri Slaby | 2013-01-15 | 1 | -6/+1 |
* | TTY: switch tty_insert_flip_char | Jiri Slaby | 2013-01-15 | 1 | -7/+3 |
* | tty: remove use of __devexit | Bill Pemberton | 2012-11-21 | 1 | -1/+1 |
* | tty: remove use of __devinit | Bill Pemberton | 2012-11-21 | 1 | -1/+1 |
* | tty: serial: remove use of __devexit_p | Bill Pemberton | 2012-11-21 | 1 | -1/+1 |
* | tty/serial/ar933x_uart: fix baud rate calculation | Gabor Juhos | 2012-11-15 | 1 | -5/+85 |
* | SERIAL: AR933X: Add driver for the built-in UART of the SoC | Gabor Juhos | 2011-12-07 | 1 | -0/+688 |