summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-08-16serial: New serial driver MAX310XAlexander Shiyan7-1662/+1339
2012-08-16OMAP/serial: Add support for driving a GPIO as DTR.NeilBrown3-1/+44
2012-08-16pch_uart: check kzalloc result in dma_handle_tx()Fengguang Wu1-0/+4
2012-08-16serial: sc26xx: Fix compile breakageAlexander Shiyan1-0/+1
2012-08-16TTY: tty_alloc_driver() returns error pointersDan Carpenter4-10/+10
2012-08-16n_gsm: memory leak in uplink error pathRuss Gorby1-2/+5
2012-08-16n_gsm: replace kfree_skb w/ appropriate dev_* versionsRuss Gorby1-4/+4
2012-08-16n_gsm: avoid accessing freed memory during CMD_FCOFF conditionRuss Gorby1-27/+13
2012-08-16n_gsm: added interlocking for gsm_data_lock for certain code pathsRuss Gorby1-2/+6
2012-08-16char: n_gsm: remove message filtering for contipated DLCIsamix.lebsir1-24/+1
2012-08-16n_gsm : Flow control handling in Mux driverFrederic Berat1-22/+57
2012-08-16n_gsm: uplink SKBs accumulate on listRuss Gorby1-2/+5
2012-08-16n_gsm.c: Implement 3GPP27.010 DLC start-up procedure in MUXxiaojin1-0/+4
2012-08-16Remove BUG_ON from n_tty_read()Stanislav Kozina1-1/+2
2012-08-168250: add AgeStar AS-PRS2-009Alan Cox1-0/+8
2012-08-16drivers/tty/moxa.c: fix error return codeJulia Lawall1-0/+1
2012-08-15MIPS: OCTEON: Fix breakage due to 8250 changes.David Daney1-15/+15
2012-08-14TTY: synclink_cs, fix buildJiri Slaby1-1/+1
2012-08-14TTY: mxser, fix invalid module_parm permissionsJiri Slaby1-1/+1
2012-08-14TTY: hvcs, add tty installJiri Slaby1-19/+33
2012-08-14TTY: hvcs, clean hvcs_open a bitJiri Slaby1-15/+17
2012-08-14TTY: hvc_console, add tty installJiri Slaby1-6/+25
2012-08-14TTY: tty3270, add tty installJiri Slaby1-9/+22
2012-08-14TTY: ircomm_tty, add tty installJiri Slaby1-16/+25
2012-08-14TTY: synclinkmp, add tty installJiri Slaby1-9/+19
2012-08-14TTY: synclink, add tty installJiri Slaby1-18/+26
2012-08-14TTY: i4l, add tty installJiri Slaby1-8/+15
2012-08-14TTY: con3215, add tty installJiri Slaby1-6/+15
2012-08-14TTY: con3215, unset raw3215[line]Jiri Slaby1-0/+7
2012-08-14TTY: nfcon, add tty_port and link itJiri Slaby1-0/+4
2012-08-14TTY: moxa, convert to dynamic deviceJiri Slaby1-4/+20
2012-08-14TTY: synclink_cs, final cleanup in synclink_cs_initJiri Slaby1-33/+32
2012-08-14TTY: synclink_cs, use dynamic tty devicesJiri Slaby1-12/+15
2012-08-14TTY: synclink_cs, sanitize fail pathsJiri Slaby1-27/+14
2012-08-14TTY: use tty_port_link_deviceJiri Slaby12-13/+30
2012-08-14TTY: add tty_port_link_deviceJiri Slaby2-1/+23
2012-08-14TTY: tty_port, add some documentationJiri Slaby1-0/+21
2012-08-14TTY: automatically create nodes for some driversJiri Slaby3-3/+3
2012-08-14TTY: use tty_port_register_deviceJiri Slaby20-40/+58
2012-08-14TTY: move cdev_add to tty_register_deviceJiri Slaby2-8/+42
2012-08-14TTY: add support for unnumbered device nodesJiri Slaby3-15/+15
2012-08-14TTY: move allocations to tty_alloc_driverJiri Slaby1-40/+33
2012-08-14TTY: pty, switch to tty_alloc_driverJiri Slaby2-11/+24
2012-08-11TTY: pass flags to alloc_tty_driverJiri Slaby2-13/+44
2012-08-11TTY: tty3270, free tty driver properlyJiri Slaby1-0/+1
2012-08-11TTY: ttyprintk, initialize tty_port earlierJiri Slaby1-4/+4
2012-08-11TTY: ttyprintk, don't touch behind tty->write_bufJiri Slaby1-1/+1
2012-08-11TTY: ttyprintk, unregister tty driver on failureJiri Slaby1-0/+1
2012-08-11mxser: allow overlapping vectorJiri Slaby1-4/+31
2012-08-11misc: pti, use tty_port_register_deviceJiri Slaby1-3/+3