From: Archit Taneja Date: Wed, 8 Aug 2012 11:26:06 +0000 (+0530) Subject: OMAPDSS: SDI: Maintain our own timings field in driver data X-Git-Tag: v3.7-rc1~48^2~1^2~20^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b4a5716ef54bbf2f57c75f790b12fc63a4be640;p=pandora-kernel.git OMAPDSS: SDI: Maintain our own timings field in driver data The SDI driver currently relies on the timings in omap_dss_device struct to configure the DISPC accordingly. This makes the SDI interface driver dependent on the omap_dss_device struct. Make the SDI driver data maintain it's own timings field. The panel driver is expected to call omapdss_sdi_set_timings() to set these timings before the panel is enabled. Make the SDI panel driver configure the new timings is the omap_dss_device struct(dssdev->panel.timings). The SDI driver is responsible for maintaining only it's own copy of timings. Signed-off-by: Archit Taneja --- Reading git-diff-tree failed