From: Archit Taneja Date: Mon, 13 Aug 2012 08:47:30 +0000 (+0530) Subject: OMAPDSS: DSI: Maintain own copy of timings in driver data X-Git-Tag: v3.7-rc1~48^2~1^2~20^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e67458a831e280d346c87d22eed87e3e8697e077;p=pandora-kernel.git OMAPDSS: DSI: Maintain own copy of timings in driver data The DSI driver currently relies on the timings in omap_dss_device struct to configure the DISPC and DSI blocks accordingly. This makes the DSI interface driver dependent on the omap_dss_device struct. Make the DSI driver data maintain it's own timings field. A DSI video mode panel driver is expected to call omapdss_dsi_set_timings() to set these timings before the panel is enabled. Signed-off-by: Archit Taneja --- Reading git-diff-tree failed