From: Tomi Valkeinen Date: Wed, 6 Aug 2014 12:45:26 +0000 (+0300) Subject: OMAPDSS: DSI: separate LP clock info from dsi_clock_info X-Git-Tag: omap-for-v3.19/fixes-rc1~128^2^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b71c410b2417acba49648ceaa6de38b00b05c88;p=pandora-kernel.git OMAPDSS: DSI: separate LP clock info from dsi_clock_info struct dsi_clock_info represents the clocks handled by the DSI, mostly PLL related clocks. In an effort to create common PLL code, we need to remove all the non-PLL items from dsi_clock_info. This patch removes LP clock related fields from dsi_clock_info, and creates a new struct dsi_lp_clock_info for holding clock info for the LP clock. Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed