summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2012-01-09ENGR00169433 IMX/UART : fix a bug in UART RXHuang Shijie
2012-01-09ENGR00169402 IMX/UART : do optimization for UART TXHuang Shijie
2012-01-09ENGR00169388-3 IMX/UART : fix the compiling errorHuang Shijie
2012-01-09ENGR00163703 uart: console write routing is unsafe on SMPXinyu Chen
2012-01-09ENGR00163603-3 MX6Q/UART : add DMA support to uart driverHuang Shijie
2012-01-09ENGR00139276-2 MX6 BT: Enable basic bluetooth support to mx6q platformLionel Xu
2012-01-09ENGR00154346 UART: fix uart deadlockZeng Zhaoming
2012-01-09ENGR00139274-4 [UART]Enable suspend/resume featureAnson Huang
2012-01-09ENGR00139274-2 [MX6]Enable suspend/resumeAnson Huang
2012-01-09ENGR00152479 Early uart: Correct Copyright declarationZeng Zhaoming
2012-01-09ENGR00139229-3 tty:early-uart: add early-uart support for i.mx platformsZeng Zhaoming
2011-11-26TTY: ldisc, wait for ldisc infinitely in hangupJiri Slaby
2011-11-26TTY: ldisc, move wait idle to callerJiri Slaby
2011-11-26TTY: ldisc, allow waiting for ldisc arbitrarily longJiri Slaby
2011-11-26tty: hvc_dcc: Fix duplicate character inputsStephen Boyd
2011-11-26pch_uart: Support new device LAPIS Semiconductor ML7831 IOHTomoya MORINAGA
2011-11-26pch_uart: Fix DMA resource leak issueTomoya MORINAGA
2011-11-26pch_uart: Fix hw-flow control issueTomoya MORINAGA
2011-11-11jsm: remove buggy write queueThadeu Lima de Souza Cascardo
2011-11-11serial-core: power up uart port early before we do set_termios when resumingNing Jiang
2011-11-11serial: pxa: work around for errata #20Marcus Folkesson
2011-11-11TTY: pty, release tty in all ptmx_open fail pathsJiri Slaby
2011-11-11TTY: make tty_add_file non-failingJiri Slaby
2011-11-11TTY: drop driver reference in tty_open fail pathJiri Slaby
2011-11-11cris: fix a build error in drivers/tty/serial/crisv10.cWANG Cong
2011-10-03TTY: pty, fix pty countingJiri Slaby
2011-10-03tty: Add "spi:" prefix for spi modaliasAxel Lin
2011-10-038250: Fix race condition in serial8250_backup_timeout().Al Cooper
2011-10-038250_pci: add support for Rosewill RC-305 4x serial port cardEric Smith
2011-10-03serial: 8250_pnp: add Intermec CV60 touchscreen deviceBjorn Helgaas
2011-10-03omap-serial: Allow IXON and IXOFF to be disabled.Nick Pelly
2011-08-04hvc_console: Improve tty/console put_chars handlingHendrik Brueckner
2011-08-04SERIAL: SC26xx: Fix link error.Ralf Baechle
2011-08-04tty/serial: Fix XSCALE serial ports, e.g. ce4100Stephen Warren
2011-08-04n_gsm: fix the wrong FCS handlingDu, Alek
2011-07-04Merge branch 'at91/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds
2011-06-28Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2011-06-27drivers/tty/serial/8250_pci.c: fix warningAndrew Morton
2011-06-25atmel_serial: fix internal port numJean-Christophe PLAGNIOL-VILLARD
2011-06-23serial: mrst_max3110: initialize waitqueue earlierMika Westerberg
2011-06-23mrst_max3110: Change max missing message priority.William Douglas
2011-06-16serial: bcm63xx_uart: fix irq storm after rx fifo overrun.Maxime Bizon
2011-06-16amba pl011: workaround for uart registers lockupShreshtha Kumar Sahu
2011-06-16tty: n_gsm: improper skb_pull() use was leaking framed dataRuss Gorby
2011-06-16tty: n_gsm: Fixed logic to decode break signal from modem statusRuss Gorby
2011-06-15drivers/tty/serial/pch_uart.c: don't oops if dmi_get_system_info returns NULLAlexander Stein
2011-06-08tty_buffer: get rid of 'seen_tail' logic in flush_to_ldiscLinus Torvalds
2011-06-07TTY: ntty, add one more sanity checkJiri Slaby
2011-06-07TTY: ldisc, do not close until there are readersJiri Slaby
2011-06-078250: Fix capabilities when changing the port typeleitao@linux.vnet.ibm.com