Re: [PATCH 13/13] clk: imx: scu: convert from round_rate() to determine_rate()
From: Stephen Boyd
Date: Thu Jul 24 2025 - 18:15:39 EST
Quoting Brian Masney (2025-07-10 14:10:45)
> The round_rate() clk ops is deprecated, so migrate this driver from
> round_rate() to determine_rate() using the Coccinelle semantic patch
> on the cover letter of this series.
>
> This driver also 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@xxxxxxxxxx>
> ---
Applied to clk-next