]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00155219 [MX6]Add protection for dormant mode
authorAnson Huang <b20788@freescale.com>
Tue, 23 Aug 2011 02:44:52 +0000 (10:44 +0800)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:09:31 +0000 (14:09 +0200)
commit7554fee46b66f76e6a5ce21236902decf7e959d6
tree01c7daa8d706c0100c031d2ed2084777964b63b6
parentabd3a334fdeabd2aa2e212eb0d005211233fed72
ENGR00155219 [MX6]Add protection for dormant mode

1. clean up ddr io code, using macro define;
2. we should consider if the wake up irq comes
during execution of low-power(ms6q_suspend.S)
code but before ARM enter wfi, in this scenario,
system will not enter STOP mode, thus, the resume
code will cause system fail, so we need to consider
if system can not enter STOP mode, should resume
immediately after wfi.

Signed-off-by: Anson Huang <b20788@freescale.com>
arch/arm/mach-mx6/mx6q_suspend.S
arch/arm/mach-mx6/pm.c