Re: [PATCH v2 1/5] clk: Extract OF clock helpers in <linux/of_clk.h>

From: Heiko Stuebner
Date: Tue Apr 10 2018 - 09:15:52 EST


Am Dienstag, 10. April 2018, 14:51:37 CEST schrieb Geert Uytterhoeven:
> The use of of_clk_get_parent_{count,name}() and of_clk_init() is not
> limited to clock providers.
>
> Hence move these helpers into their own header file, so callers that are
> not clock providers no longer have to include <linux/clk-provider.h>.
>
> Suggested-by: Stephen Boyd <sboyd@xxxxxxxxxx>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>

Really cool move,
Reviewed-by: Heiko Stuebner <heiko@xxxxxxxxx>