From: Russell King Date: Sat, 31 Jan 2009 11:02:37 +0000 (+0000) Subject: [ARM] omap: fix clockdomain enable/disable ordering X-Git-Tag: v2.6.30-rc1~636^2~20^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8263e5b31eae2bbf689ff08a7da334329c9f353b;p=pandora-kernel.git [ARM] omap: fix clockdomain enable/disable ordering Based on a patch from Paul Walmsley : omap2_clk_enable() should enable a clock's clockdomain before attempting to enable its parent clock's clockdomain. Similarly, in the unlikely event that the parent clock enable fails, the clockdomain should be disabled. linux-omap source commit is 6d6e285e5a7912b1ea68fadac387304c914aaba8. Signed-off-by: Russell King --- Reading git-diff-tree failed