From: Archit Taneja Date: Tue, 14 Aug 2012 06:59:22 +0000 (+0530) Subject: OMAPDSS: DSI: Pass dsi platform device wherever possible X-Git-Tag: v3.7-rc1~48^2~1^2~2^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e7e9372225a5d70256beb13fbf3b077a437e5be;p=pandora-kernel.git OMAPDSS: DSI: Pass dsi platform device wherever possible Many of the DSI functions receive the connected panel's omap_dss_device pointer as an argument. The platform device pointer is then derived via omap_dss_device pointers. Most of these functions don't really require omap_dss_device pointer anymore since we now keep copies of parameters in the driver data which were previously available only via omap_dss_device. Replace the arguments with platform device pointers for such functions. Signed-off-by: Archit Taneja --- Reading git-diff-tree failed