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:
b111224
)
OMAPDSS: remove omap_dss_device's suspend/resume
author
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Wed, 30 May 2012 10:26:00 +0000
(13:26 +0300)
committer
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Wed, 24 Oct 2012 05:46:23 +0000
(08:46 +0300)
The panel drivers contain enable, disable, suspend and resume calls.
The suspend and resume are effectively identical to disable and enable.
This patch removes panel suspend and enable code from omapdss and the
panel drivers, and replaces their use with enable and disable.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
No differences found