]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - Documentation/clk.txt
spmi: add generic SPMI controller binding documentation
[karo-tx-linux.git] / Documentation / clk.txt
index eb20198783cd438d6a1f38942888bbef8ff91fe2..699ef2a323b102a7c176a8cf30fcbd7ef99997ba 100644 (file)
@@ -77,6 +77,9 @@ the operations defined in clk.h:
                int             (*set_parent)(struct clk_hw *hw, u8 index);
                u8              (*get_parent)(struct clk_hw *hw);
                int             (*set_rate)(struct clk_hw *hw, unsigned long);
+               int             (*set_rate_and_parent)(struct clk_hw *hw,
+                                           unsigned long rate,
+                                           unsigned long parent_rate, u8 index);
                unsigned long   (*recalc_accuracy)(struct clk_hw *hw,
                                                   unsigned long parent_accuracy);
                void            (*init)(struct clk_hw *hw);