From: Archit Taneja Date: Mon, 17 Sep 2012 08:01:35 +0000 (+0300) Subject: arm: omap: board-overo: use lb035q02 dpi panel's gpio handling X-Git-Tag: omap-for-v3.10/dss-signed^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c4e599510cd519cfb0e172cc5ff139677d9f909;p=pandora-kernel.git arm: omap: board-overo: use lb035q02 dpi panel's gpio handling The overo board file currently requests gpios required by the lb035q02 panel, and provides platform_enable/disable callbacks to configure them. These tasks have been moved to the lb035q02 dpi panel driver itself and should be removed from the board files. The lb035q02 panel driver uses generic dpi panel's platform data struct internally. Remove the gpio requests and the platform callbacks from the board file. Add the gpio information to the generic dpi panel platform data struct so that it's passed to the panel driver. Signed-off-by: Archit Taneja Cc: Tony Lindgren --- Reading git-diff-tree failed