aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linux-3.0.update' into cm.ics.newKalimochoAz2012-02-1116-150/+172
|\
| * jsm: Fixed EEH recovery errorLucas Kannebley Tavares2012-02-031-0/+1
| * serial: amba-pl011: lock console writes against interruptsRabin Vincent2012-02-031-0/+14
| * TTY: fix UV serial console regressionJiri Slaby2012-02-031-5/+7
| * atmel_serial: fix spinlock lockup in RS485 codeClaudio Scordino2012-01-121-2/+3
| * TTY: ldisc, wait for ldisc infinitely in hangupJiri Slaby2011-11-261-2/+17
| * TTY: ldisc, move wait idle to callerJiri Slaby2011-11-261-2/+2
| * TTY: ldisc, allow waiting for ldisc arbitrarily longJiri Slaby2011-11-261-5/+6
| * tty: hvc_dcc: Fix duplicate character inputsStephen Boyd2011-11-261-0/+2
| * pch_uart: Support new device LAPIS Semiconductor ML7831 IOHTomoya MORINAGA2011-11-262-7/+15
| * pch_uart: Fix DMA resource leak issueTomoya MORINAGA2011-11-261-2/+2
| * pch_uart: Fix hw-flow control issueTomoya MORINAGA2011-11-261-0/+1
| * jsm: remove buggy write queueThadeu Lima de Souza Cascardo2011-11-114-103/+28
| * serial-core: power up uart port early before we do set_termios when resumingNing Jiang2011-11-111-0/+2
| * serial: pxa: work around for errata #20Marcus Folkesson2011-11-111-0/+20
| * TTY: pty, release tty in all ptmx_open fail pathsJiri Slaby2011-11-111-5/+5
| * TTY: make tty_add_file non-failingJiri Slaby2011-11-112-17/+46
| * TTY: drop driver reference in tty_open fail pathJiri Slaby2011-11-111-0/+1
| * cris: fix a build error in drivers/tty/serial/crisv10.cWANG Cong2011-11-111-2/+2
* | serial: samsung: Fix resume register restore.Jaikumar Ganesh2011-11-171-1/+1
* | serial: samsung: hack: Restore old device name since this currently is hardco...Arve Hjønnevåg2011-11-171-1/+1
* | S5PC11X: UART: Disable uart irq in suspend mode.Choi jonghwan2011-11-171-0/+5
* | S5PC11X: UART: Change the clock source.Choi jonghwan2011-11-171-2/+2
* | S5PC11X: UART: Add set_mctrl func. to control Auto Flow ControlDooHyunHwang2011-11-171-0/+8
* | S5PC11X: UART: Add wake_peer func.DooHyunHwang2011-11-171-0/+9
* | ARM: SAMSUNG: serial: Use the platform device id to select which uart to createArve Hjønnevåg2011-11-171-5/+7
* | S5PC11X: SERIAL: Uart register save/restore in serial driver.Choi jonghwan2011-11-171-2/+26
* | S5PC110: SERIAL: Fix compile warnning and code clean-up.Choi jonghwan2011-11-172-20/+26
* | S5PC110: uart: add gpio configuration in D/D.Seungwon2011-11-172-3/+8
* | Merge commit 'v3.0.8' into android-3.0Colin Cross2011-10-279-13/+33
|\ \ | |/
| * TTY: pty, fix pty countingJiri Slaby2011-10-032-4/+16
| * tty: Add "spi:" prefix for spi modaliasAxel Lin2011-10-033-3/+3
| * 8250: Fix race condition in serial8250_backup_timeout().Al Cooper2011-10-031-3/+5
| * 8250_pci: add support for Rosewill RC-305 4x serial port cardEric Smith2011-10-031-1/+5
| * serial: 8250_pnp: add Intermec CV60 touchscreen deviceBjorn Helgaas2011-10-031-0/+3
| * omap-serial: Allow IXON and IXOFF to be disabled.Nick Pelly2011-10-031-2/+1
* | Merge commit 'v3.0.1' into android-3.0Colin Cross2011-08-104-9/+7
|\ \ | |/
| * hvc_console: Improve tty/console put_chars handlingHendrik Brueckner2011-08-041-3/+5
| * SERIAL: SC26xx: Fix link error.Ralf Baechle2011-08-041-1/+1
| * tty/serial: Fix XSCALE serial ports, e.g. ce4100Stephen Warren2011-08-041-1/+1
| * n_gsm: fix the wrong FCS handlingDu, Alek2011-08-041-4/+0
* | Merge commit 'v3.0-rc6' into android-3.0Dima Zavin2011-07-0710-16/+225
|\ \ | |/
| * Merge branch 'at91/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2011-07-041-1/+2
| |\
| | * atmel_serial: fix internal port numJean-Christophe PLAGNIOL-VILLARD2011-06-251-1/+2
| * | Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2011-06-289-15/+223
| |\ \
| | * | serial: bcm63xx_uart: fix irq storm after rx fifo overrun.Maxime Bizon2011-06-161-4/+14
| | * | amba pl011: workaround for uart registers lockupShreshtha Kumar Sahu2011-06-161-1/+122
| | * | tty: n_gsm: improper skb_pull() use was leaking framed dataRuss Gorby2011-06-161-1/+2
| | * | tty: n_gsm: Fixed logic to decode break signal from modem statusRuss Gorby2011-06-161-5/+18
| | * | TTY: ntty, add one more sanity checkJiri Slaby2011-06-071-0/+1