summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/prm3xxx.h
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2014-02-26 12:00:16 +0200
committerTero Kristo <t-kristo@ti.com>2014-07-04 17:02:15 +0300
commit7e28b465fdea3f0601a1c76e47c50d05c7c603e2 (patch)
treecf498d1add78a8aae7a8df8addb7fec36ad7f415 /arch/arm/mach-omap2/prm3xxx.h
parent9efcea09b0b56488e46ab3a36fe8dbce9eded529 (diff)
downloadlinux-7e28b465fdea3f0601a1c76e47c50d05c7c603e2.tar.bz2
ARM: OMAP3: PRM: add API for saving PRM scratchpad contents
This isolates the PRM register access within the PRM driver. Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/prm3xxx.h')
-rw-r--r--arch/arm/mach-omap2/prm3xxx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/prm3xxx.h b/arch/arm/mach-omap2/prm3xxx.h
index 7548ae0e86d5..c5f9cbabb5bb 100644
--- a/arch/arm/mach-omap2/prm3xxx.h
+++ b/arch/arm/mach-omap2/prm3xxx.h
@@ -166,6 +166,7 @@ int omap3xxx_prm_clear_mod_irqs(s16 module, u8 regs, u32 ignore_bits);
void omap3xxx_prm_iva_idle(void);
void omap3_prm_reset_modem(void);
int omap3xxx_prm_clear_global_cold_reset(void);
+void omap3_prm_save_scratchpad_contents(u32 *ptr);
#endif /* __ASSEMBLER */