| Commit message (Expand) | Author | Age | Files | Lines |
* | pty: Lock the devpts bits privately | Alan Cox | 2012-05-04 | 1 | -4/+15 |
* | tty_lock: undo the old tty_lock use on the ctty | Alan Cox | 2012-05-04 | 1 | -2/+7 |
* | serial8250-em: Emma Mobile UART driver V2 | Magnus Damm | 2012-05-04 | 3 | -0/+187 |
* | Add missing call to uart_update_timeout() | Lothar Waßmann | 2012-05-04 | 1 | -0/+2 |
* | tty: mxser: local variables should not be exposed globally | H Hartley Sweeten | 2012-05-04 | 1 | -1/+1 |
* | serial8250: Introduce serial8250_register_8250_port() | Magnus Damm | 2012-05-02 | 2 | -32/+60 |
* | serial8250: Clean up default map and dl code | Magnus Damm | 2012-05-02 | 1 | -26/+12 |
* | serial8250: Use dl_read()/dl_write() on RM9K | Magnus Damm | 2012-05-02 | 1 | -33/+29 |
* | serial8250: Use dl_read()/dl_write() on Alchemy | Magnus Damm | 2012-05-02 | 1 | -41/+26 |
* | serial8250: Add dl_read()/dl_write() callbacks | Magnus Damm | 2012-05-02 | 2 | -53/+78 |
* | 8250.c: less than 2400 baud fix. | Christian Melki | 2012-05-01 | 1 | -4/+5 |
* | 8250_pci: fix pch uart matching | Arnaud Patard | 2012-04-29 | 1 | -0/+18 |
* | TTY: n_tty, do not dereference user buffer | Jiri Slaby | 2012-04-29 | 1 | -4/+5 |
* | vt: push the tty_lock down into the map handling | Alan Cox | 2012-04-24 | 3 | -53/+96 |
* | Merge 3.4-rc4 into tty-next | Greg Kroah-Hartman | 2012-04-23 | 41 | -1605/+1191 |
|\ |
|
| * | serial/8250_pci: fix suspend/resume vs init/exit quirks | Dan Williams | 2012-04-18 | 1 | -0/+6 |
| * | serial/8250_pci: Clear FIFOs for Intel ME Serial Over Lan device on BI | Sudhakar Mamillapalli | 2012-04-18 | 3 | -0/+51 |
| * | Merge 3.4-rc3 into tty-next | Greg Kroah-Hartman | 2012-04-18 | 362 | -2650/+3400 |
| |\ |
|
| * | | tegra, serial8250: add ->handle_break() uart_port op | Dan Williams | 2012-04-18 | 9 | -31/+61 |
| * | | OMAP2+: UART: Remove cpu checks for populating errata flags | Govindraj.R | 2012-04-18 | 3 | -10/+73 |
| * | | serial: pl011: implement workaround for CTS clear event issue | Rajanikanth H.V | 2012-04-18 | 1 | -91/+18 |
| * | | tty: add missing tty_port_tty_get() call to raw3215_wakeup | Heiko Carstens | 2012-04-17 | 1 | -1/+5 |
| * | | TTY: con3215, use tty from tty_port | Jiri Slaby | 2012-04-13 | 1 | -16/+16 |
| * | | TTY: con3215, add tty_port | Jiri Slaby | 2012-04-13 | 1 | -14/+16 |
| * | | TTY: hvc, fix TTY refcounting | Jiri Slaby | 2012-04-13 | 1 | -5/+0 |
| * | | ISDN: remove uses of isdn_tty_revision | Jiri Slaby | 2012-04-10 | 1 | -3/+0 |
| * | | tty: hold lock across tty buffer finding and buffer filling | Xiaobing Tu | 2012-04-09 | 1 | -20/+65 |
| * | | tty/vt: handle bad user buffer in {G,P}IO_CMAP ioctl | Michael Gehring | 2012-04-09 | 1 | -36/+32 |
| * | | pch_uart: Fix duplicate memory release issue | Tomoya MORINAGA | 2012-04-09 | 1 | -4/+7 |
| * | | pch_uart: Fix return value issue | Tomoya MORINAGA | 2012-04-09 | 1 | -0/+5 |
| * | | pch_uart: delete unused data structure | Tomoya MORINAGA | 2012-04-09 | 1 | -6/+0 |
| * | | pch_uart: Support modem status interrupt | Tomoya MORINAGA | 2012-04-09 | 1 | -2/+13 |
| * | | pch_uart: change type to %d to %02x | Tomoya MORINAGA | 2012-04-09 | 1 | -1/+1 |
| * | | pch_uart: change type to u8 | Tomoya MORINAGA | 2012-04-09 | 1 | -8/+4 |
| * | | pch_uart: Delete unused structure member | Tomoya MORINAGA | 2012-04-09 | 1 | -2/+0 |
| * | | TTY: rfcomm/tty, use count from tty_port | Jiri Slaby | 2012-04-09 | 1 | -9/+21 |
| * | | TTY: rfcomm/tty, remove work for tty_wakeup | Jiri Slaby | 2012-04-09 | 1 | -19/+3 |
| * | | TTY: rfcomm/tty, use tty_port refcounting | Jiri Slaby | 2012-04-09 | 1 | -32/+26 |
| * | | TTY: rfcomm/tty, add tty_port | Jiri Slaby | 2012-04-09 | 1 | -12/+13 |
| * | | TTY: usb/u_serial use close_wait from tty_port | Jiri Slaby | 2012-04-09 | 1 | -5/+2 |
| * | | TTY: usb/u_serial, use tty from tty_port | Jiri Slaby | 2012-04-09 | 1 | -10/+9 |
| * | | TTY: usb/u_serial, add tty_port | Jiri Slaby | 2012-04-09 | 1 | -12/+13 |
| * | | TTY: 68328serial, use tty_port_block_til_ready | Jiri Slaby | 2012-04-09 | 1 | -91/+5 |
| * | | TTY: 68328serial, use tty from tty_port | Jiri Slaby | 2012-04-09 | 1 | -6/+6 |
| * | | TTY: 68328serial, propagate tty | Jiri Slaby | 2012-04-09 | 1 | -26/+27 |
| * | | TTY: 68328serial, use flags from tty_port | Jiri Slaby | 2012-04-09 | 1 | -21/+18 |
| * | | TTY: 68328serial, use close_delay/closing_wait from tty_port | Jiri Slaby | 2012-04-09 | 1 | -15/+11 |
| * | | TTY: 68328serial, use open/close_wait from tty_port | Jiri Slaby | 2012-04-09 | 1 | -10/+6 |
| * | | TTY: 68328serial, add tty_port | Jiri Slaby | 2012-04-09 | 1 | -20/+20 |
| * | | TTY: 68328serial, remove 68328serial.h | Jiri Slaby | 2012-04-09 | 2 | -97/+76 |