All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: EXYNOS4: Fix soft reboot hang after suspend/resume
@ 2012-03-28 10:17 Inderpal Singh
  2012-05-14  8:15 ` Kukjin Kim
  0 siblings, 1 reply; 6+ messages in thread
From: Inderpal Singh @ 2012-03-28 10:17 UTC (permalink / raw)
  To: samsung, linux-samsung-soc; +Cc: patches, kgene.kim, Inderpal Singh

Upon wake-up, clear the sleep mode set in INFORM1 register.

Signed-off-by: Inderpal Singh <inderpal.singh@linaro.org>
---
 arch/arm/mach-exynos/pm.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-exynos/pm.c b/arch/arm/mach-exynos/pm.c
index f0bb467..16cba3f 100644
--- a/arch/arm/mach-exynos/pm.c
+++ b/arch/arm/mach-exynos/pm.c
@@ -381,6 +381,10 @@ static void exynos4_pm_resume(void)
 #endif
 
 early_wakeup:
+
+	/* Clear SLEEP mode set in INFORM1 */
+	__raw_writel(0x0, S5P_INFORM1);
+
 	return;
 }
 
-- 
1.7.5.4

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-09-14  5:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-28 10:17 [PATCH] ARM: EXYNOS4: Fix soft reboot hang after suspend/resume Inderpal Singh
2012-05-14  8:15 ` Kukjin Kim
2012-05-14  8:42   ` Inderpal Singh
2012-05-14 13:43     ` Kukjin Kim
2012-05-15  4:31       ` Inderpal Singh
2012-09-14  5:14         ` Inderpal Singh

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.