]> git.ipfire.org Git - thirdparty/linux.git/commit
clk: ep93xx: convert from round_rate() to determine_rate()
authorBrian Masney <bmasney@redhat.com>
Mon, 11 Aug 2025 15:18:06 +0000 (11:18 -0400)
committerBrian Masney <bmasney@redhat.com>
Mon, 8 Sep 2025 13:41:26 +0000 (09:41 -0400)
commit986a96226cd3a20836425deb8a281efb8ff37b9d
tree910fa54aa230046393f84ce4c513341e3fa2e882
parent2233ab21bc81dadabed0bd4a9392b7b353445965
clk: ep93xx: 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: Alexander Sverdlin <alexander.sverdlin@gmail.com>
Signed-off-by: Brian Masney <bmasney@redhat.com>
drivers/clk/clk-ep93xx.c