From: Tero Kristo Date: Wed, 12 Nov 2008 09:42:10 +0000 (+0200) Subject: PM: OMAP3: Make sure clk_disable_unused() order is correct X-Git-Tag: v2.6.28-davinci1-diff-base~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=672680063420ef8c8c4e7271984bb9cc08171d29;p=pandora-kernel.git PM: OMAP3: Make sure clk_disable_unused() order is correct Current implementation will disable clocks in the order defined in clock34xx.h, at least DPLL4_M2X2 will hang in certain cases (and prevent retention / off) if clocks are not disabled in correct order. This patch makes sure the parent clocks will be active when disabling a clock. Signed-off-by: Tero Kristo Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed