Message ID | cover.1543922403.git.matti.vaittinen@fi.rohmeurope.com (mailing list archive) |
---|---|
Headers | show |
Series | clk: clkdev/of_clk - add managed lookup and provider registrations | expand |
On Tue, Dec 04, 2018 at 01:31:43PM +0200, Matti Vaittinen wrote: > Series add bd71837/bd71837 PMIC clock support + managed interfaces > Changed drivers are: > clk-max77686, clk-st, clk-hi655x, rk808, clk-twl6040 > and apcs-msm8916. New driver is clk-bd718x7 > > Changelog (for this series) v6 > - Drop 'devm_of_clk_add_parent_hw_provider'. Change > 'devm_of_clk_add_hw_provider' to look the parent device node for > provider information if device's own node does not contain > #clock-cells - property. Forgot to mention the obvious - I did also convert the call to devm_of_clk_add_parent_hw_provider to call to devm_of_clk_add_hw_provider from all drivers where I had this new call added. I kept Reviewed-by and Acked-by tags from Peter Ujfalusi and Krzysztof Kozlowski as the devm_of_clk_add_hw_provider should now do same thing as devm_of_clk_add_parent_hw_provider did. Please let me know if this is not Ok. Br, Matti Vaittinen