From: Archit Taneja Date: Wed, 8 Aug 2012 08:59:48 +0000 (+0530) Subject: OMAPDSS: DPI displays: Take care of panel timings in the driver itself X-Git-Tag: v3.7-rc1~48^2~1^2~20^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdcae3cc39e8232eca81504a2ff9c60f4cc8f22d;p=pandora-kernel.git OMAPDSS: DPI displays: Take care of panel timings in the driver itself The timings maintained in omap_dss_device(dssdev->panel.timings) should be maintained by the panel driver itself. It's the panel drivers responsibility to update it if a new set of timings is to be configured. The DPI interface driver shouldn't be responsible of updating the panel timings, it's responsible of maintianing it's own copy of timings. Signed-off-by: Archit Taneja --- Reading git-diff-tree failed