index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
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-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-05
serial: omap: define helpers for pdata function pointers
Felipe Balbi
1
-19
/
+47
2012-09-05
serial: omap: define and use to_uart_omap_port()
Felipe Balbi
1
-18
/
+18
2012-08-20
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-18
Merge 3.4-rc3 into tty-next
Greg Kroah-Hartman
1
-23
/
+20
2012-04-18
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-24
tty: serial: OMAP: transmit FIFO threshold interrupts don't wake the chip
Paul Walmsley
1
-1
/
+50
2012-01-24
tty: serial: OMAP: ensure FIFO levels are set correctly in non-DMA mode
Paul Walmsley
1
-4
/
+31
2012-01-24
omap-serial: make serial_omap_restore_context depend on CONFIG_PM_RUNTIME
Shubhrajyoti D
1
-1
/
+1
2012-01-24
omap-serial :Make the suspend/resume functions depend on CONFIG_PM_SLEEP.
Shubhrajyoti D
1
-1
/
+1
2012-01-09
Merge tag 'pm' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-61
/
+367
2011-12-16
omap-serial: Add minimal device tree support
Rajendra Nayak
1
-3
/
+42
2011-12-16
omap-serial: Use default clock speed (48Mhz) if not specified
Rajendra Nayak
1
-0
/
+7
2011-12-16
omap-serial: Get rid of all pdev->id usage
Rajendra Nayak
1
-15
/
+15
2011-12-14
ARM: OMAP2+: UART: Fix compilation/sparse warnings
Govindraj.R
1
-3
/
+4
2011-12-14
ARM: OMAP2+: UART: Remove omap_uart_can_sleep and add pm_qos
Govindraj.R
1
-1
/
+35
2011-12-14
ARM: OMAP2+: UART: Make the RX_TIMEOUT for DMA configurable for each UART
Jon Hunter
1
-7
/
+8
2011-12-14
ARM: OMAP2+: UART: Allow UART parameters to be configured from board file.
Deepak K
1
-5
/
+3
2011-12-14
ARM: OMAP2+: UART: Add wakeup mechanism for omap-uarts
Govindraj.R
1
-0
/
+15
2011-12-14
ARM: OMAP2+: UART: Move errata handling from serial.c to omap-serial
Govindraj.R
1
-4
/
+64
2011-12-14
ARM: OMAP2+: UART: Get context loss count to context restore
Govindraj.R
1
-2
/
+18
2011-12-14
ARM: OMAP2+: UART: Remove uart reset function.
Govindraj.R
1
-0
/
+1
2011-12-14
ARM: OMAP2+: UART: Ensure all reg values configured are available from port s...
Govindraj.R
1
-17
/
+26
2011-12-14
ARM: OMAP2+: UART: Remove context_save and move context restore to driver
Govindraj.R
1
-0
/
+24
2011-12-14
ARM: OMAP2+: UART: Add runtime pm support for omap-serial driver
Govindraj.R
1
-13
/
+109
2011-12-14
ARM: OMAP2+: UART: Remove mapbase/membase fields from pdata.
Govindraj.R
1
-2
/
+8
2011-12-14
ARM: OMAP2+: UART: Cleanup part of clock gating mechanism for uart
Govindraj.R
1
-1
/
+0
2011-11-26
OMAP: UART: fix the return type of check_modem_status
Shubhrajyoti D
1
-1
/
+1
2011-08-23
omap-serial: Allow IXON and IXOFF to be disabled.
Nick Pelly
1
-2
/
+1
2011-06-10
treewide: Convert uses of struct resource to resource_size(ptr)
Joe Perches
1
-3
/
+3
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-02-03
serial: omap-serial: Enable the UART wake-up bits always
Jarkko Nikula
1
-3
/
+3
2011-02-03
OMAP: Enable Magic SysRq on serial console ttyOx
Thomas Weber
1
-1
/
+4
2011-01-13
tty: move drivers/serial/ to drivers/tty/serial/
Greg Kroah-Hartman
1
-0
/
+1359
[prev]