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:
cb5930b
)
OMAP: DSS2: Remove clk optimization at dss init
author
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Mon, 23 May 2011 12:39:36 +0000
(15:39 +0300)
committer
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Mon, 25 Jul 2011 07:08:14 +0000
(10:08 +0300)
DSS enables core clocks for the duration of initialization to avoid
unnecessary context saves and restores.
With PM runtime the clocks cannot be handled in this way, outside the
dss module drivers. Thus we need to remove the optimization.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
No differences found