[PATCH 01/12] pm: at91: pm_slowclock: improve reliability of suspend/resume

2015-01-20 Thread Wenyou Yang
From: Sylvain Rochet Assume USB PLL and PLL B are already stopped before entering sleep mode, print a warning if this isn't the case. Removed timeout on XTAL, PLL lock and Master Clock Ready, hang if something went wrong instead of continuing in unknown condition. There is not much we can do if

[PATCH 01/12] pm: at91: pm_slowclock: improve reliability of suspend/resume

2015-01-20 Thread Wenyou Yang
From: Sylvain Rochet sylvain.roc...@finsecur.com Assume USB PLL and PLL B are already stopped before entering sleep mode, print a warning if this isn't the case. Removed timeout on XTAL, PLL lock and Master Clock Ready, hang if something went wrong instead of continuing in unknown condition.