Re: [RFC PATCH 4/6] ARM: spear: use the core cpu hotplug functions

2013-05-19 Thread Viresh Kumar
Please write spear as SPEAr. On 20 May 2013 12:03, Sanjay Singh Rawat wrote: > Generic arm cpu hotplug related functions are moved to core hotplug code, > remove the functions from the platform code. > > Signed-off-by: Sanjay Singh Rawat > --- > arch/arm/mach-spear/hotplug.c | 37 +---

[RFC PATCH 2/6] ARM: imx: use the core cpu hotplug functions

2013-05-19 Thread Sanjay Singh Rawat
Generic arm cpu hotplug related functions are moved to core hotplug code, remove the functions from the platform code. Signed-off-by: Sanjay Singh Rawat --- arch/arm/mach-imx/hotplug.c | 22 +- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/arch/arm/mach-imx/

[RFC PATCH 6/6] ARM: EXYNOS: use the core cpu hotplug functions

2013-05-19 Thread Sanjay Singh Rawat
Generic arm cpu hotplug related functions are moved to core hotplug code, Exynos-4 is having Cortex-A9, remove the functions from the platform code. Signed-off-by: Sanjay Singh Rawat --- arch/arm/mach-exynos/hotplug.c | 40 ++-- 1 file changed, 2 insertions(

[RFC PATCH 0/6] ARM: cpuhotplug: move common functions to core

2013-05-19 Thread Sanjay Singh Rawat
Various SoCs with arm processors define their own platform hotplug related functions. These functions can be defined as part of the core cpu hotplug functions, this will avoid the duplication. This patchset is intended to address this issue. This patchset covers arm-Cortex-A9 of exynos, imx, realv

[RFC PATCH 1/6] ARM: cpuhotplug: move common hotplug related functions to core

2013-05-19 Thread Sanjay Singh Rawat
Add function which prepare arm processors to enter the low power for hotplug functionality and handle the return path. Signed-off-by: Sanjay Singh Rawat --- arch/arm/include/asm/hotplug.h | 24 +++ arch/arm/kernel/Makefile |1 + arch/arm/kernel/cpuhotplug.c | 64 +

[RFC PATCH 5/6] ARM: vexpress: use the core cpu hotplug functions

2013-05-19 Thread Sanjay Singh Rawat
Generic arm cpu hotplug related functions are moved to core hotplug code, remove the functions from the platform code. Signed-off-by: Sanjay Singh Rawat --- arch/arm/mach-vexpress/hotplug.c | 38 +- 1 file changed, 1 insertion(+), 37 deletions(-) diff --git

[RFC PATCH 3/6] ARM: RealView: use the core cpu hotplug functions

2013-05-19 Thread Sanjay Singh Rawat
Generic arm cpu hotplug related functions are moved to core hotplug code, remove the functions from the platform code. Signed-off-by: Sanjay Singh Rawat --- arch/arm/mach-realview/hotplug.c | 37 + 1 file changed, 1 insertion(+), 36 deletions(-) diff --git

[RFC PATCH 4/6] ARM: spear: use the core cpu hotplug functions

2013-05-19 Thread Sanjay Singh Rawat
Generic arm cpu hotplug related functions are moved to core hotplug code, remove the functions from the platform code. Signed-off-by: Sanjay Singh Rawat --- arch/arm/mach-spear/hotplug.c | 37 + 1 file changed, 1 insertion(+), 36 deletions(-) diff --git a/a

Re: [ANNOUNCE] linux-linaro kernel schedule for 13.05 published

2013-05-19 Thread Andrey Konovalov
On 05/16/2013 11:11 PM, Andrey Konovalov wrote: https://wiki.linaro.org/Platform/DevPlatform/LinuxLinaroKernelSchedule The 13.05 linux-linaro release will be v3.10-rc2 based May 17: v3.10-rc1 based linux-linaro-core-tracking (llct) rebuild * Done: the tag is llct-20130518.0 * Changes: . big-

Re: [ANNOUNCE] linux-linaro kernel schedule for 13.05 published

2013-05-19 Thread Andrey Konovalov
On 05/17/2013 10:13 AM, Fathi Boudra wrote: On 17 May 2013 09:06, Fathi Boudra wrote: On 16 May 2013 22:11, Andrey Konovalov wrote: On 05/15/2013 10:59 PM, Andrey Konovalov wrote: On 05/15/2013 12:04 AM, Andrey Konovalov wrote: https://wiki.linaro.org/Platform/DevPlatform/LinuxLinaroKerne

Re: Deadline scheduler inclusion in linux-linaro?

2013-05-19 Thread Amit Kucheria
Similarly, the SCHED_DEADLINE patches shouldn't affect default runtime scheduler behaviour unless a task uses the DEADLINE policy. However, I haven't studied the intersection of the Preempt RT and SCHED_DEADLINE patches in source form yet. If they touch common pieces of code, merging both in might

Re: [RFC PATCH 0/6] ARM: cpuhotplug: move generic functions to core

2013-05-19 Thread Amit Kucheria
Sanjay, This deserves to be posted to LAKML and even LKML I think. /Amit On Sun, May 19, 2013 at 12:38 AM, Sanjay Singh Rawat wrote: > Various SoCs with arm processors define their own platform hotplug related > functions. These functions can be defined as part of the core cpu hotplug > functio