summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2014-06-11tty/serial: Add support for Altera serial portLey Foon Tan2-0/+27
2014-06-118250/16?50: Add support for Broadcom TruManage redirected serial portStephen Hurd3-2/+52
2014-06-11Fix 4 port and add support for 8 port 'Unknown' PCI serial port cardsScott Ashcroft1-10/+7
2014-06-11tty: Correct tty buffer flush.Ilya Zykov1-4/+7
2014-06-11serial: pch_uart: fix tty-kref leak in rx-error pathJohan Hovold1-0/+2
2014-06-11serial: pch_uart: fix tty-kref leak in dma-rx pathJohan Hovold1-1/+2
2014-06-08n_gsm: replace kfree_skb w/ appropriate dev_* versionsRuss Gorby1-4/+4
2014-06-08n_gsm: avoid accessing freed memory during CMD_FCOFF conditionRuss Gorby1-27/+13
2014-06-08char: n_gsm: remove message filtering for contipated DLCIsamix.lebsir1-24/+1
2014-06-08n_gsm : Flow control handling in Mux driverFrederic Berat1-22/+57
2014-06-08tty: serial: imx: don't reinit clock in imx_setup_ufcr()Dirk Behme1-14/+4
2014-05-18n_tty: Fix n_tty_write crash when echoing in raw modePeter Hurley1-0/+2
2014-05-13drivers/tty/hvc: don't free hvc_console_setup after initTomoki Sekiyama1-1/+1
2014-05-06hvc: ensure hvc_init is only ever called once in hvc_console.cPaul Gortmaker1-1/+5
2014-02-22tty: n_gsm: Fix for modems with brk in modem status controlLars Poeschel1-0/+11
2014-02-06serial: add support for 200 v3 series Titan cardYegor Yefremov1-0/+4
2014-02-06tty/serial: at91: Handle shutdown more safelyMarek Roszko1-7/+13
2014-01-08TTY: pmac_zilog, check existence of ports in pmz_console_init()Geert Uytterhoeven1-0/+3
2013-09-08powerpc/hvsi: Increase handshake timeout from 200ms to 400ms.Eugene Surovegin1-2/+2
2013-08-12serial/mxs-auart: increase time to wait for transmitter to become idleUwe Kleine-König1-8/+13
2013-08-12serial/mxs-auart: fix race condition in interrupt handlerUwe Kleine-König1-8/+9
2013-07-13Revert "serial: 8250_pci: add support for another kind of NetMos Technology P...Greg Kroah-Hartman1-4/+0
2013-07-03pch_uart: fix a deadlock when pch_uart as consoleLiang Li1-7/+22
2013-06-07TTY: Fix tty miss restart after we turn off flow-controlWang YanQing1-0/+8
2013-05-08tty: fix up atime/mtime mess, take threeLinus Torvalds2-2/+5
2013-05-08serial_core.c: add put_device() after device_find_child()Federico Vaga1-0/+4
2013-05-01TTY: fix atime/mtime regressionJiri Slaby1-1/+15
2013-05-01TTY: do not update atime/mtime on read/writeJiri Slaby1-6/+2
2013-04-05vt: synchronize_rcu() under spinlock is not nice...Al Viro1-2/+4
2013-04-05tty: atmel_serial_probe(): index of atmel_ports[] fixPawel Wieczorkiewicz1-6/+5
2013-03-28sunsu: Fix panic in case of nonexistent port at "console=ttySY" cmdline optionTkhai Kirill1-12/+9
2013-03-21TTY: do not reset master's packet modeJiri Slaby1-1/+0
2013-03-21tty: serial: fix typo "ARCH_S5P6450"Paul Bolle1-1/+1
2013-03-21serial: 8250_pci: add support for another kind of NetMos Technology PCI 9835 ...Wang YanQing1-0/+4
2013-02-28fb: Yet another band-aid for fixing lockdep messTakashi Iwai1-15/+28
2013-02-28fb: rework locking to fix lock ordering on takeoverAlan Cox1-23/+70
2013-02-28vgacon/vt: clear buffer attributes when we load a 512 character font (v2)Dave Airlie1-1/+1
2013-02-28tty: set_termios/set_termiox should not return -EINTROleg Nesterov1-2/+2
2013-02-28tty: Prevent deadlock in n_gsm driverDirkjan Bussink1-1/+41
2013-01-21tty: 8250_dw: Fix inverted arguments to serial_out in IRQ handlerMaxime Ripard1-1/+1
2013-01-21serial:ifx6x60:Delete SPI timer when shut down portchao bi1-0/+1
2012-11-26Revert "serial: omap: fix software flow control"Felipe Balbi1-6/+6
2012-10-21kdb,vt_console: Fix missed data due to pager overrunsJason Wessel1-0/+13
2012-10-07n_gsm: memory leak in uplink error pathRuss Gorby1-2/+5
2012-10-07n_gsm: added interlocking for gsm_data_lock for certain code pathsRuss Gorby1-2/+6
2012-10-07n_gsm: uplink SKBs accumulate on listRuss Gorby1-2/+5
2012-10-07n_gsm.c: Implement 3GPP27.010 DLC start-up procedure in MUXxiaojin1-0/+4
2012-10-07serial: set correct baud_base for EXSYS EX-41092 Dual 16950Flavio Leitner1-2/+7
2012-10-07serial: pl011: handle corruption at high clock speedsLinus Walleij1-1/+14
2012-10-07serial: omap: fix software flow controlVikram Pandita1-6/+6