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
2013-07-29
serial: max310x: Fix dev_pm_ops
Alexander Shiyan
1
-5
/
+4
2013-07-29
Merge 3.11-rc3 into tty-next
Greg Kroah-Hartman
3
-3
/
+4
2013-07-26
serial8250-em: Convert to devm_* managed helpers
Laurent Pinchart
1
-19
/
+8
2013-07-26
tty: Remove dead code
Andreas Platschek
1
-20
/
+1
2013-07-26
msm_serial: Send more than 1 character at a time on UARTDM
Stephen Boyd
1
-19
/
+32
2013-07-26
msm_serial: Make baud_code detection more dynamic
Stephen Boyd
2
-68
/
+48
2013-07-26
msm_serial: Fix sparse warnings
Stephen Boyd
1
-10
/
+7
2013-07-26
msm_serial: Fix NUL byte output on UARTDM
Stephen Boyd
2
-5
/
+10
2013-07-26
serial: 8250_pci: use local device ID for ADDI-DATA APCI-7800
Ian Abbott
1
-2
/
+3
2013-07-26
serial: 8250_pci: replace PCI_VENDOR_ID_ADDIDATA_OLD
Ian Abbott
1
-2
/
+2
2013-07-26
serial:st-asc: Add ST ASC driver.
Srinivas Kandagatla
3
-0
/
+954
2013-07-26
serial/efm32-uart: make of_device_id array const
Uwe Kleine-König
1
-1
/
+1
2013-07-26
serial/efm32-uart: use COMPILE_TEST symbol to extend compile test coverage
Uwe Kleine-König
1
-2
/
+2
2013-07-26
msm_serial: add missing iounmap() on error in msm_request_port()
Wei Yongjun
1
-1
/
+3
2013-07-26
serial: bfin_uart: Remove redundant testing for ifdef CONFIG_SERIAL_BFIN_MODULE
Axel Lin
1
-4
/
+0
2013-07-26
pch_uart: Use DMI interface for board detection
Darren Hart
1
-22
/
+49
2013-07-26
serial: report base_baud after initialization
Kees Cook
1
-2
/
+2
2013-07-26
serial: omap: enable PM runtime only when its fully configured
Grygorii Strashko
1
-1
/
+2
2013-07-26
serial: fsl_lpuart: Return proper error on lpuart_serial_init error path
Axel Lin
1
-1
/
+1
2013-07-26
serial: fsl_lpuart: restore UARTCR2 after watermark setup is done
Shawn Guo
1
-0
/
+5
2013-07-26
serial: omap: Fix IRQ handling return value
Ruchika Kharwar
1
-3
/
+1
2013-07-26
serial: omap: Initialize platform_data
Vikram Pandita
1
-1
/
+3
2013-07-26
OMAP: UART: Fix the revision register read.
Ruchika Kharwar
1
-1
/
+1
2013-07-26
OMAP: UART: Keep the TX fifo full when possible
Dmitry Fink
1
-1
/
+2
2013-07-26
OMAP2+: UART: enable tx wakeup bit for wer reg
Govindraj.R
1
-1
/
+15
2013-07-26
8250_pci: improve code comments and Kconfig help
Stefan Seyfried
2
-0
/
+8
2013-07-26
serial: max310x: Add MAX14830 support
Alexander Shiyan
2
-2
/
+45
2013-07-26
serial: max310x: Add MAX3109 support
Alexander Shiyan
2
-5
/
+32
2013-07-26
serial: max310x: Driver rework
Alexander Shiyan
2
-469
/
+453
2013-07-26
serial: imx: add DMA support for imx6q
Huang Shijie
1
-5
/
+400
2013-07-26
serial/imx: fix custom-baudrate handling
Hubert Feurstein
1
-0
/
+5
2013-07-26
serial: imx: distinguish the imx6q uart from the others
Huang Shijie
1
-2
/
+15
2013-07-26
serial: imx: remove the uart_console() check
Huang Shijie
1
-26
/
+43
2013-07-26
serial: remove unnecessary platform_set_drvdata()
Jingoo Han
14
-31
/
+3
2013-07-24
serial: tegra: correct help message in Kconfig from 'ttyHS' to 'ttyTHS'
Richard Zhao
1
-1
/
+1
2013-07-24
tty/8250_early: Don't truncate last character of options
Henrik Nordström
1
-1
/
+2
2013-07-24
TTY: snyclinkmp: calculating wrong addresses
Dan Carpenter
1
-1
/
+1
2013-07-24
tty/hvc_iucv: Disconnect IUCV connection when lowering DTR
Hendrik Brueckner
1
-13
/
+51
2013-07-24
tty/hvc_console: Add DTR/RTS callback to handle HUPCL control
Hendrik Brueckner
2
-1
/
+13
2013-07-24
drivers/tty/serial: don't use devm_pinctrl_get_select_default() in probe
Wolfram Sang
4
-34
/
+0
2013-07-24
Drivers: tty: n_gsm.c: fixed 7 errors & 6 warnings that checkpatch complained
Aldo Iljazi
1
-13
/
+16
2013-07-24
tty: Fix lock order in tty_do_resize()
Peter Hurley
2
-7
/
+8
2013-07-24
tty: Remove extra wakeup from pty write() path
Peter Hurley
1
-3
/
+1
2013-07-24
n_tty: Factor LNEXT processing from per-char i/o path
Peter Hurley
1
-72
/
+94
2013-07-24
n_tty: Un-inline single-use functions
Peter Hurley
1
-6
/
+5
2013-07-24
n_tty: Remove overflow tests from receive_buf() path
Peter Hurley
1
-48
/
+37
2013-07-24
n_tty: Factor PARMRK from normal per-char i/o
Peter Hurley
1
-2
/
+43
2013-07-24
n_tty: Factor ISTRIP and IUCLC receive_buf into separate fn
Peter Hurley
1
-12
/
+32
2013-07-24
n_tty: Split n_tty_receive_char()
Peter Hurley
1
-47
/
+56
2013-07-24
n_tty: Eliminate char tests from IXANY restart test
Peter Hurley
1
-7
/
+12
[next]