index
:
kernel/linux.git
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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
omap-serial.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-22
tty: remove use of __devinit
Bill Pemberton
1
-3
/
+3
2012-11-22
tty: serial: remove use of __devexit_p
Bill Pemberton
1
-1
/
+1
2012-10-29
Merge 3.7-rc3 into tty-next
Greg Kroah-Hartman
1
-6
/
+6
2012-10-25
serial: omap: Remove the hardcode serial_omap_console_ports array.
Shubhrajyoti D
1
-1
/
+1
2012-10-25
serial: omap: Remove the default setting of special character
Shubhrajyoti D
1
-5
/
+1
2012-10-25
serial: omap: Make context_loss_cnt signed
Shubhrajyoti D
1
-4
/
+8
2012-10-24
Revert "serial: omap: fix software flow control"
Felipe Balbi
1
-6
/
+6
2012-10-02
Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-1
/
+1
2012-09-27
serial: omap: fix the reciever line error case
Shubhrajyoti D
1
-0
/
+4
2012-09-21
serial: omap: Remove unnecessary checks from suspend/resume
Sourav Poddar
1
-14
/
+9
2012-09-11
serial: omap: Request pins using pinctrl framework
Tony Lindgren
1
-0
/
+9
2012-09-11
serial: omap: fix DeviceTree boot
Felipe Balbi
1
-7
/
+13
2012-09-07
serial: omap: fix compile breakage
Felipe Balbi
1
-0
/
+4
2012-09-06
serial: omap: enable RX and TX FIFO usage
Felipe Balbi
1
-3
/
+7
2012-09-06
serial: omap: move uart_omap_port definition to C file
Felipe Balbi
1
-0
/
+38
2012-09-06
serial: omap: remove unnecessary header and add a missing one
Felipe Balbi
1
-1
/
+1
2012-09-06
serial: omap: fix software flow control
Vikram Pandita
1
-6
/
+6
2012-09-06
serial: omap: make sure to put() on poll_get_char
Felipe Balbi
1
-2
/
+7
2012-09-06
serial: omap: implement set_wake
Felipe Balbi
1
-0
/
+10
2012-09-06
serial: omap: unlock the port lock
Ruchika Kharwar
1
-1
/
+4
2012-09-06
serial: omap: drop "inline" from IRQ handler prototype
Felipe Balbi
1
-1
/
+1
2012-09-06
serial: omap: optimization with section annotations
Felipe Balbi
1
-5
/
+5
2012-09-06
serial: omap: fix sequence of pm_runtime_* calls.
Ruchika Kharwar
1
-1
/
+1
2012-09-06
serial: omap: don't save IRQ flags on hardirq
Felipe Balbi
1
-3
/
+2
2012-09-06
serial: omap: make sure to suspend device before remove
Felipe Balbi
1
-0
/
+1
2012-09-06
serial: omap: drop unnecessary check from remove
Felipe Balbi
1
-6
/
+3
2012-09-06
serial: omap: set dev->drvdata before enabling pm_runtime
Felipe Balbi
1
-1
/
+1
2012-09-06
serial: omap: stick to put_autosuspend
Felipe Balbi
1
-11
/
+22
2012-09-06
serial: omap: move THRE check to transmit_chars()
Felipe Balbi
1
-3
/
+5
2012-09-06
serial: omap: refactor receive_chars() into rdi/rlsi handlers
Felipe Balbi
1
-104
/
+101
2012-09-06
serial: omap: simplify IRQ handling
Felipe Balbi
1
-13
/
+38
2012-09-06
serial: omap: drop DMA support
Felipe Balbi
1
-318
/
+12
2012-09-06
serial: omap: don't access the platform_device
Felipe Balbi
1
-62
/
+62
2012-09-06
serial: omap: define helpers for pdata function pointers
Felipe Balbi
1
-19
/
+47
2012-09-06
serial: omap: define and use to_uart_omap_port()
Felipe Balbi
1
-18
/
+18
2012-08-21
workqueue: deprecate flush[_delayed]_work_sync()
Tejun Heo
1
-1
/
+1
2012-08-16
OMAP/serial: Add support for driving a GPIO as DTR.
NeilBrown
1
-1
/
+34
2012-04-19
Merge 3.4-rc3 into tty-next
Greg Kroah-Hartman
1
-23
/
+20
2012-04-19
OMAP2+: UART: Remove cpu checks for populating errata flags
Govindraj.R
1
-1
/
+73
2012-04-09
omap-serial: Fix the error handling in the omap_serial probe
Shubhrajyoti D
1
-23
/
+20
2012-03-08
tty: serial: OMAP: Fix oops due to NULL pdata in DT boot
Cousson, Benoit
1
-3
/
+3
2012-02-09
tty: serial: omap-serial: wakeup latency constraint is in microseconds, not m...
Paul Walmsley
1
-2
/
+1
2012-02-09
tty: serial: OMAP: block idle while the UART is transferring data in PIO mode
Paul Walmsley
1
-0
/
+7
2012-02-09
tty: serial: OMAP: use a 1-byte RX FIFO threshold in PIO mode
Paul Walmsley
1
-3
/
+17
2012-01-26
Revert "tty: serial: OMAP: ensure FIFO levels are set correctly in non-DMA mode"
Greg Kroah-Hartman
1
-31
/
+4
2012-01-26
Revert "tty: serial: OMAP: transmit FIFO threshold interrupts don't wake the ...
Greg Kroah-Hartman
1
-50
/
+1
2012-01-25
tty: serial: OMAP: transmit FIFO threshold interrupts don't wake the chip
Paul Walmsley
1
-1
/
+50
2012-01-25
tty: serial: OMAP: ensure FIFO levels are set correctly in non-DMA mode
Paul Walmsley
1
-4
/
+31
2012-01-25
omap-serial: make serial_omap_restore_context depend on CONFIG_PM_RUNTIME
Shubhrajyoti D
1
-1
/
+1
2012-01-25
omap-serial :Make the suspend/resume functions depend on CONFIG_PM_SLEEP.
Shubhrajyoti D
1
-1
/
+1
[next]