aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
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-15drivers/tty/moxa.c: fix error return codeJulia Lawall1-0/+1
2012-08-13TTY: mxser, fix invalid module_parm permissionsJiri Slaby1-1/+1
2012-08-13TTY: hvcs, add tty installJiri Slaby1-19/+33
2012-08-13TTY: hvcs, clean hvcs_open a bitJiri Slaby1-15/+17
2012-08-13TTY: hvc_console, add tty installJiri Slaby1-6/+25
2012-08-13TTY: synclinkmp, add tty installJiri Slaby1-9/+19
2012-08-13TTY: synclink, add tty installJiri Slaby1-18/+26
2012-08-13TTY: moxa, convert to dynamic deviceJiri Slaby1-4/+20
2012-08-13TTY: use tty_port_link_deviceJiri Slaby5-13/+23
2012-08-13TTY: add tty_port_link_deviceJiri Slaby1-1/+21
2012-08-13TTY: tty_port, add some documentationJiri Slaby1-0/+21
2012-08-13TTY: automatically create nodes for some driversJiri Slaby1-1/+1
2012-08-13TTY: use tty_port_register_deviceJiri Slaby11-27/+39
2012-08-13TTY: move cdev_add to tty_register_deviceJiri Slaby1-7/+41
2012-08-13TTY: add support for unnumbered device nodesJiri Slaby1-2/+5
2012-08-13TTY: move allocations to tty_alloc_driverJiri Slaby1-40/+33
2012-08-13TTY: pty, switch to tty_alloc_driverJiri Slaby1-11/+20
2012-08-10TTY: pass flags to alloc_tty_driverJiri Slaby1-9/+25
2012-08-10mxser: allow overlapping vectorJiri Slaby1-4/+31
2012-08-10TTY: n_gsm, use tty_port_installJiri Slaby1-6/+24
2012-08-10TTY: 68328serial, fix compilationJiri Slaby1-4/+4
2012-08-10TTY: pty, stop passing NULL to free_tty_structJiri Slaby1-1/+4
2012-08-10serial: ifx6x60: fix paging fault on spi_register_driverFengguang Wu1-1/+1
2012-08-10serial: Change Kconfig entry for CLPS711X-targetAlexander Shiyan1-5/+5
2012-08-10n_tty: Don't lose characters when PARMRK is enabledJaeden Amero1-2/+10
2012-08-10tty: Fix possible race in n_tty_read()Stanislav Kozina1-1/+5
2012-08-10tty: localise the lockAlan Cox12-109/+174
2012-08-10tty: handle NULL parameters in free_tty_struct()Dan Carpenter1-0/+2
2012-08-10tty: fix missing assignmentDan Carpenter1-0/+1
2012-08-06Merge tty-next into 3.6-rc1Greg Kroah-Hartman6-25/+56
2012-08-03serial/imx: make imx_port.devdata member point to const dataUwe Kleine-König1-1/+1
2012-08-01serial: sh-sci: fix compilation breakage, when DMA is enabledGuennadi Liakhovetski1-2/+3
2012-07-31Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+1
2012-07-27Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-1/+1
2012-07-27Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linusRussell King1-1/+1
2012-07-27Merge tag 'tty-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds7-37/+90
2012-07-27tty: Fix race in tty releaseAlan Cox3-11/+37
2012-07-26pch_uart: Fix parity setting issueTomoya MORINAGA1-1/+1
2012-07-26pch_uart: Fix rx error interrupt setting issueTomoya MORINAGA1-6/+12
2012-07-26pch_uart: Fix missing break for 16 byte fifoAlan Cox1-0/+1
2012-07-26tty ldisc: Close/Reopen race prevention should check the proper flagShachar Shemesh1-1/+1
2012-07-26pch_uart: Add eg20t_port lock field, avoid recursive spinlocksDarren Hart1-12/+26
2012-07-26vt: fix race in vt_waitactive()Rabin Vincent1-13/+34
2012-07-26serial/of-serial: Add LPC3220 standard UART compatible stringRoland Stigge1-0/+1
2012-07-26serial/8250: Add LPC3220 standard UART typeRoland Stigge1-0/+8