[PATCH] ARM: EXYNOS: fix the hotplug for Cortex-A15

2012-05-09 Thread Kukjin Kim
From: Changhwan Youn The sequence of cpu_enter_lowpower() for Cortex-A15 is different from the sequence for Cortex-A9. This patch implements cpu_enter_lowpower() for EXYNOS5 SoC which has Cortex-A15 cores. Signed-off-by: Changhwan Youn Cc: Russell King Signed-off-by: Kukjin Kim --- Note, I di

Re: [PATCH] ARM: EXYNOS: fix the hotplug for Cortex-A15

2012-05-12 Thread Olof Johansson
Hi, As mentioned in your earlier git pull request: On Wed, May 9, 2012 at 5:37 AM, Kukjin Kim wrote: > From: Changhwan Youn > > The sequence of cpu_enter_lowpower() for Cortex-A15 > is different from the sequence for Cortex-A9. > This patch implements cpu_enter_lowpower() for EXYNOS5 > SoC whic