diff options
author | Tero Kristo <t-kristo@ti.com> | 2014-04-04 05:14:27 -0400 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2015-03-25 05:03:36 -0400 |
commit | f0caa5270bcf97c6a51c89d44747da00c0d67bb8 (patch) | |
tree | becbc47e940b89a56ea24fc586398e0762dcab35 /arch/arm/mach-omap2/prm3xxx.h | |
parent | 3a1a388e910950553817b71046b00511d6242b06 (diff) |
ARM: OMAP3: PRM: invert the wkst_mask for the prm_clear_mod_irqs
This makes the API the same as used with OMAP2, and makes it possible
to implement a generic driver API for the functionality.
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/prm3xxx.h b/arch/arm/mach-omap2/prm3xxx.h index ed8a3d8b739a..856f3c5d7f79 100644 --- a/arch/arm/mach-omap2/prm3xxx.h +++ b/arch/arm/mach-omap2/prm3xxx.h | |||
@@ -145,7 +145,7 @@ extern void omap3_prm_vcvp_write(u32 val, u8 offset); | |||
145 | extern u32 omap3_prm_vcvp_rmw(u32 mask, u32 bits, u8 offset); | 145 | extern u32 omap3_prm_vcvp_rmw(u32 mask, u32 bits, u8 offset); |
146 | 146 | ||
147 | extern int __init omap3xxx_prm_init(void); | 147 | extern int __init omap3xxx_prm_init(void); |
148 | int omap3xxx_prm_clear_mod_irqs(s16 module, u8 regs, u32 ignore_bits); | 148 | int omap3xxx_prm_clear_mod_irqs(s16 module, u8 regs, u32 wkst_mask); |
149 | void omap3xxx_prm_iva_idle(void); | 149 | void omap3xxx_prm_iva_idle(void); |
150 | void omap3_prm_reset_modem(void); | 150 | void omap3_prm_reset_modem(void); |
151 | int omap3xxx_prm_clear_global_cold_reset(void); | 151 | int omap3xxx_prm_clear_global_cold_reset(void); |