diff options
| author | Tero Kristo <t-kristo@ti.com> | 2015-03-03 08:28:53 -0500 |
|---|---|---|
| committer | Tero Kristo <t-kristo@ti.com> | 2015-06-02 05:31:22 -0400 |
| commit | 9f37e90efaf0772b8f98bc347b9db77a3f0c27eb (patch) | |
| tree | 7a3b08e65e085952b5dd45442a22635718501c19 /include | |
| parent | 046b7c31668311942a2e431e7983d8ab9874d845 (diff) | |
clk: ti: dflt: move support for default gate clock to clock driver
With the legacy support gone, OMAP2+ default gate clock can be moved
under clock driver. Create a new file for the purpose, and clean-up
the header exports a bit as some clock APIs are no longer needed
outside clock driver itself.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/clk/ti.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/clk/ti.h b/include/linux/clk/ti.h index fbb65e401d13..81a913edffa7 100644 --- a/include/linux/clk/ti.h +++ b/include/linux/clk/ti.h | |||
| @@ -278,9 +278,6 @@ int omap2_clk_disable_autoidle_all(void); | |||
| 278 | int omap2_clk_enable_autoidle_all(void); | 278 | int omap2_clk_enable_autoidle_all(void); |
| 279 | int omap2_clk_allow_idle(struct clk *clk); | 279 | int omap2_clk_allow_idle(struct clk *clk); |
| 280 | int omap2_clk_deny_idle(struct clk *clk); | 280 | int omap2_clk_deny_idle(struct clk *clk); |
| 281 | int omap2_dflt_clk_enable(struct clk_hw *hw); | ||
| 282 | void omap2_dflt_clk_disable(struct clk_hw *hw); | ||
| 283 | int omap2_dflt_clk_is_enabled(struct clk_hw *hw); | ||
| 284 | void omap2_clkt_iclk_allow_idle(struct clk_hw_omap *clk); | 281 | void omap2_clkt_iclk_allow_idle(struct clk_hw_omap *clk); |
| 285 | void omap2_clkt_iclk_deny_idle(struct clk_hw_omap *clk); | 282 | void omap2_clkt_iclk_deny_idle(struct clk_hw_omap *clk); |
| 286 | void omap2_clk_dflt_find_companion(struct clk_hw_omap *clk, | 283 | void omap2_clk_dflt_find_companion(struct clk_hw_omap *clk, |
| @@ -337,7 +334,6 @@ const struct ti_clk_features *ti_clk_get_features(void); | |||
| 337 | 334 | ||
| 338 | extern const struct clk_hw_omap_ops clkhwops_omap2xxx_dpll; | 335 | extern const struct clk_hw_omap_ops clkhwops_omap2xxx_dpll; |
| 339 | extern const struct clk_hw_omap_ops clkhwops_omap2430_i2chs_wait; | 336 | extern const struct clk_hw_omap_ops clkhwops_omap2430_i2chs_wait; |
| 340 | extern const struct clk_hw_omap_ops clkhwops_wait; | ||
| 341 | extern const struct clk_hw_omap_ops clkhwops_omap3430es2_dss_usbhost_wait; | 337 | extern const struct clk_hw_omap_ops clkhwops_omap3430es2_dss_usbhost_wait; |
| 342 | extern const struct clk_hw_omap_ops clkhwops_am35xx_ipss_module_wait; | 338 | extern const struct clk_hw_omap_ops clkhwops_am35xx_ipss_module_wait; |
| 343 | extern const struct clk_hw_omap_ops clkhwops_am35xx_ipss_wait; | 339 | extern const struct clk_hw_omap_ops clkhwops_am35xx_ipss_wait; |
