Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: CSR: PM: use outer_resume to resume L2 cache
@ 2011-10-10  9:50 Barry Song
  0 siblings, 0 replies; only message in thread
From: Barry Song @ 2011-10-10  9:50 UTC (permalink / raw)
  To: linux-arm-kernel

From: Barry Song <Baohua.Song@csr.com>

now we move l2x0 resume to Linux from bootloader since l2x0 already has
resume support in core.

Signed-off-by: Barry Song <Baohua.Song@csr.com>
---
 This patch depends on Barry Song's
 ARM: cache-l2x0: add resume entry for l2 in secure mode
 http://www.spinics.net/lists/arm-kernel/msg142696.html
 which has been in rmk's tree

 arch/arm/mach-prima2/pm.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-prima2/pm.c b/arch/arm/mach-prima2/pm.c
index 0ba39f3..cb53160 100644
--- a/arch/arm/mach-prima2/pm.c
+++ b/arch/arm/mach-prima2/pm.c
@@ -71,6 +71,7 @@ static int sirfsoc_pm_enter(suspend_state_t state)
 		outer_disable();
 		/* go zzz */
 		cpu_suspend(0, sirfsoc_finish_suspend);
+		outer_resume();
 		break;
 	default:
 		return -EINVAL;
-- 
1.7.1



Member of the CSR plc group of companies. CSR plc registered in England and Wales, registered number 4187346, registered office Churchill House, Cambridge Business Park, Cowley Road, Cambridge, CB4 0WZ, United Kingdom
More information can be found at www.csr.com. Follow CSR on Twitter at http://twitter.com/CSR_PLC and read our blog at www.csr.com/blog

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-10-10  9:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-10  9:50 [PATCH] ARM: CSR: PM: use outer_resume to resume L2 cache Barry Song

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox