| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | 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 |
| * | | serial/8250_pci: init-quirk msi support for kt serial controller | Dan Williams | 2011-11-26 | 1 | -0/+14 |
| * | | serial/8250_pci: setup-quirk workaround for the kt serial controller | Dan Williams | 2011-11-26 | 2 | -2/+19 |
| * | | serial/mxs-auart: only wake up tty layer once | Uwe Kleine-König | 2011-11-26 | 1 | -2/+3 |
| * | | serial/imx: propagate error of platform_driver_register in init routine | Uwe Kleine-König | 2011-11-26 | 1 | -1/+1 |
| * | | OMAP: UART: fix the return type of check_modem_status | Shubhrajyoti D | 2011-11-26 | 1 | -1/+1 |
| * | | Merge 3.2-rc3 into tty-next to handle merge conflict in tty_ldisc.c | Greg Kroah-Hartman | 2011-11-26 | 9 | -48/+78 |
| |\ \
| | |/ |
|
| * | | UART: add CSR SiRFprimaII SoC on-chip uart drivers | Rong Wang | 2011-11-17 | 4 | -0/+990 |
| * | | TTY: ldisc, remove some unneeded includes | Jiri Slaby | 2011-11-17 | 1 | -19/+1 |
| * | | TTY: pty, cleanup the pty counting | Jiri Slaby | 2011-11-17 | 1 | -17/+9 |
| * | | TTY: serial, extract uart_port_startup | Jiri Slaby | 2011-11-15 | 1 | -15/+28 |
| * | | TTY: serial, fill uart_port_shutdown | Jiri Slaby | 2011-11-15 | 1 | -18/+24 |
| * | | TTY: serial, define uart_port_activate/shutdown | Jiri Slaby | 2011-11-15 | 1 | -0/+11 |
| * | | TTY: serial, inline uart_get | Jiri Slaby | 2011-11-15 | 1 | -44/+22 |
| * | | TTY: serial, do not touch tty->alt_speed | Jiri Slaby | 2011-11-15 | 1 | -3/+1 |
| * | | TTY: serial, document few functions | Jiri Slaby | 2011-11-15 | 1 | -0/+20 |
| * | | TTY: serial, use tty_port_close_start helper | Jiri Slaby | 2011-11-15 | 1 | -39/+1 |
| * | | TTY: serial, switch closing_wait and close_delay to jiffies | Jiri Slaby | 2011-11-15 | 1 | -9/+10 |
| * | | TTY: serial, cleanup atmel_set_ldisc | Jiri Slaby | 2011-11-15 | 1 | -6/+1 |
| * | | TTY: serial, cleanup include file | Jiri Slaby | 2011-11-15 | 1 | -0/+82 |
| * | | serial: OMAP2+: UART: Make the SERIAL_OMAP depend on ARCH_OMAP2PLUS | Shubhrajyoti D | 2011-11-15 | 1 | -1/+1 |
| * | | TTY: open/release, cleanup printks | Jiri Slaby | 2011-11-15 | 1 | -30/+26 |
| * | | TTY: move debug checking out of tty_release | Jiri Slaby | 2011-11-15 | 1 | -44/+57 |
| * | | TTY: move tty_lookup_driver to switch-cases | Jiri Slaby | 2011-11-15 | 1 | -8/+11 |
| * | | TTY: coalesce fail paths in tty_open | Jiri Slaby | 2011-11-15 | 1 | -15/+17 |
| * | | TTY: extract driver lookup from tty_open | Jiri Slaby | 2011-11-15 | 1 | -38/+55 |
| * | | TTY: extract /dev/tty handling from tty_open | Jiri Slaby | 2011-11-15 | 1 | -18/+39 |
| * | | TTY: move pgrp killing | Jiri Slaby | 2011-11-15 | 1 | -8/+7 |
| * | | drivers/tty/serial/pch_uart.c: add console support | Alexander Stein | 2011-11-15 | 2 | -1/+168 |
| * | | serial, mfd: don't hardcode the console | Mika Westerberg | 2011-11-15 | 1 | -11/+7 |
| * | | tty_ldisc: remove unnecessary negative return check for wait_event_timeout | Dave Young | 2011-11-15 | 1 | -2/+0 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-01-08 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | serial: Kconfig: drop unknown symbol 'ARCH_IMX' | Paul Bolle | 2011-11-22 | 1 | -1/+1 |
* | | | | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2012-01-08 | 2 | -2/+2 |
|\ \ \ \ |
|
| | \ \ \ | |
| | \ \ \ | |
| *-. \ \ \ | Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into Z | Al Viro | 2012-01-06 | 2 | -2/+2 |
| |\ \ \ \ \
| | |_|_|_|/
| |/| | | | |
|