index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
omap-serial.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
omap-serial: Fix the error handling in the omap_serial probe
Shubhrajyoti D
2012-04-09
1
-23
/
+20
*
tty: serial: OMAP: Fix oops due to NULL pdata in DT boot
Cousson, Benoit
2012-03-08
1
-3
/
+3
*
tty: serial: omap-serial: wakeup latency constraint is in microseconds, not m...
Paul Walmsley
2012-02-09
1
-2
/
+1
*
tty: serial: OMAP: block idle while the UART is transferring data in PIO mode
Paul Walmsley
2012-02-09
1
-0
/
+7
*
tty: serial: OMAP: use a 1-byte RX FIFO threshold in PIO mode
Paul Walmsley
2012-02-09
1
-3
/
+17
*
Revert "tty: serial: OMAP: ensure FIFO levels are set correctly in non-DMA mode"
Greg Kroah-Hartman
2012-01-26
1
-31
/
+4
*
Revert "tty: serial: OMAP: transmit FIFO threshold interrupts don't wake the ...
Greg Kroah-Hartman
2012-01-26
1
-50
/
+1
*
tty: serial: OMAP: transmit FIFO threshold interrupts don't wake the chip
Paul Walmsley
2012-01-24
1
-1
/
+50
*
tty: serial: OMAP: ensure FIFO levels are set correctly in non-DMA mode
Paul Walmsley
2012-01-24
1
-4
/
+31
*
omap-serial: make serial_omap_restore_context depend on CONFIG_PM_RUNTIME
Shubhrajyoti D
2012-01-24
1
-1
/
+1
*
omap-serial :Make the suspend/resume functions depend on CONFIG_PM_SLEEP.
Shubhrajyoti D
2012-01-24
1
-1
/
+1
*
Merge tag 'pm' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
2012-01-09
1
-61
/
+367
|
\
|
*
omap-serial: Add minimal device tree support
Rajendra Nayak
2011-12-16
1
-3
/
+42
|
*
omap-serial: Use default clock speed (48Mhz) if not specified
Rajendra Nayak
2011-12-16
1
-0
/
+7
|
*
omap-serial: Get rid of all pdev->id usage
Rajendra Nayak
2011-12-16
1
-15
/
+15
|
*
ARM: OMAP2+: UART: Fix compilation/sparse warnings
Govindraj.R
2011-12-14
1
-3
/
+4
|
*
ARM: OMAP2+: UART: Remove omap_uart_can_sleep and add pm_qos
Govindraj.R
2011-12-14
1
-1
/
+35
|
*
ARM: OMAP2+: UART: Make the RX_TIMEOUT for DMA configurable for each UART
Jon Hunter
2011-12-14
1
-7
/
+8
|
*
ARM: OMAP2+: UART: Allow UART parameters to be configured from board file.
Deepak K
2011-12-14
1
-5
/
+3
|
*
ARM: OMAP2+: UART: Add wakeup mechanism for omap-uarts
Govindraj.R
2011-12-14
1
-0
/
+15
|
*
ARM: OMAP2+: UART: Move errata handling from serial.c to omap-serial
Govindraj.R
2011-12-14
1
-4
/
+64
|
*
ARM: OMAP2+: UART: Get context loss count to context restore
Govindraj.R
2011-12-14
1
-2
/
+18
|
*
ARM: OMAP2+: UART: Remove uart reset function.
Govindraj.R
2011-12-14
1
-0
/
+1
|
*
ARM: OMAP2+: UART: Ensure all reg values configured are available from port s...
Govindraj.R
2011-12-14
1
-17
/
+26
|
*
ARM: OMAP2+: UART: Remove context_save and move context restore to driver
Govindraj.R
2011-12-14
1
-0
/
+24
|
*
ARM: OMAP2+: UART: Add runtime pm support for omap-serial driver
Govindraj.R
2011-12-14
1
-13
/
+109
|
*
ARM: OMAP2+: UART: Remove mapbase/membase fields from pdata.
Govindraj.R
2011-12-14
1
-2
/
+8
|
*
ARM: OMAP2+: UART: Cleanup part of clock gating mechanism for uart
Govindraj.R
2011-12-14
1
-1
/
+0
*
|
OMAP: UART: fix the return type of check_modem_status
Shubhrajyoti D
2011-11-26
1
-1
/
+1
|
/
*
omap-serial: Allow IXON and IXOFF to be disabled.
Nick Pelly
2011-08-23
1
-2
/
+1
*
treewide: Convert uses of struct resource to resource_size(ptr)
Joe Perches
2011-06-10
1
-3
/
+3
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-1
/
+1
*
serial: omap-serial: Enable the UART wake-up bits always
Jarkko Nikula
2011-02-03
1
-3
/
+3
*
OMAP: Enable Magic SysRq on serial console ttyOx
Thomas Weber
2011-02-03
1
-1
/
+4
*
tty: move drivers/serial/ to drivers/tty/serial/
Greg Kroah-Hartman
2011-01-13
1
-0
/
+1359