[PATCH 02/13] clk: imx: composite-93: remove round_rate() in favor of determine_rate()
Stephen Boyd
sboyd at kernel.org
Thu Jul 24 15:16:11 PDT 2025
Quoting Brian Masney (2025-07-10 14:10:34)
> This driver implements both the determine_rate() and round_rate() clk
> ops, and the round_rate() clk ops is deprecated. When both are defined,
> clk_core_determine_round_nolock() from the clk core will only use the
> determine_rate() clk ops, so let's remove the round_rate() clk ops since
> it's unused.
>
> Signed-off-by: Brian Masney <bmasney at redhat.com>
> ---
Applied to clk-next
More information about the linux-arm-kernel
mailing list