summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
...
* tty: serial: mpc5xxx: add support for mark/space parityWolfram Sang2012-09-051-2/+6
* drivers:tty:fix up ENOIOCTLCMD error handlingWanlong Gao2012-09-051-1/+1
* tty: serial: max310x: Remove explicit use of devm_kfreeEmil Goode2012-09-051-3/+0
* tty: serial: max310x: Check return code of gpiochip_removeEmil Goode2012-09-051-3/+7
* tty: serial: altera_uart: Use platform_{get,set}_drvdataTobias Klauser2012-09-051-3/+3
* tty: max3100: use module_spi_driverDevendra Naga2012-09-051-11/+1
* drivers/tty/serial/amba-pl0{10,11}.c: use clk_prepare_enable and clk_disable_...Julia Lawall2012-09-052-22/+8
* Merge 3.6-rc3 into tty-nextGreg Kroah-Hartman2012-08-274-14/+24
|\
| * pmac_zilog,kdb: Fix console poll hook to return instead of loopJason Wessel2012-08-161-3/+9
| * serial: mxs-auart: fix the wrong RTS hardware flow controlHuang Shijie2012-08-161-5/+9
| * serial: ifx6x60: fix paging fault on spi_register_driverFengguang Wu2012-08-101-1/+1
| * serial: Change Kconfig entry for CLPS711X-targetAlexander Shiyan2012-08-101-5/+5
* | TTY: check if tty->port is assignedJiri Slaby2012-08-171-0/+4
* | serial: New serial driver MAX310XAlexander Shiyan2012-08-165-1660/+1270
* | OMAP/serial: Add support for driving a GPIO as DTR.NeilBrown2012-08-161-1/+34
* | pch_uart: check kzalloc result in dma_handle_tx()Fengguang Wu2012-08-161-0/+4
* | serial: sc26xx: Fix compile breakageAlexander Shiyan2012-08-161-0/+1
* | TTY: tty_alloc_driver() returns error pointersDan Carpenter2012-08-162-6/+6
* | n_gsm: memory leak in uplink error pathRuss Gorby2012-08-161-2/+5
* | n_gsm: replace kfree_skb w/ appropriate dev_* versionsRuss Gorby2012-08-161-4/+4
* | n_gsm: avoid accessing freed memory during CMD_FCOFF conditionRuss Gorby2012-08-161-27/+13
* | n_gsm: added interlocking for gsm_data_lock for certain code pathsRuss Gorby2012-08-161-2/+6
* | char: n_gsm: remove message filtering for contipated DLCIsamix.lebsir2012-08-161-24/+1
* | n_gsm : Flow control handling in Mux driverFrederic Berat2012-08-161-22/+57
* | n_gsm: uplink SKBs accumulate on listRuss Gorby2012-08-161-2/+5
* | n_gsm.c: Implement 3GPP27.010 DLC start-up procedure in MUXxiaojin2012-08-161-0/+4
* | Remove BUG_ON from n_tty_read()Stanislav Kozina2012-08-161-1/+2
* | 8250: add AgeStar AS-PRS2-009Alan Cox2012-08-161-0/+8
* | drivers/tty/moxa.c: fix error return codeJulia Lawall2012-08-151-0/+1
* | TTY: mxser, fix invalid module_parm permissionsJiri Slaby2012-08-131-1/+1
* | TTY: hvcs, add tty installJiri Slaby2012-08-131-19/+33
* | TTY: hvcs, clean hvcs_open a bitJiri Slaby2012-08-131-15/+17
* | TTY: hvc_console, add tty installJiri Slaby2012-08-131-6/+25
* | TTY: synclinkmp, add tty installJiri Slaby2012-08-131-9/+19
* | TTY: synclink, add tty installJiri Slaby2012-08-131-18/+26
* | TTY: moxa, convert to dynamic deviceJiri Slaby2012-08-131-4/+20
* | TTY: use tty_port_link_deviceJiri Slaby2012-08-135-13/+23
* | TTY: add tty_port_link_deviceJiri Slaby2012-08-131-1/+21
* | TTY: tty_port, add some documentationJiri Slaby2012-08-131-0/+21
* | TTY: automatically create nodes for some driversJiri Slaby2012-08-131-1/+1
* | TTY: use tty_port_register_deviceJiri Slaby2012-08-1311-27/+39
* | TTY: move cdev_add to tty_register_deviceJiri Slaby2012-08-131-7/+41
* | TTY: add support for unnumbered device nodesJiri Slaby2012-08-131-2/+5
* | TTY: move allocations to tty_alloc_driverJiri Slaby2012-08-131-40/+33
* | TTY: pty, switch to tty_alloc_driverJiri Slaby2012-08-131-11/+20
* | TTY: pass flags to alloc_tty_driverJiri Slaby2012-08-101-9/+25
* | mxser: allow overlapping vectorJiri Slaby2012-08-101-4/+31
* | TTY: n_gsm, use tty_port_installJiri Slaby2012-08-101-6/+24
* | TTY: 68328serial, fix compilationJiri Slaby2012-08-101-4/+4
* | TTY: pty, stop passing NULL to free_tty_structJiri Slaby2012-08-101-1/+4
OpenPOWER on IntegriCloud