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
2015-03-26
serial: 8250_pci: replace switch-case by formula
Andy Shevchenko
2
-31
/
+10
2015-03-26
tty: cpm_uart: replace CONFIG_8xx by CONFIG_CPM1
Christophe Leroy
3
-3
/
+3
2015-03-26
serial: jsm: some off by one bugs
Dan Carpenter
2
-4
/
+4
2015-03-26
serial: xuartps: Fix check in console_setup().
Thomas Betker
1
-1
/
+1
2015-03-26
serial: xuartps: Get rid of register access macros.
Thomas Betker
1
-112
/
+118
2015-03-26
serial: xuartps: Fix iobase use.
Thomas Betker
1
-1
/
+0
2015-03-26
serial: xuartps: Fix cdns_uart_port[] definition.
Thomas Betker
1
-1
/
+1
2015-03-26
serial: xuartps: Fix register space size.
Thomas Betker
1
-1
/
+1
2015-03-26
serial: of: set port iomem size from devicetree
Mans Rullgard
1
-0
/
+1
2015-03-26
serial: 8250: allow specifying iomem size in addition to address
Mans Rullgard
1
-0
/
+4
2015-03-26
serial: 8250_dw: add support for AMD SOC Carrizo
Ken Xue
1
-0
/
+1
2015-03-26
tty: constify of_device_id array
Fabian Frederick
14
-15
/
+15
2015-03-26
tty/hvc_opal: constify of_device_id array
Fabian Frederick
1
-1
/
+1
2015-03-26
serial: sh-sci: Update calculation of timeout for DMA
Nobuhiro Iwamatsu
1
-9
/
+31
2015-03-26
serial: sh-sci: Add overrun handling of SCIFA and SCIFB
Nobuhiro Iwamatsu
1
-12
/
+36
2015-03-26
sc16is7xx: enable the clock
Jakub Kicinski
1
-0
/
+1
2015-03-26
sc16is7xx: don't wipe out port configuration on shutdown
Jakub Kicinski
1
-3
/
+5
2015-03-26
sc16is7xx: remove ports on probe error path
Jakub Kicinski
1
-0
/
+3
2015-03-26
tty/serial: omap: fix !wakeirq message
Doug Kehn
1
-5
/
+5
2015-03-26
tty: serial: Remove orphaned serial driver
Stephen Boyd
3
-1887
/
+0
2015-03-26
tty: serial: msm_serial: Remove dead code
Stephen Boyd
2
-10
/
+1
2015-03-26
serial: 8250_pci: remove non-used var for F81504
Peter Hung
1
-9
/
+2
2015-03-26
serial: 8250: remove the redundant include
Wang Long
6
-6
/
+0
2015-03-26
serial: 8250: Check UART_SCR is writable
Peter Hurley
1
-1
/
+2
2015-03-26
serial: 8250: Validate reg addr for Au1x00/RT288x i/o accessors
Peter Hurley
1
-18
/
+30
2015-03-26
serial: 8250: Declare base port operations const
Peter Hurley
1
-1
/
+1
2015-03-26
serial: 8250: Decouple RSA probe
Peter Hurley
2
-39
/
+76
2015-03-26
serial: 8250: Only get RSA resource when required
Peter Hurley
1
-14
/
+18
2015-03-26
serial: 8250: Get RSA resource iff CONFIG_SERIAL_8250_RSA
Peter Hurley
1
-0
/
+10
2015-03-26
serial: 8250: Initialize default dma handlers when setting defaults
Peter Hurley
1
-7
/
+9
2015-03-26
serial: 8250: Initialize fixed type fields when setting defaults
Peter Hurley
1
-16
/
+12
2015-03-26
serial: 8250: Encapsulate port i/o method init
Peter Hurley
1
-4
/
+13
2015-03-26
serial: 8250: Separate port initialization
Peter Hurley
1
-4
/
+11
2015-03-26
serial: 8250: Separate legacy irq handling from core port operations
Peter Hurley
1
-30
/
+53
2015-03-26
serial: 8250: Separate 8250 console interface
Peter Hurley
1
-24
/
+41
2015-03-26
serial: 8250_early: Remove setup_early_serial8250_console()
Peter Hurley
1
-5
/
+0
2015-03-26
serial: earlycon: Enable earlycon without command line param
Peter Hurley
2
-25
/
+74
2015-03-26
serial: earlycon: Refactor earlycon registration
Peter Hurley
1
-17
/
+25
2015-03-26
serial: earlycon: Skip parse_options() if empty string
Peter Hurley
1
-4
/
+7
2015-03-26
serial: earlycon: Ignore parse_options() error code
Peter Hurley
1
-2
/
+1
2015-03-26
serial: 8250_early: Fix setup() error code
Peter Hurley
1
-1
/
+1
2015-03-26
serial: 8250_early: Assume uart already initialized if no baud option
Peter Hurley
1
-2
/
+8
2015-03-26
serial: earlycon: Move ->uartclk initialize
Peter Hurley
1
-2
/
+1
2015-03-26
serial: 8250_early: Remove early_device variable
Peter Hurley
1
-4
/
+2
2015-03-26
serial: core: Fix kernel doc for uart_console_write()
Peter Hurley
1
-1
/
+1
2015-03-26
console: Add extensible console matching
Peter Hurley
2
-39
/
+48
2015-03-26
serial: 8250: Decouple core from skip_txen_test module param
Peter Hurley
1
-1
/
+9
2015-03-26
serial: 8250: Move ns16550a_goto_hispeed() to local header
Peter Hurley
2
-18
/
+17
2015-03-26
serial: 8250: Simplify capabilities reset at port unregister
Peter Hurley
1
-1
/
+1
2015-03-26
serial: 8250: Remove duplicate ->handle_irq initialization
Peter Hurley
1
-2
/
+0
[prev]
[next]