From: Paul Mundt Date: Tue, 12 May 2009 10:29:04 +0000 (+0900) Subject: sh: clkfwk: Use arch_clk_init() for on-chip clock registration. X-Git-Tag: v2.6.31-rc1~392^2~41^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fe5ee0efb1b1d4a0939bc4252a8427e3337d96a;p=pandora-kernel.git sh: clkfwk: Use arch_clk_init() for on-chip clock registration. CPUs registering on-chip clocks should be using arch_clk_init() with the new scheme so that the CPUs have the opportunity to establish the topology prior to the initial root clock rate propagation. This ensures that CPUs with on-chip clocks that use CLK_ENABLE_ON_INIT are properly enabled at the initial propagation time, without having to further poke the root clocks. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed