OMAPDSS: don't use dss bus in suspend/resume
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 16 Nov 2012 13:45:26 +0000 (15:45 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 17 Jun 2013 11:00:49 +0000 (14:00 +0300)
commita65c8bdab9f122270d149e1ef084a6d11181ecdd
tree9343d72503c21e4fcd99771fa001f74d05a98886
parent67b23ca1b6a870100e258376cad250f10997ecf7
OMAPDSS: don't use dss bus in suspend/resume

We have support functions to suspend and resume all the displays that
are used with system suspend. These functions use the dss bus to iterate
the display devices.

As we aim to remove the custom dss bus totally, this patch removes the
explicit use of dss bus from these functions. Instead the
for_each_dss_dev() macro is used to go through the devices.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/display.c