index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-09
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
36
-540
/
+1951
2012-01-08
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2012-01-08
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2
-2
/
+2
2012-01-06
Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into Z
Al Viro
2
-2
/
+2
2012-01-06
Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kern...
Linus Torvalds
2
-0
/
+4
2012-01-04
tty: serial: imx: move del_timer_sync() to avoid potential deadlock
Eric Miao
1
-2
/
+2
2012-01-04
imx: add polled io uart methods
Saleem Abdulrasool
1
-0
/
+69
2012-01-04
imx: Add save/restore functions for UART control regs
Dirk Behme
1
-8
/
+35
2012-01-04
serial/imx: let probing fail for the dt case without a valid alias
Uwe Kleine-König
1
-3
/
+10
2012-01-04
serial/imx: propagate error from of_alias_get_id instead of using -ENODEV
Uwe Kleine-König
1
-1
/
+1
2012-01-04
tty: serial: imx: Allow UART to be a source for wakeup
Fabio Estevam
1
-0
/
+15
2012-01-04
serial: driver for m32 arch should not have DEC alpha errata
Paul Gortmaker
1
-5
/
+2
2012-01-04
atmel_serial: fix spinlock lockup in RS485 code
Claudio Scordino
1
-2
/
+3
2012-01-04
tty: Fix memory leak in virtual console when enable unicode translation
Zeng Zhaoming
1
-1
/
+1
2012-01-04
serial: use DIV_ROUND_CLOSEST instead of open coding it
Uwe Kleine-König
1
-1
/
+1
2012-01-03
switch device_get_devnode() and ->devnode() to umode_t *
Al Viro
1
-1
/
+1
2012-01-03
fs: move code out of buffer.c
Al Viro
1
-1
/
+1
2012-01-03
serial: add support for 400 and 800 v3 series Titan cards
Yegor Yefremov
1
-0
/
+16
2011-12-16
tty/serial/pmac_zilog: Fix suspend & resume
Benjamin Herrenschmidt
2
-277
/
+115
2011-12-13
serial: bfin-uart: Remove ASYNC_CTS_FLOW flag for hardware automatic CTS.
Sonic Zhang
1
-3
/
+14
2011-12-13
serial: bfin-uart: Enable hardware automatic CTS only when CTS pin is available.
Sonic Zhang
1
-9
/
+10
2011-12-13
serial: make FSL errata depend on 8250_CONSOLE, not just 8250
Paul Gortmaker
1
-1
/
+1
2011-12-09
serial: add irq handler for Freescale 16550 errata.
Paul Gortmaker
3
-0
/
+69
2011-12-09
serial: manually inline serial8250_handle_port
Paul Gortmaker
1
-15
/
+8
2011-12-09
serial: make 8250 timeout use the specified IRQ handler
Paul Gortmaker
1
-4
/
+1
2011-12-09
serial: export the key functions for an 8250 IRQ handler
Paul Gortmaker
1
-14
/
+15
2011-12-09
serial: clean up parameter passing for 8250 Rx IRQ handling
Paul Gortmaker
1
-6
/
+11
2011-12-09
serial: move struct uart_8250_port from 8250.c to 8250.h
Paul Gortmaker
2
-26
/
+26
2011-12-09
drivers/tty: Remove unneeded spaces
Thorsten Wißmann
1
-4
/
+4
2011-12-09
msm_serial_hs: Fix spinlock recursion in handling CTS
Mayank Rana
1
-5
/
+2
2011-12-09
msm_serial_hs: Fix type inconsistency for tx and rx command_ptr_ptr
Mayank Rana
1
-8
/
+8
2011-12-09
serial: fix serial_cs I/O windows for Argosy RS-COM 2P
Maciej Szmigiero
1
-4
/
+4
2011-12-09
serial: 8250: replace hardcoded 0xbf with #define
Wolfram Sang
1
-1
/
+1
2011-12-09
serial: bfin-sport-uart: Add tty ASYNC_CTS_FLOW flag to do CTS flow control.
Sonic Zhang
1
-1
/
+3
2011-12-09
serial: bfin-sport-uart: Request CTS GPIO PIN when the sport emulated serial ...
Sonic Zhang
1
-9
/
+9
2011-12-09
tty: bfin-sport-uart: Rx interrupt is not called always with irq disabled.
Sonic Zhang
1
-2
/
+3
2011-12-09
serial: bfin-uart: remove redundant CTS check for hardware CTS control.
Sonic Zhang
1
-23
/
+1
2011-12-09
serial: bfin-uart: Add tty ASYNC_CTS_FLOW flag to do CTS flow control.
Sonic Zhang
1
-1
/
+3
2011-12-09
serial: bfin-uart: Request CTS GPIO PIN when the serial device starts up.
Sonic Zhang
1
-10
/
+9
2011-12-08
pmac_zilog: Fix unexpected irq
Finn Thain
1
-50
/
+52
2011-11-30
tty: n_hdlc not atomic use tty->flags.
Ilya Zykov
1
-3
/
+3
2011-11-30
TTY: serial: convert drivers/tty/serial/* to use module_platform_driver()
Axel Lin
4
-50
/
+4
2011-11-26
TTY: Remove redundant spi driver bus initialization
Lars-Peter Clausen
5
-5
/
+0
2011-11-26
serial/8250_pci: init-quirk msi support for kt serial controller
Dan Williams
1
-0
/
+14
2011-11-26
serial/8250_pci: setup-quirk workaround for the kt serial controller
Dan Williams
2
-2
/
+19
2011-11-26
serial/mxs-auart: only wake up tty layer once
Uwe Kleine-König
1
-2
/
+3
2011-11-26
serial/imx: propagate error of platform_driver_register in init routine
Uwe Kleine-König
1
-1
/
+1
2011-11-26
OMAP: UART: fix the return type of check_modem_status
Shubhrajyoti D
1
-1
/
+1
2011-11-26
Merge 3.2-rc3 into tty-next to handle merge conflict in tty_ldisc.c
Greg Kroah-Hartman
9
-48
/
+78
2011-11-24
drivers/serial/ucc_uart.c: Add missing call to init UCC UART port timeout
Chuck Meade
1
-0
/
+3
[next]