From: Russell King Date: Thu, 19 Feb 2009 13:25:16 +0000 (+0000) Subject: [ARM] omap: fix clock reparenting in omap2_clk_set_parent() X-Git-Tag: v2.6.29-rc6~35^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41f3103fcfffff096c34f5267d7c9a26b44d89d3;p=pandora-kernel.git [ARM] omap: fix clock reparenting in omap2_clk_set_parent() When changing the parent of a clock, it is necessary to keep the clock use counts balanced otherwise things the parent state will get corrupted. Since we already disable and re-enable the clock, we might as well use the recursive versions instead. Signed-off-by: Russell King --- Reading git-diff-tree failed