OMAPDSS: remove omap_dss_device's suspend/resume
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 30 May 2012 10:26:00 +0000 (13:26 +0300)
committerTomi 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