From: Rob Herring <hidden> Date: 2012-10-26 03:20:37
From: Rob Herring <redacted>
In some cases, an interrupt can occur and prevent cause failure to enter
wfi. This causes reset to hang. Retrying the wfi should be enough to
prevent reset from hanging.
Signed-off-by: Rob Herring <redacted>
---
arch/arm/mach-highbank/system.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
From: Rob Herring <hidden> Date: 2012-10-29 17:22:56
On 10/25/2012 10:20 PM, Rob Herring wrote:
From: Rob Herring <redacted>
In some cases, an interrupt can occur and prevent cause failure to enter
wfi. This causes reset to hang. Retrying the wfi should be enough to
prevent reset from hanging.
Signed-off-by: Rob Herring <redacted>
---
Arnd, Olof,
Can you please apply this for 3.7?
Rob
From: Olof Johansson <hidden> Date: 2012-11-06 14:55:22
On Thu, Oct 25, 2012 at 10:20:37PM -0500, Rob Herring wrote:
From: Rob Herring <redacted>
In some cases, an interrupt can occur and prevent cause failure to enter
wfi. This causes reset to hang. Retrying the wfi should be enough to
prevent reset from hanging.
Signed-off-by: Rob Herring <redacted>