Re: [PATCH 2/3] ARM: rockchip: ensure CPU to enter WIF state

2015-06-05 Thread Caesar Wang
在 2015年06月05日 14:32, Kever Yang 写道: Hi Caesar, Subject typo WIF/WFI. OK On 06/05/2015 12:47 PM, Caesar Wang wrote: In idle mode, core1/2/3 of Cortex-A17 should be either power off or in WFI/WFE state. we can delay 1ms to ensure the CPU enter WFI state. Signed-off-by: Caesar Wang ---

Re: [PATCH 2/3] ARM: rockchip: ensure CPU to enter WIF state

2015-06-05 Thread Kever Yang
Hi Caesar, Subject typo WIF/WFI. On 06/05/2015 12:47 PM, Caesar Wang wrote: In idle mode, core1/2/3 of Cortex-A17 should be either power off or in WFI/WFE state. we can delay 1ms to ensure the CPU enter WFI state. Signed-off-by: Caesar Wang --- arch/arm/mach-rockchip/platsmp.c | 3 +++ 1

Re: [PATCH 2/3] ARM: rockchip: ensure CPU to enter WIF state

2015-06-05 Thread Caesar Wang
在 2015年06月05日 14:32, Kever Yang 写道: Hi Caesar, Subject typo WIF/WFI. OK On 06/05/2015 12:47 PM, Caesar Wang wrote: In idle mode, core1/2/3 of Cortex-A17 should be either power off or in WFI/WFE state. we can delay 1ms to ensure the CPU enter WFI state. Signed-off-by: Caesar Wang

Re: [PATCH 2/3] ARM: rockchip: ensure CPU to enter WIF state

2015-06-05 Thread Kever Yang
Hi Caesar, Subject typo WIF/WFI. On 06/05/2015 12:47 PM, Caesar Wang wrote: In idle mode, core1/2/3 of Cortex-A17 should be either power off or in WFI/WFE state. we can delay 1ms to ensure the CPU enter WFI state. Signed-off-by: Caesar Wang w...@rock-chips.com ---

[PATCH 2/3] ARM: rockchip: ensure CPU to enter WIF state

2015-06-04 Thread Caesar Wang
In idle mode, core1/2/3 of Cortex-A17 should be either power off or in WFI/WFE state. we can delay 1ms to ensure the CPU enter WFI state. Signed-off-by: Caesar Wang --- arch/arm/mach-rockchip/platsmp.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/mach-rockchip/platsmp.c

[PATCH 2/3] ARM: rockchip: ensure CPU to enter WIF state

2015-06-04 Thread Caesar Wang
In idle mode, core1/2/3 of Cortex-A17 should be either power off or in WFI/WFE state. we can delay 1ms to ensure the CPU enter WFI state. Signed-off-by: Caesar Wang w...@rock-chips.com --- arch/arm/mach-rockchip/platsmp.c | 3 +++ 1 file changed, 3 insertions(+) diff --git