[PATCH 25/34] clk: s2mps11: Migrate to clk_hw based OF and registration APIs
From: Andi Shyti <hidden>
Date: 2016-06-08 07:22:47
Also in:
linux-clk, lkml
From: Andi Shyti <hidden>
Date: 2016-06-08 07:22:47
Also in:
linux-clk, lkml
Hi Stephen,
Now that we have clk_hw based provider APIs to register clks, we can get rid of struct clk pointers while registering clks in these drivers, allowing us to move closer to a clear split of consumer and provider clk APIs. Cc: Andi Shyti <redacted> Cc: Krzysztof Kozlowski <redacted> Signed-off-by: Stephen Boyd <redacted> --- See commit 58657d189a2f and it's children for details on this new registration API. drivers/clk/clk-s2mps11.c | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-)
Acked-by: Andi Shyti <redacted> Thanks, Andi