clk: mux: Introduce devm_clk_hw_register_mux_parent_hws()
authorMarijn Suijten <marijn.suijten@somainline.org>
Wed, 29 Jun 2022 22:53:22 +0000 (00:53 +0200)
committerStephen Boyd <sboyd@kernel.org>
Fri, 29 Jul 2022 23:44:07 +0000 (16:44 -0700)
commitdf63af17f3375239e0be124844f304b4a4b60665
tree6b3cc72d605871ec5bc732374fdcbe05576deb07
parent909fcb195201f7c3aa81523cc182a4c9b52210e5
clk: mux: Introduce devm_clk_hw_register_mux_parent_hws()

Add the devres variant of clk_hw_register_mux_hws() for registering a
mux clock with clk_hw parent pointers instead of parent names.

Signed-off-by: Marijn Suijten <marijn.suijten@somainline.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20220629225331.357308-3-marijn.suijten@somainline.org
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
include/linux/clk-provider.h