index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-12
serial: sirf: Staticize local symbols
Jingoo Han
1
-2
/
+2
2013-08-12
serial: sirf: make the driver also support USP-based UART
Qipan Li
2
-298
/
+655
2013-08-12
serial: sirf: add support for Marco chip
Barry Song
2
-14
/
+65
2013-08-12
serial: i.MX: evaluate linux,stdout-path property
Sascha Hauer
1
-0
/
+3
2013-08-12
tty: ar933x_uart: convert to use devm_* functions
Gabor Juhos
1
-18
/
+8
2013-08-12
serial: pxa: Staticize local symbols
Jingoo Han
1
-3
/
+3
2013-08-12
tty: serial: pxa: remove old cruft
Daniel Mack
1
-25
/
+0
2013-08-05
serial: mxs: remove the MXS_AUART_DMA_CONFIG
Huang Shijie
1
-4
/
+1
2013-08-05
serial: mxs: enable the DMA only when the RTS/CTS is valid
Huang Shijie
1
-1
/
+6
2013-08-05
Merge 3.11-rc4 into tty-next
Greg Kroah-Hartman
3
-19
/
+24
2013-08-03
serial: st-asc: Fix unused variable warning for non DT.
Srinivas Kandagatla
1
-0
/
+2
2013-08-02
Revert "serial: sccnxp: Add DT support"
Greg Kroah-Hartman
1
-37
/
+9
2013-08-02
serial: sh-sci: use dev_get_platdata()
Jingoo Han
1
-1
/
+1
2013-08-02
serial/arc-uart: Remove the goto/label
Vineet Gupta
1
-5
/
+2
2013-08-02
serial/arc-uart: Handle Rx Error Interrupts w/o any data
Vineet Gupta
1
-10
/
+16
2013-07-31
serial: sccnxp: Add DT support
Alexander Shiyan
1
-9
/
+37
2013-07-31
serial: sccnxp: Using structure for each supported IC instead of switch in probe
Alexander Shiyan
1
-148
/
+124
2013-07-31
serial: sccnxp: Using CLK API for getting UART clock
Alexander Shiyan
1
-14
/
+22
2013-07-31
serial: sccnxp: Disable regulator on error
Alexander Shiyan
1
-22
/
+18
2013-07-31
serial/efm32-uart: don't slur over failure in probe_dt
Uwe Kleine-König
1
-1
/
+3
2013-07-31
serial/efm32-uart: don't use pdev->id to determine the port's line
Uwe Kleine-König
1
-7
/
+10
2013-07-31
serial: use dev_get_platdata()
Jingoo Han
22
-46
/
+50
2013-07-31
parisc: Fix interrupt routing for C8000 serial ports
Thomas Bogendoerfer
1
-2
/
+1
2013-07-29
serial: pch_uart: Fix signed-ness and casting of uartclk related fields
Darren Hart
1
-7
/
+6
2013-07-29
serial: at91: make UART support dma and pdc transfers
Elen Song
1
-6
/
+42
2013-07-29
serial: at91: distinguish usart and uart
Elen Song
1
-0
/
+37
2013-07-29
serial: at91: support run time switch transfer mode
Elen Song
1
-59
/
+80
2013-07-29
serial: at91: add rx dma support
Elen Song
1
-4
/
+220
2013-07-29
serial: at91: add tx dma support
Elen Song
1
-4
/
+206
2013-07-29
serial: at91: use function pointer to choose pdc or pio
Elen Song
1
-73
/
+130
2013-07-29
serial: at91: correct definition from DMA to PDC
Elen Song
1
-35
/
+36
2013-07-29
serial: pch_uart: Remove __initdata annotation from dmi_table
Darren Hart
1
-1
/
+1
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
2
-2
/
+3
2013-07-26
serial: arc_uart: Fix module alias
Axel Lin
1
-1
/
+1
2013-07-26
serial/mxs-auart: increase time to wait for transmitter to become idle
Uwe Kleine-König
1
-8
/
+13
2013-07-26
serial/mxs-auart: fix race condition in interrupt handler
Uwe Kleine-König
1
-8
/
+9
2013-07-26
serial8250-em: Convert to devm_* managed helpers
Laurent Pinchart
1
-19
/
+8
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
[prev]
[next]