Re: [PATCH] PM: OMAP3: Make sure clk_disable_unused() order is correct

2008-11-13 Thread Kevin Hilman
Tero Kristo <[EMAIL PROTECTED]> writes: > 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

[PATCH] PM: OMAP3: Make sure clk_disable_unused() order is correct

2008-11-12 Thread Tero Kristo
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: Te