summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* drivers/tty/hvc: don't free hvc_console_setup after initTomoki Sekiyama2014-06-091-1/+1
* n_tty: Fix n_tty_write crash when echoing in raw modePeter Hurley2014-05-181-0/+2
* tty: Set correct tty name in 'active' sysfs attributeHannes Reinecke2014-04-301-5/+15
* hvc: ensure hvc_init is only ever called once in hvc_console.cPaul Gortmaker2014-04-301-1/+5
* TTY: pmac_zilog, check existence of ports in pmz_console_init()Geert Uytterhoeven2014-04-021-0/+3
* tty: n_gsm: Fix for modems with brk in modem status controlLars Poeschel2014-04-021-0/+11
* serial: 8250: enable UART_BUG_NOMSR for TegraStephen Warren2014-04-021-0/+4
* serial: add support for 200 v3 series Titan cardYegor Yefremov2014-04-021-0/+4
* serial: add support for 400 and 800 v3 series Titan cardsYegor Yefremov2014-04-021-0/+16
* serial: pch_uart: fix tty-kref leak in dma-rx pathJohan Hovold2013-10-261-1/+2
* serial: pch_uart: fix tty-kref leak in rx-error pathJohan Hovold2013-10-261-0/+2
* powerpc/hvsi: Increase handshake timeout from 200ms to 400ms.Eugene Surovegin2013-09-101-2/+2
* serial/mxs-auart: increase time to wait for transmitter to become idleUwe Kleine-König2013-09-101-8/+13
* serial/mxs-auart: fix race condition in interrupt handlerUwe Kleine-König2013-09-101-8/+9
* pch_uart: fix a deadlock when pch_uart as consoleLiang Li2013-07-271-7/+22
* Revert "serial: 8250_pci: add support for another kind of NetMos Technology P...Greg Kroah-Hartman2013-07-271-4/+0
* TTY: Fix tty miss restart after we turn off flow-controlWang YanQing2013-05-301-0/+8
* tty: fix up atime/mtime mess, take threeLinus Torvalds2013-05-132-2/+5
* TTY: fix atime/mtime regressionJiri Slaby2013-05-131-1/+15
* TTY: do not update atime/mtime on read/writeJiri Slaby2013-05-131-6/+2
* serial_core.c: add put_device() after device_find_child()Federico Vaga2013-05-131-0/+4
* vt: synchronize_rcu() under spinlock is not nice...Al Viro2013-04-101-2/+4
* tty: atmel_serial_probe(): index of atmel_ports[] fixPawel Wieczorkiewicz2013-04-101-6/+5
* sunsu: Fix panic in case of nonexistent port at "console=ttySY" cmdline optionTkhai Kirill2013-03-271-12/+9
* TTY: do not reset master's packet modeJiri Slaby2013-03-271-1/+0
* tty: serial: fix typo "ARCH_S5P6450"Paul Bolle2013-03-201-1/+1
* serial: 8250_pci: add support for another kind of NetMos Technology PCI 9835 ...Wang YanQing2013-03-201-0/+4
* Fix 4 port and add support for 8 port 'Unknown' PCI serial port cardsScott Ashcroft2013-03-201-10/+7
* tty/serial: Add support for Altera serial portLey Foon Tan2013-03-202-0/+27
* tty: Correct tty buffer flush.Ilya Zykov2013-03-201-4/+7
* 8250: use correct value for PORT_BRCM_TRUMANAGEBen Hutchings2013-03-061-2/+2
* fb: Yet another band-aid for fixing lockdep messTakashi Iwai2013-03-061-15/+28
* fb: rework locking to fix lock ordering on takeoverAlan Cox2013-03-061-23/+70
* vgacon/vt: clear buffer attributes when we load a 512 character font (v2)Dave Airlie2013-03-061-1/+1
* tty: set_termios/set_termiox should not return -EINTROleg Nesterov2013-03-061-2/+2
* 8250/16?50: Add support for Broadcom TruManage redirected serial portStephen Hurd2013-02-063-0/+50
* tty: 8250_dw: Fix inverted arguments to serial_out in IRQ handlerMaxime Ripard2013-02-061-1/+1
* serial:ifx6x60:Delete SPI timer when shut down portchao bi2013-02-061-0/+1
* serial: pl011: handle corruption at high clock speedsLinus Walleij2012-10-171-1/+14
* serial: set correct baud_base for EXSYS EX-41092 Dual 16950Flavio Leitner2012-10-171-2/+7
* n_gsm: memory leak in uplink error pathRuss Gorby2012-10-171-2/+5
* n_gsm: replace kfree_skb w/ appropriate dev_* versionsRuss Gorby2012-10-171-4/+4
* n_gsm: avoid accessing freed memory during CMD_FCOFF conditionRuss Gorby2012-10-171-27/+13
* n_gsm: added interlocking for gsm_data_lock for certain code pathsRuss Gorby2012-10-171-2/+6
* char: n_gsm: remove message filtering for contipated DLCIsamix.lebsir2012-10-171-24/+1
* n_gsm : Flow control handling in Mux driverFrederic Berat2012-10-171-22/+57
* n_gsm: uplink SKBs accumulate on listRuss Gorby2012-10-171-2/+5
* n_gsm.c: Implement 3GPP27.010 DLC start-up procedure in MUXxiaojin2012-10-171-0/+4
* Remove BUG_ON from n_tty_read()Stanislav Kozina2012-10-171-1/+2
* pch_uart: Add eg20t_port lock field, avoid recursive spinlocksDarren Hart2012-10-101-6/+13