Re: [PATCH 4/8] ARM: vexpress: use generic cpu idle function for wfi

2013-06-11 Thread Sanjay Singh Rawat
Pawel, Nicolas, Thanks for the clarification :), dropping. sanjay On Tuesday 11 June 2013 09:00 PM, Nicolas Pitre wrote: On Tue, 11 Jun 2013, Pawel Moll wrote: On Tue, 2013-06-11 at 06:33 +0100, Sanjay Singh Rawat wrote: use cpu_do_idle for entering the wfi mode. Signed-off-by: Sanjay Sing

Re: [PATCH 4/8] ARM: vexpress: use generic cpu idle function for wfi

2013-06-11 Thread Nicolas Pitre
On Tue, 11 Jun 2013, Pawel Moll wrote: > On Tue, 2013-06-11 at 06:33 +0100, Sanjay Singh Rawat wrote: > > >> use cpu_do_idle for entering the wfi mode. > > >> > > >> Signed-off-by: Sanjay Singh Rawat > > >> --- > > >> arch/arm/mach-vexpress/hotplug.c |3 ++- > > >> 1 file changed, 2 insert

Re: [PATCH 4/8] ARM: vexpress: use generic cpu idle function for wfi

2013-06-11 Thread Pawel Moll
On Tue, 2013-06-11 at 06:33 +0100, Sanjay Singh Rawat wrote: > >> use cpu_do_idle for entering the wfi mode. > >> > >> Signed-off-by: Sanjay Singh Rawat > >> --- > >> arch/arm/mach-vexpress/hotplug.c |3 ++- > >> 1 file changed, 2 insertions(+), 1 deletion(-) > >> > >> diff --git a/arch/arm

Re: [PATCH 4/8] ARM: vexpress: use generic cpu idle function for wfi

2013-06-10 Thread Sanjay Singh Rawat
commit: 8553cb67d2318db327071018fc81084cbabccc46 explains that -sanjay On Friday 07 June 2013 08:41 PM, Pawel Moll wrote: On Mon, 2013-05-27 at 15:32 +0100, Sanjay Singh Rawat wrote: use cpu_do_idle for entering the wfi mode. Signed-off-by: Sanjay Singh Rawat --- arch/arm/mach-vexpress/hot

Re: [PATCH 4/8] ARM: vexpress: use generic cpu idle function for wfi

2013-06-07 Thread Pawel Moll
On Mon, 2013-05-27 at 15:32 +0100, Sanjay Singh Rawat wrote: > use cpu_do_idle for entering the wfi mode. > > Signed-off-by: Sanjay Singh Rawat > --- > arch/arm/mach-vexpress/hotplug.c |3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/arch/arm/mach-vexpress/hotplug.c

Re: [PATCH 4/8] ARM: vexpress: use generic cpu idle function for wfi

2013-06-07 Thread Linus Walleij
On Tue, Jun 4, 2013 at 5:23 PM, Sanjay Singh Rawat wrote: > hello Russell, Nicolas, > > can you please review this patch? I think you may want Pawel to look at this, he usually looks after the Vexpress. Yours, Linus Walleij ___ linaro-dev mailing lis

Re: [PATCH 4/8] ARM: vexpress: use generic cpu idle function for wfi

2013-06-04 Thread Sanjay Singh Rawat
hello Russell, Nicolas, can you please review this patch? On Monday 27 May 2013 08:02 PM, Sanjay Singh Rawat wrote: use cpu_do_idle for entering the wfi mode. Signed-off-by: Sanjay Singh Rawat --- arch/arm/mach-vexpress/hotplug.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)