Re: [PATCH v2 2/2] arm: kernel: implement cpuidle_ops with psci backend

2015-07-09 Thread Jisheng Zhang
Dear Lorenzo, On Wed, 8 Jul 2015 18:34:58 +0100 Lorenzo Pieralisi wrote: > On Wed, Jul 08, 2015 at 01:51:08PM +0100, Jisheng Zhang wrote: > > This patch implements cpuidle_ops using psci. After this patch, we can > > use cpuidle-arm.c with psci backend for both arm and arm64. > > > >

Re: [PATCH v2 2/2] arm: kernel: implement cpuidle_ops with psci backend

2015-07-09 Thread Jisheng Zhang
Dear Lorenzo, On Wed, 8 Jul 2015 18:34:58 +0100 Lorenzo Pieralisi lorenzo.pieral...@arm.com wrote: On Wed, Jul 08, 2015 at 01:51:08PM +0100, Jisheng Zhang wrote: This patch implements cpuidle_ops using psci. After this patch, we can use cpuidle-arm.c with psci backend for both arm and

Re: [PATCH v2 2/2] arm: kernel: implement cpuidle_ops with psci backend

2015-07-08 Thread Lorenzo Pieralisi
On Wed, Jul 08, 2015 at 01:51:08PM +0100, Jisheng Zhang wrote: > This patch implements cpuidle_ops using psci. After this patch, we can > use cpuidle-arm.c with psci backend for both arm and arm64. > > Signed-off-by: Jisheng Zhang > --- > arch/arm/kernel/Makefile | 1 + >

[PATCH v2 2/2] arm: kernel: implement cpuidle_ops with psci backend

2015-07-08 Thread Jisheng Zhang
This patch implements cpuidle_ops using psci. After this patch, we can use cpuidle-arm.c with psci backend for both arm and arm64. Signed-off-by: Jisheng Zhang --- arch/arm/kernel/Makefile | 1 + arch/arm/kernel/psci_cpuidle.c | 29 + 2 files changed, 30

[PATCH v2 2/2] arm: kernel: implement cpuidle_ops with psci backend

2015-07-08 Thread Jisheng Zhang
This patch implements cpuidle_ops using psci. After this patch, we can use cpuidle-arm.c with psci backend for both arm and arm64. Signed-off-by: Jisheng Zhang jszh...@marvell.com --- arch/arm/kernel/Makefile | 1 + arch/arm/kernel/psci_cpuidle.c | 29 + 2

Re: [PATCH v2 2/2] arm: kernel: implement cpuidle_ops with psci backend

2015-07-08 Thread Lorenzo Pieralisi
On Wed, Jul 08, 2015 at 01:51:08PM +0100, Jisheng Zhang wrote: This patch implements cpuidle_ops using psci. After this patch, we can use cpuidle-arm.c with psci backend for both arm and arm64. Signed-off-by: Jisheng Zhang jszh...@marvell.com --- arch/arm/kernel/Makefile | 1 +