Re: [PATCH v11 03/38] clk: ep93xx: add DT support for Cirrus EP93xx

From: Nikita Shubin
Date: Fri Aug 02 2024 - 03:15:05 EST


Hi Stephen!

Just in case you missed this one in last series update:

Changelog for this patch:
- added devm_ep93xx_clk_hw_register_fixed_rate_parent_data() for
devm_ version of clk_hw_register_fixed_rate_parent_data()
-
s/devm_clk_hw_register_fixed_rate()/devm_ep93xx_clk_hw_register_fixed_r
ate_parent_data()/
- replaced all devm_clk_hw_register_fixed_factor() to
devm_clk_hw_register_fixed_factor_parent_hw() or
devm_clk_hw_register_fixed_factor_index()
- s/devm_clk_hw_register_gate()/devm_clk_hw_register_gate_parent_data()

Stephen - it think that's you was aiming for - to get rid of all
functions that are using const char* parent_name directly instead of
clk_hw or clk_parent_data.