From: Colin Cross Date: Wed, 27 Oct 2010 00:33:31 +0000 (-0700) Subject: ARM: tegra: clock: Fix clock issues in suspend X-Git-Tag: v2.6.39-rc1~474^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2f44a9df9e1f8974911ef538565e301b38e0680;p=pandora-kernel.git ARM: tegra: clock: Fix clock issues in suspend The PLLP registers are now being restored by the low-level resume code, and the CPU may be running off PLLP, so don't touch them during clock resume. Save plld, plls, pllu, and audio clock during suspend (originally fixed by Mayuresh Kulkarni ) The lock time for plld is 1000 us, so increase the delay after setting the PLLs. Add a BUG_ON to ensure the size of the suspend context area is correct. Acked-by: Olof Johansson Signed-off-by: Colin Cross --- Reading git-diff-tree failed