]> git.ipfire.org Git - thirdparty/linux.git/commit
clk: sprd: div: convert from round_rate() to determine_rate()
authorBrian Masney <bmasney@redhat.com>
Mon, 11 Aug 2025 15:18:45 +0000 (11:18 -0400)
committerBrian Masney <bmasney@redhat.com>
Mon, 8 Sep 2025 13:41:28 +0000 (09:41 -0400)
commitdeb4740a5ff89957309b0479210af7448f1846f2
tree36718a7ace890100e19d216c57659f4371356936
parent19271e0d45221ce5767cd9ba50334f8479f09b3a
clk: sprd: div: 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.

Reviewed-by: Chunyan Zhang <zhang.lyra@gmail.com>
Signed-off-by: Brian Masney <bmasney@redhat.com>
drivers/clk/sprd/div.c