clk: fixed-factor: Introduce *clk_hw_register_fixed_factor_parent_hw()
authorMarijn Suijten <marijn.suijten@somainline.org>
Wed, 29 Jun 2022 22:53:23 +0000 (00:53 +0200)
committerStephen Boyd <sboyd@kernel.org>
Fri, 29 Jul 2022 23:44:08 +0000 (16:44 -0700)
commit6ebd5247ad2aa210b3ff4481c6ed8aa32a032b12
tree64177971adf74520a8733c2cccf6e30288264405
parentdf63af17f3375239e0be124844f304b4a4b60665
clk: fixed-factor: Introduce *clk_hw_register_fixed_factor_parent_hw()

Add the devres and non-devres variant of
clk_hw_register_fixed_factor_parent_hw() for registering a fixed factor
clock with clk_hw parent pointer instead of parent name.

Signed-off-by: Marijn Suijten <marijn.suijten@somainline.org>
Link: https://lore.kernel.org/r/20220629225331.357308-4-marijn.suijten@somainline.org
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/clk-fixed-factor.c
include/linux/clk-provider.h