[PATCH V3 3/6] ARM: exynos: save L2 settings during bootup

2011-11-22 Thread Amit Daniel Kachhap
This patch adds code to save L2 register configuration at boot, and later used to resume L2 before MMU is enabled in suspend and cpuidle resume paths. Signed-off-by: Lorenzo Pieralisi Signed-off-by: Amit Daniel Kachhap --- arch/arm/mach-exynos/cpu.c | 42 +++---

Re: [PATCH V3 3/6] ARM: exynos: save L2 settings during bootup

2011-11-22 Thread Russell King - ARM Linux
On Tue, Nov 22, 2011 at 03:05:29PM +0530, Amit Daniel Kachhap wrote: > This patch adds code to save L2 register configuration at boot, and > later used to resume L2 before MMU is enabled in suspend and cpuidle > resume paths. Is there a reason exynos isn't using the generic l2 code? -- To unsubscr

Re: [PATCH V3 3/6] ARM: exynos: save L2 settings during bootup

2011-11-22 Thread amit kachhap
On Tue, Nov 22, 2011 at 3:19 PM, Russell King - ARM Linux wrote: > On Tue, Nov 22, 2011 at 03:05:29PM +0530, Amit Daniel Kachhap wrote: >> This patch adds code to save L2 register configuration at boot, and >> later used to resume L2 before MMU is enabled in suspend and cpuidle >> resume paths. >

Re: [PATCH V3 3/6] ARM: exynos: save L2 settings during bootup

2011-11-30 Thread Lorenzo Pieralisi
On Tue, Nov 22, 2011 at 09:49:25AM +, Russell King - ARM Linux wrote: > On Tue, Nov 22, 2011 at 03:05:29PM +0530, Amit Daniel Kachhap wrote: > > This patch adds code to save L2 register configuration at boot, and > > later used to resume L2 before MMU is enabled in suspend and cpuidle > > resum