From: Tomi Valkeinen Date: Mon, 4 Aug 2014 10:46:05 +0000 (+0300) Subject: OMAPDSS: DSI: wait for hsdiv clocks when enabling PLL X-Git-Tag: omap-for-v3.19/fixes-rc1~128^2^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=544bfb6832640d9d05dafc7d56f245bfa7ed6102;p=pandora-kernel.git OMAPDSS: DSI: wait for hsdiv clocks when enabling PLL At the moment we have two functions to wait for the HSDIV clocks to get active, dsi_wait_pll_hsdiv_dispc_active and dsi_wait_pll_hsdiv_dsi_active. Instead of such inconvenient functions, let's just make sure that the hsdiv clocks are active after the pll has been enabled. This patch adds code to dsi_pll_set_clock_div() to wait until HSDIV clocks are active. Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed