Re: [PATCH 2/3] pm: at91: pm_suspend: MOR register KEY was missing

2015-02-17 Thread Alexandre Belloni
On 12/02/2015 at 10:52:13 +0800, Wenyou Yang wrote : > From: Patrice Vilchez > > Because writing the MOR register requires the PASSWD(0x37), > if missed, the write operation will be aborted. > > Signed-off-by: Patrice Vilchez Acked-by: Alexandre Belloni > --- > arch/arm/mach-at91/pm_suspend.

[PATCH 2/3] pm: at91: pm_suspend: MOR register KEY was missing

2015-02-11 Thread Wenyou Yang
From: Patrice Vilchez Because writing the MOR register requires the PASSWD(0x37), if missed, the write operation will be aborted. Signed-off-by: Patrice Vilchez --- arch/arm/mach-at91/pm_suspend.S |2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/mach-at91/pm_suspend.S b/arch/a