diff options
| author | 2014-09-29 23:38:59 -0700 | |
|---|---|---|
| committer | 2014-09-29 23:38:59 -0700 | |
| commit | 82de1bc86c493ad832db270635fbf4e8c237f02f (patch) | |
| tree | f70562cf3ae0a777ff55da734466627e2ab2478c /include/linux | |
| parent | Merge tag 'hix5hd2-clock-for-3.18-v2' of git://github.com/hisilicon/linux-hisi into clk-next (diff) | |
| parent | clk: ti: dra7-atl-clock: Mark the device as pm_runtime_irq_safe (diff) | |
| download | linux-dev-82de1bc86c493ad832db270635fbf4e8c237f02f.tar.xz linux-dev-82de1bc86c493ad832db270635fbf4e8c237f02f.zip | |
Merge branch 'for-v3.18/ti-clk-driver' of github.com:t-kristo/linux-pm into clk-next
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/clk/ti.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/clk/ti.h b/include/linux/clk/ti.h index e8d8a35034a5..f75acbf70e96 100644 --- a/include/linux/clk/ti.h +++ b/include/linux/clk/ti.h @@ -292,6 +292,7 @@ void omap2xxx_clkt_vps_init(void); void __iomem *ti_clk_get_reg_addr(struct device_node *node, int index); void ti_dt_clocks_register(struct ti_dt_clk *oclks); void ti_dt_clk_init_provider(struct device_node *np, int index); +void ti_dt_clk_init_retry_clks(void); void ti_dt_clockdomains_setup(void); int ti_clk_retry_init(struct device_node *node, struct clk_hw *hw, ti_of_clk_init_cb_t func); |
