diff options
author | Tero Kristo <t-kristo@ti.com> | 2014-02-26 13:54:29 +0400 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2014-07-04 18:02:14 +0400 |
commit | 9efcea09b0b56488e46ab3a36fe8dbce9eded529 (patch) | |
tree | 8178e61ea7c2636384ab979391e4165b6db1a152 /arch/arm/mach-omap2/prm3xxx.h | |
parent | 55c6c3ad90f606d458d798b36f8ffca98c1894e0 (diff) | |
download | linux-9efcea09b0b56488e46ab3a36fe8dbce9eded529.tar.xz |
ARM: OMAP3: PRM: add API for checking and clearing cold reset status
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/prm3xxx.h b/arch/arm/mach-omap2/prm3xxx.h index 21eb1d5ba524..7548ae0e86d5 100644 --- a/arch/arm/mach-omap2/prm3xxx.h +++ b/arch/arm/mach-omap2/prm3xxx.h @@ -165,6 +165,7 @@ extern u32 omap3xxx_prm_get_reset_sources(void); 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); #endif /* __ASSEMBLER */ |