Re: [PATCH v2 2/3] clk: composite: add devm_clk_hw_register_composite_pdata()

2020-12-07 Thread Stephen Boyd
Quoting Michael Walle (2020-11-05 11:27:45) > This will simplify drivers which would only unregister the clk in their > remove() op. > > Signed-off-by: Michael Walle > --- Applied to clk-next

[PATCH v2 2/3] clk: composite: add devm_clk_hw_register_composite_pdata()

2020-11-05 Thread Michael Walle
This will simplify drivers which would only unregister the clk in their remove() op. Signed-off-by: Michael Walle --- Changes since v1: - new patch drivers/clk/clk-composite.c | 50 include/linux/clk-provider.h | 7 + 2 files changed, 57