From: Paul Mundt Date: Mon, 11 May 2009 20:51:05 +0000 (+0900) Subject: sh: clkfwk: Improve the generic clk_set_parent() implementation. X-Git-Tag: v2.6.31-rc1~392^2~41^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa87aa343f2cd236b5eccd643abd4df918ed5c4f;p=pandora-kernel.git sh: clkfwk: Improve the generic clk_set_parent() implementation. This causes the generic clk_set_parent() implementation to be a bit more intelligent. A clk_reparent() is added to move the clock over to the new parent's sibling list, which then allows the generic rate propagation code to succeed. This also becomes a nop if the new and old parents are unchanged. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed