[PATCH 05/13] clk: imx: fixup-div: convert from round_rate() to determine_rate()
Stephen Boyd
sboyd at kernel.org
Thu Jul 24 15:16:00 PDT 2025
Quoting Brian Masney (2025-07-10 14:10:37)
> 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.
>
> The change to call fixup_div->ops->determine_rate() instead of
> fixup_div->ops->round_rate() was done by hand.
>
> Signed-off-by: Brian Masney <bmasney at redhat.com>
> ---
Applied to clk-next
More information about the linux-arm-kernel
mailing list