index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
OMAP: add RS485 support
Mark Jackson
2013-08-14
1
-0
/
+179
*
|
|
tty: ar933x_uart: simplify use of devm_ioremap_resource
Julia Lawall
2013-08-14
1
-6
/
+1
*
|
|
serial: amba-pl011: Use __releases/__acquires annotations
Fabio Estevam
2013-08-12
1
-0
/
+4
*
|
|
serial: MIPS: lantiq: fix clock error check
John Crispin
2013-08-12
1
-2
/
+2
*
|
|
serial: MIPS: lantiq: add clk_enable() call to driver
Thomas Langer
2013-08-12
1
-0
/
+3
*
|
|
serial: bfin_uart: Fix incorrect placement of __initdata
Sachin Kamat
2013-08-12
1
-3
/
+3
*
|
|
serial: bfin_sport_uart: Fix incorrect placement of __initdata
Sachin Kamat
2013-08-12
1
-1
/
+1
*
|
|
serial: tegra: use NULL instead of 0
Jingoo Han
2013-08-12
1
-3
/
+3
*
|
|
serial: msm_serial: fix comparison of different types
Jingoo Han
2013-08-12
1
-1
/
+2
*
|
|
serial: ioc4_serial: Staticize ioc4_serial_attach_one()
Jingoo Han
2013-08-12
1
-2
/
+2
*
|
|
serial: icom: fix casting warning
Jingoo Han
2013-08-12
1
-6
/
+5
*
|
|
serial: timbuart: Staticize local symbols
Jingoo Han
2013-08-12
1
-2
/
+2
*
|
|
serial: mrst_max3110: fix casting warning
Jingoo Han
2013-08-12
1
-2
/
+2
*
|
|
serial: 8250_early: fix comparison of different types
Jingoo Han
2013-08-12
1
-1
/
+1
*
|
|
serial: samsung: fix casting warning
Jingoo Han
2013-08-12
1
-1
/
+2
*
|
|
serial: sirf: Staticize local symbols
Jingoo Han
2013-08-12
1
-2
/
+2
*
|
|
serial: sirf: make the driver also support USP-based UART
Qipan Li
2013-08-12
2
-298
/
+655
*
|
|
serial: sirf: add support for Marco chip
Barry Song
2013-08-12
2
-14
/
+65
*
|
|
serial: i.MX: evaluate linux,stdout-path property
Sascha Hauer
2013-08-12
1
-0
/
+3
*
|
|
tty: ar933x_uart: convert to use devm_* functions
Gabor Juhos
2013-08-12
1
-18
/
+8
*
|
|
serial: pxa: Staticize local symbols
Jingoo Han
2013-08-12
1
-3
/
+3
*
|
|
tty: serial: pxa: remove old cruft
Daniel Mack
2013-08-12
1
-25
/
+0
*
|
|
serial: mxs: remove the MXS_AUART_DMA_CONFIG
Huang Shijie
2013-08-05
1
-4
/
+1
*
|
|
serial: mxs: enable the DMA only when the RTS/CTS is valid
Huang Shijie
2013-08-05
1
-1
/
+6
*
|
|
Merge 3.11-rc4 into tty-next
Greg Kroah-Hartman
2013-08-05
3
-19
/
+24
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
parisc: Fix interrupt routing for C8000 serial ports
Thomas Bogendoerfer
2013-07-31
1
-2
/
+1
|
*
|
serial: arc_uart: Fix module alias
Axel Lin
2013-07-26
1
-1
/
+1
|
*
|
serial/mxs-auart: increase time to wait for transmitter to become idle
Uwe Kleine-König
2013-07-26
1
-8
/
+13
|
*
|
serial/mxs-auart: fix race condition in interrupt handler
Uwe Kleine-König
2013-07-26
1
-8
/
+9
*
|
|
serial: st-asc: Fix unused variable warning for non DT.
Srinivas Kandagatla
2013-08-03
1
-0
/
+2
*
|
|
Revert "serial: sccnxp: Add DT support"
Greg Kroah-Hartman
2013-08-02
1
-37
/
+9
*
|
|
serial: sh-sci: use dev_get_platdata()
Jingoo Han
2013-08-02
1
-1
/
+1
*
|
|
serial/arc-uart: Remove the goto/label
Vineet Gupta
2013-08-02
1
-5
/
+2
*
|
|
serial/arc-uart: Handle Rx Error Interrupts w/o any data
Vineet Gupta
2013-08-02
1
-10
/
+16
*
|
|
serial: sccnxp: Add DT support
Alexander Shiyan
2013-07-31
1
-9
/
+37
*
|
|
serial: sccnxp: Using structure for each supported IC instead of switch in probe
Alexander Shiyan
2013-07-31
1
-148
/
+124
*
|
|
serial: sccnxp: Using CLK API for getting UART clock
Alexander Shiyan
2013-07-31
1
-14
/
+22
*
|
|
serial: sccnxp: Disable regulator on error
Alexander Shiyan
2013-07-31
1
-22
/
+18
*
|
|
serial/efm32-uart: don't slur over failure in probe_dt
Uwe Kleine-König
2013-07-31
1
-1
/
+3
*
|
|
serial/efm32-uart: don't use pdev->id to determine the port's line
Uwe Kleine-König
2013-07-31
1
-7
/
+10
*
|
|
serial: use dev_get_platdata()
Jingoo Han
2013-07-31
22
-46
/
+50
*
|
|
serial: pch_uart: Fix signed-ness and casting of uartclk related fields
Darren Hart
2013-07-29
1
-7
/
+6
*
|
|
serial: at91: make UART support dma and pdc transfers
Elen Song
2013-07-29
1
-6
/
+42
*
|
|
serial: at91: distinguish usart and uart
Elen Song
2013-07-29
1
-0
/
+37
*
|
|
serial: at91: support run time switch transfer mode
Elen Song
2013-07-29
1
-59
/
+80
*
|
|
serial: at91: add rx dma support
Elen Song
2013-07-29
1
-4
/
+220
*
|
|
serial: at91: add tx dma support
Elen Song
2013-07-29
1
-4
/
+206
*
|
|
serial: at91: use function pointer to choose pdc or pio
Elen Song
2013-07-29
1
-73
/
+130
*
|
|
serial: at91: correct definition from DMA to PDC
Elen Song
2013-07-29
1
-35
/
+36
*
|
|
serial: pch_uart: Remove __initdata annotation from dmi_table
Darren Hart
2013-07-29
1
-1
/
+1
[prev]
[next]