diff options
author | Michael Turquette <mturquette@linaro.org> | 2015-02-03 01:59:38 +0300 |
---|---|---|
committer | Michael Turquette <mturquette@linaro.org> | 2015-02-03 01:59:38 +0300 |
commit | 54eea32f7ed3037c91853924227585b65df909a8 (patch) | |
tree | 4e3e9ece8a66f611e980ddc503ca7184db8f83fb /Documentation/clk.txt | |
parent | e36f014edff70fc02b3d3d79cead1d58f289332e (diff) | |
parent | b530e7d2108a871279dcf707d9d15a3358767d2b (diff) | |
download | linux-54eea32f7ed3037c91853924227585b65df909a8.tar.xz |
Merge branch 'clk-next' into v3.19-rc7
Diffstat (limited to 'Documentation/clk.txt')
-rw-r--r-- | Documentation/clk.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/clk.txt b/Documentation/clk.txt index 4ff84623d5e1..0e4f90aa1c13 100644 --- a/Documentation/clk.txt +++ b/Documentation/clk.txt @@ -73,6 +73,8 @@ the operations defined in clk.h: unsigned long *parent_rate); long (*determine_rate)(struct clk_hw *hw, unsigned long rate, + unsigned long min_rate, + unsigned long max_rate, unsigned long *best_parent_rate, struct clk_hw **best_parent_clk); int (*set_parent)(struct clk_hw *hw, u8 index); |