From: Ulf Hansson Date: Tue, 12 Mar 2013 19:26:03 +0000 (+0100) Subject: clk: Unprepare the unused prepared slow clocks at late init X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~129^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c155b3dfe08351f5fc811062648969f1ba7af53;p=pandora-kernel.git clk: Unprepare the unused prepared slow clocks at late init The unused ungated fast clocks are already being disabled from clk_disable_unused at late init. This patch extend this sequence to the slow unused prepared clocks to be unprepared. Unless the optional .is_prepared callback is implemented by a clk_hw the clk_disable_unused sequence will not unprepare any unused clocks, since it will fall back to use the software prepare counter. Signed-off-by: Ulf Hansson Acked-by: Linus Walleij Signed-off-by: Mike Turquette [mturquette@linaro.org: fixed hlist accessors per b67bfe0d] --- Reading git-diff-tree failed