Re: [PATCH V6 1/4] clk: bulk: add of_clk_bulk_get()

From: Stephen Boyd
Date: Tue Oct 16 2018 - 18:44:08 EST


Quoting Dong Aisheng (2018-08-30 21:45:53)
> 'clock-names' property is optional in DT, so of_clk_bulk_get() is
> introduced here to handle this for DT users without 'clock-names'
> specified. Later clk_bulk_get_all() will be implemented on top of
> it and this API will be kept private until someone proves they need
> it because they don't have a struct device pointer.
>
> Cc: Stephen Boyd <sboyd@xxxxxxxxxxxxxx>
> Cc: Michael Turquette <mturquette@xxxxxxxxxxxx>
> Cc: Russell King <linux@xxxxxxxxxxxxxxxx>
> Reported-by: Shawn Guo <shawnguo@xxxxxxxxxx>
> Tested-by: Thor Thayer <thor.thayer@xxxxxxxxxxxxxxx>
> Signed-off-by: Dong Aisheng <aisheng.dong@xxxxxxx>
> ---

Applied to clk-next