]> git.ipfire.org Git - thirdparty/linux.git/commit
clk: scpi: convert from round_rate() to determine_rate()
authorBrian Masney <bmasney@redhat.com>
Mon, 11 Aug 2025 15:18:32 +0000 (11:18 -0400)
committerBrian Masney <bmasney@redhat.com>
Mon, 8 Sep 2025 13:41:28 +0000 (09:41 -0400)
commit6a67550bc4da6f4f852a2593f893db3c9840a9c7
treed039744c5703c38f15f9b4da2d7dfac77b1e0a19
parent1c7452aa7577d8b521eae162a5a51d7408902985
clk: scpi: convert from round_rate() to determine_rate()

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.

Signed-off-by: Brian Masney <bmasney@redhat.com>
drivers/clk/clk-scpi.c