diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-10-15 23:19:41 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-10-15 23:19:40 -0700 |
| commit | 4f983fd1aa1ae7640ddaff7e4838f9f04f3e263f (patch) | |
| tree | 64f1f6a0e100cd7b976346ed2928250a5b27964d /include/linux/clk-provider.h | |
| parent | 1f47d424c418e1169c7f8b0957f3c6ee15823947 (diff) | |
| parent | d7c369c0b1849b349ff2fc4270b302e8d56fac26 (diff) | |
Merge "clk: qcom: clk-voter: Add support for voter clocks"
Diffstat (limited to 'include/linux/clk-provider.h')
| -rw-r--r-- | include/linux/clk-provider.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/clk-provider.h b/include/linux/clk-provider.h index 23026ba6ff25..0de2d0c780d7 100644 --- a/include/linux/clk-provider.h +++ b/include/linux/clk-provider.h @@ -669,6 +669,9 @@ void clk_hw_reparent(struct clk_hw *hw, struct clk_hw *new_parent); void clk_hw_set_rate_range(struct clk_hw *hw, unsigned long min_rate, unsigned long max_rate); +unsigned long clk_aggregate_rate(struct clk_hw *hw, + const struct clk_core *parent); + static inline void __clk_hw_set_clk(struct clk_hw *dst, struct clk_hw *src) { dst->clk = src->clk; |
