Age | Commit message (Expand) | Author | Files | Lines |
2011-12-09 | serial: move struct uart_8250_port from 8250.c to 8250.h | Paul Gortmaker | 2 | -26/+26 |
2011-12-09 | msm_serial_hs: Fix spinlock recursion in handling CTS | Mayank Rana | 1 | -5/+2 |
2011-12-09 | msm_serial_hs: Fix type inconsistency for tx and rx command_ptr_ptr | Mayank Rana | 1 | -8/+8 |
2011-12-09 | serial: fix serial_cs I/O windows for Argosy RS-COM 2P | Maciej Szmigiero | 1 | -4/+4 |
2011-12-09 | serial: 8250: replace hardcoded 0xbf with #define | Wolfram Sang | 1 | -1/+1 |
2011-12-09 | serial: bfin-sport-uart: Add tty ASYNC_CTS_FLOW flag to do CTS flow control. | Sonic Zhang | 1 | -1/+3 |
2011-12-09 | serial: bfin-sport-uart: Request CTS GPIO PIN when the sport emulated serial ... | Sonic Zhang | 1 | -9/+9 |
2011-12-09 | tty: bfin-sport-uart: Rx interrupt is not called always with irq disabled. | Sonic Zhang | 1 | -2/+3 |
2011-12-09 | serial: bfin-uart: remove redundant CTS check for hardware CTS control. | Sonic Zhang | 1 | -23/+1 |
2011-12-09 | serial: bfin-uart: Add tty ASYNC_CTS_FLOW flag to do CTS flow control. | Sonic Zhang | 1 | -1/+3 |
2011-12-09 | serial: bfin-uart: Request CTS GPIO PIN when the serial device starts up. | Sonic Zhang | 1 | -10/+9 |
2011-11-30 | TTY: serial: convert drivers/tty/serial/* to use module_platform_driver() | Axel Lin | 4 | -50/+4 |
2011-11-26 | TTY: Remove redundant spi driver bus initialization | Lars-Peter Clausen | 5 | -5/+0 |
2011-11-26 | serial/8250_pci: init-quirk msi support for kt serial controller | Dan Williams | 1 | -0/+14 |
2011-11-26 | serial/8250_pci: setup-quirk workaround for the kt serial controller | Dan Williams | 2 | -2/+19 |
2011-11-26 | serial/mxs-auart: only wake up tty layer once | Uwe Kleine-König | 1 | -2/+3 |
2011-11-26 | serial/imx: propagate error of platform_driver_register in init routine | Uwe Kleine-König | 1 | -1/+1 |
2011-11-26 | OMAP: UART: fix the return type of check_modem_status | Shubhrajyoti D | 1 | -1/+1 |
2011-11-26 | Merge 3.2-rc3 into tty-next to handle merge conflict in tty_ldisc.c | Greg Kroah-Hartman | 6 | -36/+46 |
2011-11-21 | Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 5 | -36/+27 |
2011-11-17 | UART: add CSR SiRFprimaII SoC on-chip uart drivers | Rong Wang | 4 | -0/+990 |
2011-11-15 | Revert "tty/serial: Prevent drop of DCD on suspend for Tegra UARTs" | Greg Kroah-Hartman | 2 | -16/+0 |
2011-11-15 | TTY: serial, extract uart_port_startup | Jiri Slaby | 1 | -15/+28 |
2011-11-15 | TTY: serial, fill uart_port_shutdown | Jiri Slaby | 1 | -18/+24 |
2011-11-15 | TTY: serial, define uart_port_activate/shutdown | Jiri Slaby | 1 | -0/+11 |
2011-11-15 | TTY: serial, inline uart_get | Jiri Slaby | 1 | -44/+22 |
2011-11-15 | TTY: serial, do not touch tty->alt_speed | Jiri Slaby | 1 | -3/+1 |
2011-11-15 | TTY: serial, document few functions | Jiri Slaby | 1 | -0/+20 |
2011-11-15 | TTY: serial, use tty_port_close_start helper | Jiri Slaby | 1 | -39/+1 |
2011-11-15 | TTY: serial, switch closing_wait and close_delay to jiffies | Jiri Slaby | 1 | -9/+10 |
2011-11-15 | TTY: serial, cleanup atmel_set_ldisc | Jiri Slaby | 1 | -6/+1 |
2011-11-15 | TTY: serial, cleanup include file | Jiri Slaby | 1 | -0/+82 |
2011-11-15 | serial: OMAP2+: UART: Make the SERIAL_OMAP depend on ARCH_OMAP2PLUS | Shubhrajyoti D | 1 | -1/+1 |
2011-11-15 | drivers/tty/serial/pch_uart.c: add console support | Alexander Stein | 2 | -1/+168 |
2011-11-15 | serial, mfd: don't hardcode the console | Mika Westerberg | 1 | -11/+7 |
2011-11-15 | RS485: fix inconsistencies in the meaning of some variables | Claudio Scordino | 2 | -21/+5 |
2011-11-15 | pch_uart: Fix DMA resource leak issue | Tomoya MORINAGA | 1 | -2/+2 |
2011-11-15 | serial,mfd: Fix CMSPAR setup | Alan Cox | 1 | -3/+1 |
2011-11-15 | tty/serial: Prevent drop of DCD on suspend for Tegra UARTs | Doug Anderson | 2 | -0/+16 |
2011-11-15 | pch_uart: Change company name OKI SEMICONDUCTOR to LAPIS Semiconductor | Tomoya MORINAGA | 1 | -3/+3 |
2011-11-15 | pch_uart: Support new device LAPIS Semiconductor ML7831 IOH | Tomoya MORINAGA | 2 | -7/+15 |
2011-11-15 | pch_uart: Fix hw-flow control issue | Tomoya MORINAGA | 1 | -0/+1 |
2011-11-11 | Merge branches 'sh/pm-runtime' and 'common/clkfwk' into sh-fixes-for-linus | Paul Mundt | 10 | -41/+16 |
2011-11-06 | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 8 | -1/+8 |
2011-11-06 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 1 | -23/+0 |
2011-11-04 | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 1 | -17/+8 |
2011-11-04 | serial: sh-sci: Fix up SH-2A SCIF support. | Phil Edworthy | 1 | -0/+19 |
2011-11-01 | Merge branch 'next/dt' of git://git.linaro.org/people/arnd/arm-soc | Linus Torvalds | 1 | -10/+20 |
2011-10-31 | tty: Add export.h for EXPORT_SYMBOL/THIS_MODULE to exporters | Paul Gortmaker | 1 | -0/+1 |
2011-10-31 | tty: Add module.h to drivers/tty users who just expect it there. | Paul Gortmaker | 7 | -1/+7 |