From: Tomi Valkeinen Date: Tue, 27 Nov 2012 15:05:54 +0000 (+0200) Subject: OMAPDSS: DSI: remove DSI & DISPC clk divisors from dssdev X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~55^2~46^2^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0d269ec0bfab89f7b025bf6e1e596e9a6f9d999;p=pandora-kernel.git OMAPDSS: DSI: remove DSI & DISPC clk divisors from dssdev struct omap_dss_device contains DSS clock divisors. The idea is that the board file can pass precalculated divisors to the display driver. However, these divsors are no longer needed, as the omapdss driver can calculate the divisors during runtime. This patch removes the divisors from omap_dss_device, and their uses from the dsi driver. Signed-off-by: Tomi Valkeinen Reviewed-by: Archit Taneja --- Reading git-diff-tree failed