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
2014-04-24
tty: serial: omap: remove some dead code
Felipe Balbi
1
-39
/
+0
2014-04-24
tty: serial: omap: switch over to devm_ioremap_resource
Felipe Balbi
1
-23
/
+9
2014-04-24
tty: serial: omap: switch over to platform_get_resource
Felipe Balbi
1
-7
/
+3
2014-04-24
tty: serial: omap: cleanup variable declarations
Felipe Balbi
1
-3
/
+6
2014-04-24
tty: serial: omap: switch over to devm_request_gpio
Felipe Balbi
1
-2
/
+3
2014-04-24
tty: serial: add missing braces
Felipe Balbi
1
-1
/
+4
2014-04-24
Revert "serial: omap: unlock the port lock"
Felipe Balbi
1
-4
/
+1
2014-04-24
serial_core: Commonalize crlf when working w/ a non open console port
Doug Anderson
5
-20
/
+3
2014-04-24
tty: serial: replace del_timer by del_timer_sync
Julia Lawall
1
-1
/
+1
2014-04-24
serial: mux: Align SUPPORT_SYSRQ behaviour with other drivers.
Daniel Thompson
1
-1
/
+1
2014-04-24
serial: sh-sci: Add device tree support for r8a7779
Simon Horman
1
-1
/
+9
2014-04-24
8250_dw: Support all baudrates on baytrail
Loic Poulain
1
-4
/
+77
2014-04-24
pch_uart: Add uart device to irq name
Alexander Stein
1
-1
/
+7
2014-04-24
serial_core: fix uart PORT_UNKNOWN handling
Thomas Pfaff
1
-18
/
+21
2014-04-24
serial: samsung: Change barrier() to cpu_relax() in console output
Doug Anderson
1
-1
/
+1
2014-04-24
serial: samsung: don't check config for every character
Doug Anderson
1
-5
/
+6
2014-04-24
serial: samsung: Use the passed in "port", fixing kgdb w/ no console
Doug Anderson
1
-6
/
+6
2014-04-24
serial: 8250: Fix thread unsafe __dma_tx_complete function
Loic Poulain
1
-2
/
+7
2014-04-24
8250_core: Fix unwanted TX chars write
Loic Poulain
1
-1
/
+1
2014-04-18
arch: Mass conversion of smp_mb__*()
Peter Zijlstra
1
-2
/
+2
2014-04-17
Revert "serial: 8250, disable "too much work" messages"
Greg Kroah-Hartman
1
-1
/
+2
2014-04-16
serial: amba-pl011: fix regression, causing an Oops on rmmod
Guennadi Liakhovetski
1
-1
/
+5
2014-04-16
serial: 8250, disable "too much work" messages
Jiri Slaby
1
-2
/
+1
2014-04-16
serial: omap: Fix missing pm_runtime_resume handling by simplifying code
Tony Lindgren
1
-12
/
+17
2014-04-16
serial_core: Fix pm imbalance on unbind
Geert Uytterhoeven
1
-0
/
+2
2014-04-16
serial: pl011: change Rx burst size to half of trigger level
Guennadi Liakhovetski
1
-1
/
+1
2014-04-16
serial: timberdale: Depend on X86_32
Jean Delvare
1
-0
/
+1
2014-04-16
serial: st-asc: Fix SysRq char handling
Daniel Thompson
1
-2
/
+2
2014-04-16
Revert "serial: clps711x: Give a chance to perform useful tasks during wait l...
Alexander Shiyan
1
-14
/
+6
2014-04-16
serial_core: Fix conditional start_tx on ring buffer not empty
Seth Bollinger
1
-2
/
+1
2014-04-16
serial: efm32: use $vendor,$device scheme for compatible string
Uwe Kleine-König
1
-0
/
+3
2014-04-16
serial: omap: free the wakeup settings in remove
Sanjay Singh Rawat
1
-0
/
+1
2014-04-05
Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
1
-1
/
+1
2014-04-05
Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
1
-18
/
+31
2014-04-01
Merge tag 'tty-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
21
-661
/
+1045
2014-04-01
Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+1
2014-03-19
cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE}
Viresh Kumar
1
-2
/
+1
2014-03-17
tty/serial: omap: empty the RX FIFO at the end of half-duplex TX
Dimitris Lampridis
1
-0
/
+6
2014-03-17
tty/serial: omap: fix RX interrupt enable/disable in half-duplex TX
Dimitris Lampridis
1
-2
/
+3
2014-03-17
serial: sh-sci: Neaten dev_<level> uses
Joe Perches
1
-20
/
+18
2014-03-17
serial: sh-sci: Replace hardcoded 3 by UART_PM_STATE_OFF
Geert Uytterhoeven
1
-1
/
+1
2014-03-17
serial: sh-sci: Add more register documentation
Geert Uytterhoeven
1
-13
/
+15
2014-03-17
serial: sh-sci: Remove useless casts
Geert Uytterhoeven
1
-4
/
+4
2014-03-17
serial: sh-sci: Replace printk() by pr_*()
Geert Uytterhoeven
1
-4
/
+3
2014-03-17
serial_core: Avoid NULL pointer dereference in uart_close()
Geert Uytterhoeven
1
-2
/
+2
2014-03-17
serial_core: Get a reference for port->tty in uart_remove_one_port()
Geert Uytterhoeven
1
-1
/
+5
2014-03-17
serial: clps711x: Give a chance to perform useful tasks during wait loop
Alexander Shiyan
1
-6
/
+15
2014-03-17
serial_core: Grammar s/ports/port's/
Geert Uytterhoeven
1
-1
/
+1
2014-03-17
serial_core: Spelling s/contro/control/
Geert Uytterhoeven
1
-1
/
+1
2014-03-17
serial: efm32: properly namespace location property
Uwe Kleine-König
1
-1
/
+4
[prev]
[next]