aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2012-08-16serial: New serial driver MAX310XAlexander Shiyan
2012-08-16OMAP/serial: Add support for driving a GPIO as DTR.NeilBrown
2012-08-16pch_uart: check kzalloc result in dma_handle_tx()Fengguang Wu
2012-08-16serial: sc26xx: Fix compile breakageAlexander Shiyan
2012-08-16TTY: tty_alloc_driver() returns error pointersDan Carpenter
2012-08-16n_gsm: memory leak in uplink error pathRuss Gorby
2012-08-16n_gsm: replace kfree_skb w/ appropriate dev_* versionsRuss Gorby
2012-08-16n_gsm: avoid accessing freed memory during CMD_FCOFF conditionRuss Gorby
2012-08-16n_gsm: added interlocking for gsm_data_lock for certain code pathsRuss Gorby
2012-08-16char: n_gsm: remove message filtering for contipated DLCIsamix.lebsir
2012-08-16n_gsm : Flow control handling in Mux driverFrederic Berat
2012-08-16n_gsm: uplink SKBs accumulate on listRuss Gorby
2012-08-16n_gsm.c: Implement 3GPP27.010 DLC start-up procedure in MUXxiaojin
2012-08-16Remove BUG_ON from n_tty_read()Stanislav Kozina
2012-08-168250: add AgeStar AS-PRS2-009Alan Cox
2012-08-15drivers/tty/moxa.c: fix error return codeJulia Lawall
2012-08-14TTY: synclink_cs, fix buildJiri Slaby
2012-08-13TTY: mxser, fix invalid module_parm permissionsJiri Slaby
2012-08-13TTY: hvcs, add tty installJiri Slaby
2012-08-13TTY: hvcs, clean hvcs_open a bitJiri Slaby
2012-08-13TTY: hvc_console, add tty installJiri Slaby
2012-08-13TTY: tty3270, add tty installJiri Slaby
2012-08-13TTY: synclinkmp, add tty installJiri Slaby
2012-08-13TTY: synclink, add tty installJiri Slaby
2012-08-13TTY: i4l, add tty installJiri Slaby
2012-08-13TTY: con3215, add tty installJiri Slaby
2012-08-13TTY: con3215, unset raw3215[line]Jiri Slaby
2012-08-13TTY: moxa, convert to dynamic deviceJiri Slaby
2012-08-13TTY: synclink_cs, final cleanup in synclink_cs_initJiri Slaby
2012-08-13TTY: synclink_cs, use dynamic tty devicesJiri Slaby
2012-08-13TTY: synclink_cs, sanitize fail pathsJiri Slaby
2012-08-13TTY: use tty_port_link_deviceJiri Slaby
2012-08-13TTY: add tty_port_link_deviceJiri Slaby
2012-08-13TTY: tty_port, add some documentationJiri Slaby
2012-08-13TTY: automatically create nodes for some driversJiri Slaby
2012-08-13TTY: use tty_port_register_deviceJiri Slaby
2012-08-13TTY: move cdev_add to tty_register_deviceJiri Slaby
2012-08-13TTY: add support for unnumbered device nodesJiri Slaby
2012-08-13TTY: move allocations to tty_alloc_driverJiri Slaby
2012-08-13TTY: pty, switch to tty_alloc_driverJiri Slaby
2012-08-10TTY: pass flags to alloc_tty_driverJiri Slaby
2012-08-10TTY: tty3270, free tty driver properlyJiri Slaby
2012-08-10TTY: ttyprintk, initialize tty_port earlierJiri Slaby
2012-08-10TTY: ttyprintk, don't touch behind tty->write_bufJiri Slaby
2012-08-10TTY: ttyprintk, unregister tty driver on failureJiri Slaby
2012-08-10mxser: allow overlapping vectorJiri Slaby
2012-08-10misc: pti, use tty_port_register_deviceJiri Slaby
2012-08-10misc: pti, fix tty_port countJiri Slaby
2012-08-10misc: pti, fix fail pathsJiri Slaby
2012-08-10misc: pti, do the opposite of ->probe in ->removeJiri Slaby