aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'android-3.0' into android-omap-3.0Todd Poynor2013-01-167-15/+51
|\
| * Merge remote-tracking branch 'stable/linux-3.0.y' into android-3.0Todd Poynor2012-11-017-15/+51
| |\
| | * n_gsm: memory leak in uplink error pathRuss Gorby2012-10-071-2/+5
| | * n_gsm: added interlocking for gsm_data_lock for certain code pathsRuss Gorby2012-10-071-2/+6
| | * serial: set correct baud_base for EXSYS EX-41092 Dual 16950Flavio Leitner2012-10-071-2/+7
| | * serial: pl011: handle corruption at high clock speedsLinus Walleij2012-10-071-1/+14
| | * Remove BUG_ON from n_tty_read()Stanislav Kozina2012-10-071-1/+2
| | * pch_uart: Fix parity setting issueTomoya MORINAGA2012-10-021-1/+1
| | * pch_uart: Fix rx error interrupt setting issueTomoya MORINAGA2012-10-021-6/+12
| | * pch_uart: Fix missing break for 16 byte fifoAlan Cox2012-10-021-0/+1
| | * tty: Allow uart_register/unregister/registerAlan Cox2012-06-011-0/+1
| | * Add missing call to uart_update_timeout()Lothar Waßmann2012-06-011-0/+2
* | | Merge branch 'android-3.0' into android-omap-3.0Todd Poynor2012-04-306-15/+39
|\ \ \ | |/ /
| * | Merge commit 'v3.0.30' into android-3.0Todd Poynor2012-04-306-15/+39
| |\ \ | | |/
| | * drivers/tty/amiserial.c: add missing tty_unlockJulia Lawall2012-04-271-1/+3
| | * pch_uart: Fix dma channel unallocated issueTomoya MORINAGA2012-04-271-1/+3
| | * ARM: clps711x: serial driver hungs are a result of call disable_irq within ISRAlexander Shiyan2012-04-271-6/+8
| | * 8250_pci: Fix kernel panic when pch_uart is disabledTomoya MORINAGA2012-04-221-0/+10
| | * pch_uart: Set PCIe bus number using probe parameterTomoya MORINAGA2012-04-221-1/+2
| | * serial: PL011: move interrupt clearingLinus Walleij2012-04-221-4/+4
| | * serial: PL011: clear pending interruptsLinus Walleij2012-04-221-4/+11
| | * tty: serial: altera_uart: Check for NULL platform_data in probe.Yuriy Kozlov2012-04-221-2/+2
| * | Merge linux-stable 3.0.28 into android-3.0Todd Poynor2012-04-1920-165/+226
| |\ \ | | |/
| * | Merge commit 'v3.0.8' into android-3.0Colin Cross2011-10-279-13/+33
| |\ \
* | \ \ Merge linux-omap-3.0 into android-omap-3.0Todd Poynor2012-04-1920-165/+226
|\ \ \ \
| * \ \ \ Merge linux-stable 3.0.28 into linux-omap-3.0Todd Poynor2012-04-1920-165/+226
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | serial: sh-sci: fix a race of DMA submit_tx on transferYoshii Takashi2012-04-021-5/+10
| | * | | TTY: Wrong unicode value copied in con_set_unimap()Liz Clark2012-04-021-8/+43
| | * | | tty: moxa: fix bit test in moxa_start()Dan Carpenter2012-04-021-1/+1
| | * | | drivers/tty/vt/vt_ioctl.c: fix KDFONTOP 32bit compatibility layerSamuel Thibault2012-02-131-1/+0
| | * | | 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
| | | |/ | | |/|
* | | | Merge branch 'linux-omap-3.0' into android-omap-3.0Dmitry Shmidt2012-02-061-17/+24
|\ \ \ \ | |/ / /
| * | | serial: omap: disable serial port irq during suspendColin Cross2012-01-271-17/+24