X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=Documentation%2Fclk.txt;h=0e4f90aa1c136eaa40c9d93e3586bbffdd180de4;hb=18824894dbec3eb2202fc92d52a0c8bd27c8a63f;hp=4ff84623d5e16eb42c17f90eb1851eea19b9d82f;hpb=2f5eaf66e580f64032b365a00157b6b58c266b37;p=cascardo%2Flinux.git 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);