index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
serial: samsung: use port->fifosize instead of hardcoded values
Robert Baldyga
2014-11-26
1
-2
/
+2
*
serial: samsung: prefer to use fifosize from driver data
Robert Baldyga
2014-11-26
1
-5
/
+4
*
serial: samsung: fix style problems
Robert Baldyga
2014-11-26
1
-18
/
+28
*
serial: samsung: wait for transfer completion before clock disable
Robert Baldyga
2014-11-26
1
-0
/
+4
*
serial: icom: fix error return code
Julia Lawall
2014-11-26
1
-1
/
+3
*
serial: tegra: clean up tty-flag assignments
Johan Hovold
2014-11-26
1
-3
/
+3
*
serial: Fix io address assign flow with Fintek PCI-to-UART Product
Peter Hung
2014-11-26
1
-15
/
+46
*
serial: mxs-auart: fix tx_empty against shift register
Janusz Uzycki
2014-11-26
1
-3
/
+4
*
serial: mxs-auart: fix gpio change detection on interrupt
Janusz Uzycki
2014-11-26
1
-1
/
+2
*
serial: mxs-auart: Fix mxs_auart_set_ldisc()
Fabio Estevam
2014-11-26
1
-2
/
+3
*
serial: 8250_dw: Use 64-bit access for OCTEON.
David Daney
2014-11-26
1
-14
/
+41
*
serial: imx: Fix warning when building 'allmodconfig'
Fabio Estevam
2014-11-26
1
-1
/
+1
*
tty: serial: omap_serial: line is unsigned, don't check < 0
Sebastian Andrzej Siewior
2014-11-26
1
-5
/
+5
*
tty: serial: 8250: omap: line is unsigned, don't check < 0
Sebastian Andrzej Siewior
2014-11-26
1
-7
/
+8
*
tty: serial: men_z135_uart: Add terminating entry for men_z135_ids
Axel Lin
2014-11-26
1
-0
/
+1
*
serial: sirf: add a new uart type support
Qipan Li
2014-11-26
2
-7
/
+31
*
tty: pr_warning->pr_warn and logging neatening
Joe Perches
2014-11-26
7
-32
/
+30
*
serial: jsm: Fix unnecessary space before function ptr arguments
Konrad Zapalowicz
2014-11-26
1
-15
/
+15
*
serial: jsm: Replace magic value with the proper define
Konrad Zapalowicz
2014-11-26
1
-1
/
+1
*
serial: jsm: Fix the alignment of the switch satement
Konrad Zapalowicz
2014-11-26
1
-12
/
+12
*
serial: jsm: Remove unnecessary if statement
Konrad Zapalowicz
2014-11-26
2
-6
/
+0
*
serial: jsm: Remove unnecessary parameter from clear_break()
Konrad Zapalowicz
2014-11-26
4
-4
/
+4
*
serial: sh-sci: Change checking for error rate of HSCIF
Nobuhiro Iwamatsu
2014-11-26
1
-4
/
+1
*
tty: serial: msm_serial: Don't require DT aliases
Stephen Boyd
2014-11-24
1
-3
/
+3
*
vt: Fix build breakage when !CONFIG_VT_CONSOLE
Peter Hurley
2014-11-22
1
-2
/
+2
*
Revert "serial: of-serial: fetch line number from DT"
Greg Kroah-Hartman
2014-11-11
1
-4
/
+0
*
Merge 3.18-rc4 into tty-next.
Greg Kroah-Hartman
2014-11-10
3
-3
/
+15
|
\
|
*
tty: Fix pty master poll() after slave closes v2
Francesco Ruggeri
2014-11-06
1
-2
/
+7
|
*
serial: of-serial: fix uninitialized kmalloc variable
Jingchang Lu
2014-11-06
1
-1
/
+1
|
*
tty/vt: don't set font mappings on vc not supporting this
Imre Deak
2014-11-06
1
-0
/
+7
|
*
tty: serial: 8250_mtk: Fix quot calculation
Matthias Brugger
2014-11-06
1
-1
/
+1
*
|
serial: pl011: Add device tree support for RX DMA polling
Andrew Jackson
2014-11-07
1
-3
/
+19
*
|
serial: pl011: Don't enable RX DMA if residue processing not supported
Andrew Jackson
2014-11-07
1
-0
/
+15
*
|
serial: pl011: Set length of DMA transfer
Andrew Jackson
2014-11-07
1
-0
/
+1
*
|
serial: pl011: Avoid assumptions about buffer size when refilling TX DMA
Andrew Jackson
2014-11-07
1
-1
/
+5
*
|
serial: pl011: Allocate TX DMA buffer from DMA capable memory
Andrew Jackson
2014-11-07
1
-1
/
+1
*
|
serial: fsl_lpuart: Remove unneeded registration message
Fabio Estevam
2014-11-07
1
-4
/
+1
*
|
serial: fsl_lpuart: Remove unneeded check for 'res'
Fabio Estevam
2014-11-07
1
-4
/
+2
*
|
drivers: serial: jsm: Remove FSF address from the file documentation/header
Konrad Zapalowicz
2014-11-07
5
-25
/
+0
*
|
drivers: serial: jsm: Enable support for Digi Classic adapters
Konrad Zapalowicz
2014-11-07
4
-33
/
+128
*
|
drivers: serial: jsm: Add the Classic board implementation
Konrad Zapalowicz
2014-11-07
3
-2
/
+993
*
|
serial: 8250_core: actually limit char reads to max_count
Frans Klaver
2014-11-07
1
-1
/
+1
*
|
tty: warn on deprecated serial flags
Jiri Slaby
2014-11-07
1
-0
/
+21
*
|
drivers: serial: jsm: Add Classic board UART structure
Konrad Zapalowicz
2014-11-07
1
-1
/
+58
*
|
serial: MIPS: lantiq: use devm_iounmap instead of iounmap
Sudip Mukherjee
2014-11-07
1
-1
/
+3
*
|
serial: 8250_dma: no need to set tx_err twice
Andy Shevchenko
2014-11-07
1
-2
/
+0
*
|
serial: 8250_dma: call serial8250_tx_dma unconditionally
Andy Shevchenko
2014-11-07
1
-9
/
+6
*
|
tty/serial_core: Introduce lock mechanism for RS485
Ricardo Ribalda Delgado
2014-11-07
4
-14
/
+17
*
|
serial_core: Remove call to driver-specific TIO[GS]RS485]
Ricardo Ribalda Delgado
2014-11-07
1
-12
/
+5
*
|
drivers/max310: Use the rs485 functions on serial_core
Ricardo Ribalda Delgado
2014-11-07
1
-43
/
+27
[next]