diff options
| author | Jonas Aaberg <jonas.aberg@stericsson.com> | 2011-09-20 12:08:44 +0200 |
|---|---|---|
| committer | Jonas ABERG <jonas.aberg@stericsson.com> | 2011-09-29 08:52:27 +0200 |
| commit | a1104607565cae4602bc13d26e71d90bde5bf4c6 (patch) | |
| tree | d97a8dd4f5739eb57ce999e8b4aa6191b4597cb8 /arch/arm/mach-ux500/pm/suspend.c | |
| parent | 19f72d6aa338cea6a207e77b52082fa7508c5f76 (diff) | |
ARM: ux500: suspend_dbg: Show status upon wake
Change-Id: I3e0ce42579ae1830e024f53230692947f45763d5
Signed-off-by: Jonas Aaberg <jonas.aberg@stericsson.com>
Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/32080
Diffstat (limited to 'arch/arm/mach-ux500/pm/suspend.c')
| -rw-r--r-- | arch/arm/mach-ux500/pm/suspend.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/pm/suspend.c b/arch/arm/mach-ux500/pm/suspend.c index dc0ee2eef05..f1b23529877 100644 --- a/arch/arm/mach-ux500/pm/suspend.c +++ b/arch/arm/mach-ux500/pm/suspend.c @@ -104,6 +104,8 @@ static int suspend(bool do_deepsleep) /* If GPIO woke us up then save the pins that caused the wake up */ ux500_pm_gpio_save_wake_up_status(); + ux500_suspend_dbg_sleep_status(do_deepsleep); + /* APE was turned off, restore IO ring */ ux500_pm_prcmu_set_ioforce(false); |
