diff options
author | Tero Kristo <t-kristo@ti.com> | 2015-03-02 19:06:54 +0200 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2015-06-02 12:31:13 +0300 |
commit | bf22bae794d696e411acfcac39b415e160e93834 (patch) | |
tree | 73614c7bd3659b8edaaf841cfb8f2e2c545b5795 /drivers/clk/ti/clock.h | |
parent | 5100349b95bf238c6c83cb702a64a56a6ee58fc9 (diff) | |
download | op-kernel-dev-bf22bae794d696e411acfcac39b415e160e93834.zip op-kernel-dev-bf22bae794d696e411acfcac39b415e160e93834.tar.gz |
clk: ti: autoidle: move generic autoidle handling code to clock driver
This is no longer needed in platform directory, as the legacy clock data
is gone, so move it under TI clock driver. Some static functions are
renamed also.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'drivers/clk/ti/clock.h')
-rw-r--r-- | drivers/clk/ti/clock.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/clk/ti/clock.h b/drivers/clk/ti/clock.h index a7256a9..9b51021 100644 --- a/drivers/clk/ti/clock.h +++ b/drivers/clk/ti/clock.h @@ -169,6 +169,9 @@ void ti_clk_patch_legacy_clks(struct ti_clk **patch); struct clk *ti_clk_register_clk(struct ti_clk *setup); int ti_clk_register_legacy_clks(struct ti_clk_alias *clks); +void omap2_init_clk_hw_omap_clocks(struct clk *clk); +int of_ti_clk_autoidle_setup(struct device_node *node); + extern const struct clk_hw_omap_ops clkhwops_omap4_dpllmx; extern const struct clk_hw_omap_ops clkhwops_iclk; extern const struct clk_hw_omap_ops clkhwops_iclk_wait; |