[PATCH V6 1/4] clk: bulk: add of_clk_bulk_get()
From: sboyd@kernel.org (Stephen Boyd)
Date: 2018-10-16 22:44:08
Also in:
linux-clk, lkml
From: sboyd@kernel.org (Stephen Boyd)
Date: 2018-10-16 22:44:08
Also in:
linux-clk, lkml
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 <redacted> Cc: Michael Turquette <mturquette@baylibre.com> Cc: Russell King <redacted> Reported-by: Shawn Guo <shawnguo@kernel.org> Tested-by: Thor Thayer <redacted> Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com> ---
Applied to clk-next