| Commit message (Expand) | Author | Age | Files | Lines |
* | TTY: check if tty->port is assigned | Jiri Slaby | 2012-08-17 | 1 | -0/+4 |
* | serial: New serial driver MAX310X | Alexander Shiyan | 2012-08-16 | 5 | -1660/+1270 |
* | OMAP/serial: Add support for driving a GPIO as DTR. | NeilBrown | 2012-08-16 | 1 | -1/+34 |
* | pch_uart: check kzalloc result in dma_handle_tx() | Fengguang Wu | 2012-08-16 | 1 | -0/+4 |
* | serial: sc26xx: Fix compile breakage | Alexander Shiyan | 2012-08-16 | 1 | -0/+1 |
* | TTY: tty_alloc_driver() returns error pointers | Dan Carpenter | 2012-08-16 | 2 | -6/+6 |
* | n_gsm: memory leak in uplink error path | Russ Gorby | 2012-08-16 | 1 | -2/+5 |
* | n_gsm: replace kfree_skb w/ appropriate dev_* versions | Russ Gorby | 2012-08-16 | 1 | -4/+4 |
* | n_gsm: avoid accessing freed memory during CMD_FCOFF condition | Russ Gorby | 2012-08-16 | 1 | -27/+13 |
* | n_gsm: added interlocking for gsm_data_lock for certain code paths | Russ Gorby | 2012-08-16 | 1 | -2/+6 |
* | char: n_gsm: remove message filtering for contipated DLCI | samix.lebsir | 2012-08-16 | 1 | -24/+1 |
* | n_gsm : Flow control handling in Mux driver | Frederic Berat | 2012-08-16 | 1 | -22/+57 |
* | n_gsm: uplink SKBs accumulate on list | Russ Gorby | 2012-08-16 | 1 | -2/+5 |
* | n_gsm.c: Implement 3GPP27.010 DLC start-up procedure in MUX | xiaojin | 2012-08-16 | 1 | -0/+4 |
* | Remove BUG_ON from n_tty_read() | Stanislav Kozina | 2012-08-16 | 1 | -1/+2 |
* | 8250: add AgeStar AS-PRS2-009 | Alan Cox | 2012-08-16 | 1 | -0/+8 |
* | drivers/tty/moxa.c: fix error return code | Julia Lawall | 2012-08-15 | 1 | -0/+1 |
* | TTY: mxser, fix invalid module_parm permissions | Jiri Slaby | 2012-08-13 | 1 | -1/+1 |
* | TTY: hvcs, add tty install | Jiri Slaby | 2012-08-13 | 1 | -19/+33 |
* | TTY: hvcs, clean hvcs_open a bit | Jiri Slaby | 2012-08-13 | 1 | -15/+17 |
* | TTY: hvc_console, add tty install | Jiri Slaby | 2012-08-13 | 1 | -6/+25 |
* | TTY: synclinkmp, add tty install | Jiri Slaby | 2012-08-13 | 1 | -9/+19 |
* | TTY: synclink, add tty install | Jiri Slaby | 2012-08-13 | 1 | -18/+26 |
* | TTY: moxa, convert to dynamic device | Jiri Slaby | 2012-08-13 | 1 | -4/+20 |
* | TTY: use tty_port_link_device | Jiri Slaby | 2012-08-13 | 5 | -13/+23 |
* | TTY: add tty_port_link_device | Jiri Slaby | 2012-08-13 | 1 | -1/+21 |
* | TTY: tty_port, add some documentation | Jiri Slaby | 2012-08-13 | 1 | -0/+21 |
* | TTY: automatically create nodes for some drivers | Jiri Slaby | 2012-08-13 | 1 | -1/+1 |
* | TTY: use tty_port_register_device | Jiri Slaby | 2012-08-13 | 11 | -27/+39 |
* | TTY: move cdev_add to tty_register_device | Jiri Slaby | 2012-08-13 | 1 | -7/+41 |
* | TTY: add support for unnumbered device nodes | Jiri Slaby | 2012-08-13 | 1 | -2/+5 |
* | TTY: move allocations to tty_alloc_driver | Jiri Slaby | 2012-08-13 | 1 | -40/+33 |
* | TTY: pty, switch to tty_alloc_driver | Jiri Slaby | 2012-08-13 | 1 | -11/+20 |
* | TTY: pass flags to alloc_tty_driver | Jiri Slaby | 2012-08-10 | 1 | -9/+25 |
* | mxser: allow overlapping vector | Jiri Slaby | 2012-08-10 | 1 | -4/+31 |
* | TTY: n_gsm, use tty_port_install | Jiri Slaby | 2012-08-10 | 1 | -6/+24 |
* | TTY: 68328serial, fix compilation | Jiri Slaby | 2012-08-10 | 1 | -4/+4 |
* | TTY: pty, stop passing NULL to free_tty_struct | Jiri Slaby | 2012-08-10 | 1 | -1/+4 |
* | n_tty: Don't lose characters when PARMRK is enabled | Jaeden Amero | 2012-08-10 | 1 | -2/+10 |
* | tty: Fix possible race in n_tty_read() | Stanislav Kozina | 2012-08-10 | 1 | -1/+5 |
* | tty: localise the lock | Alan Cox | 2012-08-10 | 12 | -109/+174 |
* | tty: handle NULL parameters in free_tty_struct() | Dan Carpenter | 2012-08-10 | 1 | -0/+2 |
* | tty: fix missing assignment | Dan Carpenter | 2012-08-10 | 1 | -0/+1 |
* | Merge tty-next into 3.6-rc1 | Greg Kroah-Hartman | 2012-08-06 | 6 | -25/+56 |
|\ |
|
| * | serial: sh-sci: fix compilation breakage, when DMA is enabled | Guennadi Liakhovetski | 2012-08-01 | 1 | -2/+3 |
| * | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2012-07-31 | 1 | -2/+1 |
| |\ |
|
| | * | uartlite: remove IRQF_SAMPLE_RANDOM which is now a no-op | Theodore Ts'o | 2012-07-19 | 1 | -2/+1 |
| * | | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 2012-07-27 | 1 | -1/+1 |
| |\ \ |
|
| | | \ | |
| | | \ | |
| | | \ | |
| | | \ | |
| | *---. \ | Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linus | Russell King | 2012-07-27 | 1 | -1/+1 |
| | |\ \ \ \
| | | | |_|/
| | | |/| | |
|
| | | | | * | ARM: 7433/1: serial: use the new linux/sizes.h | Alessandro Rubini | 2012-06-28 | 1 | -1/+1 |
| | | | |/ |
|