aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/omap_hwmod.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod.h')
-rw-r--r--arch/arm/mach-omap2/omap_hwmod.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod.h b/arch/arm/mach-omap2/omap_hwmod.h
index 35ca6efbec31..2678d2144ca8 100644
--- a/arch/arm/mach-omap2/omap_hwmod.h
+++ b/arch/arm/mach-omap2/omap_hwmod.h
@@ -702,13 +702,6 @@ int omap_hwmod_shutdown(struct omap_hwmod *oh);
702 702
703int omap_hwmod_assert_hardreset(struct omap_hwmod *oh, const char *name); 703int omap_hwmod_assert_hardreset(struct omap_hwmod *oh, const char *name);
704int omap_hwmod_deassert_hardreset(struct omap_hwmod *oh, const char *name); 704int omap_hwmod_deassert_hardreset(struct omap_hwmod *oh, const char *name);
705int omap_hwmod_read_hardreset(struct omap_hwmod *oh, const char *name);
706
707int omap_hwmod_enable_clocks(struct omap_hwmod *oh);
708int omap_hwmod_disable_clocks(struct omap_hwmod *oh);
709
710int omap_hwmod_reset(struct omap_hwmod *oh);
711void omap_hwmod_ocp_barrier(struct omap_hwmod *oh);
712 705
713void omap_hwmod_write(u32 v, struct omap_hwmod *oh, u16 reg_offs); 706void omap_hwmod_write(u32 v, struct omap_hwmod *oh, u16 reg_offs);
714u32 omap_hwmod_read(struct omap_hwmod *oh, u16 reg_offs); 707u32 omap_hwmod_read(struct omap_hwmod *oh, u16 reg_offs);
@@ -723,11 +716,6 @@ int omap_hwmod_get_resource_byname(struct omap_hwmod *oh, unsigned int type,
723struct powerdomain *omap_hwmod_get_pwrdm(struct omap_hwmod *oh); 716struct powerdomain *omap_hwmod_get_pwrdm(struct omap_hwmod *oh);
724void __iomem *omap_hwmod_get_mpu_rt_va(struct omap_hwmod *oh); 717void __iomem *omap_hwmod_get_mpu_rt_va(struct omap_hwmod *oh);
725 718
726int omap_hwmod_add_initiator_dep(struct omap_hwmod *oh,
727 struct omap_hwmod *init_oh);
728int omap_hwmod_del_initiator_dep(struct omap_hwmod *oh,
729 struct omap_hwmod *init_oh);
730
731int omap_hwmod_enable_wakeup(struct omap_hwmod *oh); 719int omap_hwmod_enable_wakeup(struct omap_hwmod *oh);
732int omap_hwmod_disable_wakeup(struct omap_hwmod *oh); 720int omap_hwmod_disable_wakeup(struct omap_hwmod *oh);
733 721
@@ -739,10 +727,6 @@ int omap_hwmod_for_each_by_class(const char *classname,
739int omap_hwmod_set_postsetup_state(struct omap_hwmod *oh, u8 state); 727int omap_hwmod_set_postsetup_state(struct omap_hwmod *oh, u8 state);
740int omap_hwmod_get_context_loss_count(struct omap_hwmod *oh); 728int omap_hwmod_get_context_loss_count(struct omap_hwmod *oh);
741 729
742int omap_hwmod_no_setup_reset(struct omap_hwmod *oh);
743
744int omap_hwmod_pad_route_irq(struct omap_hwmod *oh, int pad_idx, int irq_idx);
745
746extern void __init omap_hwmod_init(void); 730extern void __init omap_hwmod_init(void);
747 731
748const char *omap_hwmod_get_main_clk(struct omap_hwmod *oh); 732const char *omap_hwmod_get_main_clk(struct omap_hwmod *oh);