RE: [PATCH] ARM: EXYNOS4: CPUIDLE Support

2011-03-15 Thread Kukjin Kim
Kyungmin Park wrote: > > On Tue, Mar 15, 2011 at 10:57 PM, Kukjin Kim wrote: > > Jaecheol Lee wrote: > >> > >> This patch supports cpuidle framework for EXYNOS4210. Currently, > >> Only one idle state is possible to use, but more idle states can > >> be added following by this patch. > >> > >> Si

Re: [PATCH] ARM: EXYNOS4: CPUIDLE Support

2011-03-15 Thread Kyungmin Park
On Tue, Mar 15, 2011 at 10:57 PM, Kukjin Kim wrote: > Jaecheol Lee wrote: >> >> This patch supports cpuidle framework for EXYNOS4210. Currently, >> Only one idle state is possible to use, but more idle states can >> be added following by this patch. >> >> Signed-off-by: Jaecheol Lee >> --- >>  ar

RE: [PATCH] ARM: EXYNOS4: CPUIDLE Support

2011-03-15 Thread Kukjin Kim
Jaecheol Lee wrote: > > This patch supports cpuidle framework for EXYNOS4210. Currently, > Only one idle state is possible to use, but more idle states can > be added following by this patch. > > Signed-off-by: Jaecheol Lee > --- > arch/arm/mach-exynos4/Makefile |1 + > arch/arm/mach-exyno

[PATCH] ARM: EXYNOS4: CPUIDLE Support

2011-03-08 Thread Jaecheol Lee
This patch supports cpuidle framework for EXYNOS4210. Currently, Only one idle state is possible to use, but more idle states can be added following by this patch. Signed-off-by: Jaecheol Lee --- arch/arm/mach-exynos4/Makefile |1 + arch/arm/mach-exynos4/cpuidle.c | 87 +++