| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | | | | | | ARM: OMAP2+: UART: Ensure all reg values configured are available from port s... | Govindraj.R | 2011-12-14 | 1 | -17/+26 |
| | * | | | | | | | ARM: OMAP2+: UART: Remove context_save and move context restore to driver | Govindraj.R | 2011-12-14 | 1 | -0/+24 |
| | * | | | | | | | ARM: OMAP2+: UART: Add runtime pm support for omap-serial driver | Govindraj.R | 2011-12-14 | 1 | -13/+109 |
| | * | | | | | | | ARM: OMAP2+: UART: Remove mapbase/membase fields from pdata. | Govindraj.R | 2011-12-14 | 1 | -2/+8 |
| | * | | | | | | | ARM: OMAP2+: UART: Cleanup part of clock gating mechanism for uart | Govindraj.R | 2011-12-14 | 1 | -1/+0 |
| | |/ / / / / / |
|
| * | | | | | | | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2012-01-09 | 9 | -1071/+398 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | serial: samsung: Fix build for non-Exynos4210 devices | Mark Brown | 2011-12-23 | 1 | -1/+1 |
| | * | | | | | | | serial: samsung: add device tree support | Thomas Abraham | 2011-12-23 | 1 | -2/+34 |
| | * | | | | | | | serial: samsung: merge probe() function from all SoC specific extensions | Thomas Abraham | 2011-12-23 | 9 | -577/+253 |
| | * | | | | | | | serial: samsung: merge all SoC specific port reset functions | Thomas Abraham | 2011-12-23 | 6 | -116/+19 |
| | * | | | | | | | serial: samsung: remove all uses of get_clksrc and set_clksrc | Thomas Abraham | 2011-12-23 | 6 | -243/+20 |
| | * | | | | | | | ARM: SAMSUNG: remove struct 's3c24xx_uart_clksrc' and all uses of it | Thomas Abraham | 2011-12-23 | 1 | -1/+0 |
| | * | | | | | | | serial: samsung: switch to clkdev based clock lookup | Thomas Abraham | 2011-12-23 | 2 | -121/+90 |
| | * | | | | | | | ARM: S3C2440: move handling of fclk/n clock to platform code | Thomas Abraham | 2011-12-23 | 2 | -51/+3 |
| | * | | | | | | | serial: samsung: Keep a copy of the location of platform data in driver's pri... | Thomas Abraham | 2011-12-23 | 3 | -7/+25 |
| | |/ / / / / / |
|
| * | | | | | | | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2012-01-09 | 36 | -540/+1951 |
| |\ \ \ \ \ \ \
| | |_|_|_|/ / /
| |/| | | | | | |
|
| | * | | | | | | tty: serial: imx: move del_timer_sync() to avoid potential deadlock | Eric Miao | 2012-01-04 | 1 | -2/+2 |
| | * | | | | | | imx: add polled io uart methods | Saleem Abdulrasool | 2012-01-04 | 1 | -0/+69 |
| | * | | | | | | imx: Add save/restore functions for UART control regs | Dirk Behme | 2012-01-04 | 1 | -8/+35 |
| | * | | | | | | serial/imx: let probing fail for the dt case without a valid alias | Uwe Kleine-König | 2012-01-04 | 1 | -3/+10 |
| | * | | | | | | serial/imx: propagate error from of_alias_get_id instead of using -ENODEV | Uwe Kleine-König | 2012-01-04 | 1 | -1/+1 |
| | * | | | | | | tty: serial: imx: Allow UART to be a source for wakeup | Fabio Estevam | 2012-01-04 | 1 | -0/+15 |
| | * | | | | | | serial: driver for m32 arch should not have DEC alpha errata | Paul Gortmaker | 2012-01-04 | 1 | -5/+2 |
| | * | | | | | | atmel_serial: fix spinlock lockup in RS485 code | Claudio Scordino | 2012-01-04 | 1 | -2/+3 |
| | * | | | | | | tty: Fix memory leak in virtual console when enable unicode translation | Zeng Zhaoming | 2012-01-04 | 1 | -1/+1 |
| | * | | | | | | serial: use DIV_ROUND_CLOSEST instead of open coding it | Uwe Kleine-König | 2012-01-04 | 1 | -1/+1 |
| | * | | | | | | serial: add support for 400 and 800 v3 series Titan cards | Yegor Yefremov | 2012-01-03 | 1 | -0/+16 |
| | * | | | | | | serial: bfin-uart: Remove ASYNC_CTS_FLOW flag for hardware automatic CTS. | Sonic Zhang | 2011-12-13 | 1 | -3/+14 |
| | * | | | | | | serial: bfin-uart: Enable hardware automatic CTS only when CTS pin is available. | Sonic Zhang | 2011-12-13 | 1 | -9/+10 |
| | * | | | | | | serial: make FSL errata depend on 8250_CONSOLE, not just 8250 | Paul Gortmaker | 2011-12-13 | 1 | -1/+1 |
| | * | | | | | | serial: add irq handler for Freescale 16550 errata. | Paul Gortmaker | 2011-12-09 | 3 | -0/+69 |
| | * | | | | | | serial: manually inline serial8250_handle_port | Paul Gortmaker | 2011-12-09 | 1 | -15/+8 |
| | * | | | | | | serial: make 8250 timeout use the specified IRQ handler | Paul Gortmaker | 2011-12-09 | 1 | -4/+1 |
| | * | | | | | | serial: export the key functions for an 8250 IRQ handler | Paul Gortmaker | 2011-12-09 | 1 | -14/+15 |
| | * | | | | | | serial: clean up parameter passing for 8250 Rx IRQ handling | Paul Gortmaker | 2011-12-09 | 1 | -6/+11 |
| | * | | | | | | serial: move struct uart_8250_port from 8250.c to 8250.h | Paul Gortmaker | 2011-12-09 | 2 | -26/+26 |
| | * | | | | | | drivers/tty: Remove unneeded spaces | Thorsten Wißmann | 2011-12-09 | 1 | -4/+4 |
| | * | | | | | | msm_serial_hs: Fix spinlock recursion in handling CTS | Mayank Rana | 2011-12-09 | 1 | -5/+2 |
| | * | | | | | | msm_serial_hs: Fix type inconsistency for tx and rx command_ptr_ptr | Mayank Rana | 2011-12-09 | 1 | -8/+8 |
| | * | | | | | | serial: fix serial_cs I/O windows for Argosy RS-COM 2P | Maciej Szmigiero | 2011-12-09 | 1 | -4/+4 |
| | * | | | | | | serial: 8250: replace hardcoded 0xbf with #define | Wolfram Sang | 2011-12-09 | 1 | -1/+1 |
| | * | | | | | | serial: bfin-sport-uart: Add tty ASYNC_CTS_FLOW flag to do CTS flow control. | Sonic Zhang | 2011-12-09 | 1 | -1/+3 |
| | * | | | | | | serial: bfin-sport-uart: Request CTS GPIO PIN when the sport emulated serial ... | Sonic Zhang | 2011-12-09 | 1 | -9/+9 |
| | * | | | | | | tty: bfin-sport-uart: Rx interrupt is not called always with irq disabled. | Sonic Zhang | 2011-12-09 | 1 | -2/+3 |
| | * | | | | | | serial: bfin-uart: remove redundant CTS check for hardware CTS control. | Sonic Zhang | 2011-12-09 | 1 | -23/+1 |
| | * | | | | | | serial: bfin-uart: Add tty ASYNC_CTS_FLOW flag to do CTS flow control. | Sonic Zhang | 2011-12-09 | 1 | -1/+3 |
| | * | | | | | | serial: bfin-uart: Request CTS GPIO PIN when the serial device starts up. | Sonic Zhang | 2011-12-09 | 1 | -10/+9 |
| | * | | | | | | tty: n_hdlc not atomic use tty->flags. | Ilya Zykov | 2011-11-30 | 1 | -3/+3 |
| | * | | | | | | TTY: serial: convert drivers/tty/serial/* to use module_platform_driver() | Axel Lin | 2011-11-30 | 4 | -50/+4 |
| | * | | | | | | TTY: Remove redundant spi driver bus initialization | Lars-Peter Clausen | 2011-11-26 | 5 | -5/+0 |