summaryrefslogtreecommitdiff
path: root/arch/arm/include
diff options
context:
space:
mode:
authorTomasz Figa <t.figa@samsung.com>2013-06-05 17:38:17 +0200
committerChanho Park <chanho61.park@samsung.com>2014-11-18 11:43:24 +0900
commit03841ff6537d8b69f0a2017394710fb0a28b1f98 (patch)
treedd0991483aa66790c9fdce855fcf615ad29eec02 /arch/arm/include
parent4fccb568a00333313b6be5df02389b937a88e2fd (diff)
downloadlinux-3.10-03841ff6537d8b69f0a2017394710fb0a28b1f98.tar.gz
linux-3.10-03841ff6537d8b69f0a2017394710fb0a28b1f98.tar.bz2
linux-3.10-03841ff6537d8b69f0a2017394710fb0a28b1f98.zip
ARM: firmware: Add L2X0 resume operation
Signed-off-by: Tomasz Figa <t.figa@samsung.com>
Diffstat (limited to 'arch/arm/include')
-rw-r--r--arch/arm/include/asm/firmware.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/include/asm/firmware.h b/arch/arm/include/asm/firmware.h
index f459d255ac1..1ee7523f6be 100644
--- a/arch/arm/include/asm/firmware.h
+++ b/arch/arm/include/asm/firmware.h
@@ -38,6 +38,10 @@ struct firmware_ops {
*/
int (*l2x0_init)(void);
/*
+ * Restores state of L2 cache after power down
+ */
+ int (*l2x0_resume)(void);
+ /*
* Suspends the system
*/
int (*suspend)(unsigned long resume_addr);