git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c04ede3
)
OMAP: UART: don't do automatic bus-level suspend/resume
author
Kevin Hilman
<khilman@deeprootsystems.com>
Mon, 27 Sep 2010 14:49:53 +0000
(20:19 +0530)
committer
Kevin Hilman
<khilman@deeprootsystems.com>
Wed, 29 Sep 2010 19:42:58 +0000
(12:42 -0700)
Since the omap_device for UART is currently managed inside the idle
path itself, don't let the bus-level code suspend/resume the UART.
To prevent this, pm_runtime_get() is used when preparing for suspend
and pm_runtime_put() is used when finished with suspend.
Signed-off-by: Govindraj.R <govindraj.raja@ti.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
No differences found