index
:
kernel_samsung_aries.git
replicant-4.2
kernel/samsung/aries
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
Commit message (
Expand
)
Author
Age
Files
Lines
*
n_gsm: memory leak in uplink error path
Russ Gorby
2012-10-07
1
-2
/
+5
*
n_gsm: added interlocking for gsm_data_lock for certain code paths
Russ Gorby
2012-10-07
1
-2
/
+6
*
serial: set correct baud_base for EXSYS EX-41092 Dual 16950
Flavio Leitner
2012-10-07
1
-2
/
+7
*
serial: pl011: handle corruption at high clock speeds
Linus Walleij
2012-10-07
1
-1
/
+14
*
Remove BUG_ON from n_tty_read()
Stanislav Kozina
2012-10-07
1
-1
/
+2
*
pch_uart: Fix parity setting issue
Tomoya MORINAGA
2012-10-02
1
-1
/
+1
*
pch_uart: Fix rx error interrupt setting issue
Tomoya MORINAGA
2012-10-02
1
-6
/
+12
*
pch_uart: Fix missing break for 16 byte fifo
Alan Cox
2012-10-02
1
-0
/
+1
*
tty: Allow uart_register/unregister/register
Alan Cox
2012-06-01
1
-0
/
+1
*
Add missing call to uart_update_timeout()
Lothar Waßmann
2012-06-01
1
-0
/
+2
*
drivers/tty/amiserial.c: add missing tty_unlock
Julia Lawall
2012-04-27
1
-1
/
+3
*
pch_uart: Fix dma channel unallocated issue
Tomoya MORINAGA
2012-04-27
1
-1
/
+3
*
ARM: clps711x: serial driver hungs are a result of call disable_irq within ISR
Alexander Shiyan
2012-04-27
1
-6
/
+8
*
8250_pci: Fix kernel panic when pch_uart is disabled
Tomoya MORINAGA
2012-04-22
1
-0
/
+10
*
pch_uart: Set PCIe bus number using probe parameter
Tomoya MORINAGA
2012-04-22
1
-1
/
+2
*
serial: PL011: move interrupt clearing
Linus Walleij
2012-04-22
1
-4
/
+4
*
serial: PL011: clear pending interrupts
Linus Walleij
2012-04-22
1
-4
/
+11
*
tty: serial: altera_uart: Check for NULL platform_data in probe.
Yuriy Kozlov
2012-04-22
1
-2
/
+2
*
serial: sh-sci: fix a race of DMA submit_tx on transfer
Yoshii Takashi
2012-04-02
1
-5
/
+10
*
TTY: Wrong unicode value copied in con_set_unimap()
Liz Clark
2012-04-02
1
-8
/
+43
*
tty: moxa: fix bit test in moxa_start()
Dan Carpenter
2012-04-02
1
-1
/
+1
*
drivers/tty/vt/vt_ioctl.c: fix KDFONTOP 32bit compatibility layer
Samuel Thibault
2012-02-13
1
-1
/
+0
*
jsm: Fixed EEH recovery error
Lucas Kannebley Tavares
2012-02-03
1
-0
/
+1
*
serial: amba-pl011: lock console writes against interrupts
Rabin Vincent
2012-02-03
1
-0
/
+14
*
TTY: fix UV serial console regression
Jiri Slaby
2012-02-03
1
-5
/
+7
*
atmel_serial: fix spinlock lockup in RS485 code
Claudio Scordino
2012-01-12
1
-2
/
+3
*
TTY: ldisc, wait for ldisc infinitely in hangup
Jiri Slaby
2011-11-26
1
-2
/
+17
*
TTY: ldisc, move wait idle to caller
Jiri Slaby
2011-11-26
1
-2
/
+2
*
TTY: ldisc, allow waiting for ldisc arbitrarily long
Jiri Slaby
2011-11-26
1
-5
/
+6
*
tty: hvc_dcc: Fix duplicate character inputs
Stephen Boyd
2011-11-26
1
-0
/
+2
*
pch_uart: Support new device LAPIS Semiconductor ML7831 IOH
Tomoya MORINAGA
2011-11-26
2
-7
/
+15
*
pch_uart: Fix DMA resource leak issue
Tomoya MORINAGA
2011-11-26
1
-2
/
+2
*
pch_uart: Fix hw-flow control issue
Tomoya MORINAGA
2011-11-26
1
-0
/
+1
*
jsm: remove buggy write queue
Thadeu Lima de Souza Cascardo
2011-11-11
4
-103
/
+28
*
serial-core: power up uart port early before we do set_termios when resuming
Ning Jiang
2011-11-11
1
-0
/
+2
*
serial: pxa: work around for errata #20
Marcus Folkesson
2011-11-11
1
-0
/
+20
*
TTY: pty, release tty in all ptmx_open fail paths
Jiri Slaby
2011-11-11
1
-5
/
+5
*
TTY: make tty_add_file non-failing
Jiri Slaby
2011-11-11
2
-17
/
+46
*
TTY: drop driver reference in tty_open fail path
Jiri Slaby
2011-11-11
1
-0
/
+1
*
cris: fix a build error in drivers/tty/serial/crisv10.c
WANG Cong
2011-11-11
1
-2
/
+2
*
TTY: pty, fix pty counting
Jiri Slaby
2011-10-03
2
-4
/
+16
*
tty: Add "spi:" prefix for spi modalias
Axel Lin
2011-10-03
3
-3
/
+3
*
8250: Fix race condition in serial8250_backup_timeout().
Al Cooper
2011-10-03
1
-3
/
+5
*
8250_pci: add support for Rosewill RC-305 4x serial port card
Eric Smith
2011-10-03
1
-1
/
+5
*
serial: 8250_pnp: add Intermec CV60 touchscreen device
Bjorn Helgaas
2011-10-03
1
-0
/
+3
*
omap-serial: Allow IXON and IXOFF to be disabled.
Nick Pelly
2011-10-03
1
-2
/
+1
*
hvc_console: Improve tty/console put_chars handling
Hendrik Brueckner
2011-08-04
1
-3
/
+5
*
SERIAL: SC26xx: Fix link error.
Ralf Baechle
2011-08-04
1
-1
/
+1
*
tty/serial: Fix XSCALE serial ports, e.g. ce4100
Stephen Warren
2011-08-04
1
-1
/
+1
*
n_gsm: fix the wrong FCS handling
Du, Alek
2011-08-04
1
-4
/
+0
[next]