From: Tomi Valkeinen Date: Wed, 30 May 2012 10:26:00 +0000 (+0300) Subject: OMAPDSS: remove omap_dss_device's suspend/resume X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~2^2^2~62^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=998c336d4c7183301ed6a6ca93952f63e3cf694f;p=pandora-kernel.git OMAPDSS: remove omap_dss_device's suspend/resume 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 --- Reading git-diff-tree failed