]> git.ipfire.org Git - thirdparty/linux.git/commit
clk: versaclock5: convert from round_rate() to determine_rate()
authorBrian Masney <bmasney@redhat.com>
Mon, 11 Aug 2025 15:19:38 +0000 (11:19 -0400)
committerBrian Masney <bmasney@redhat.com>
Mon, 8 Sep 2025 13:41:31 +0000 (09:41 -0400)
commit7bf7153230f7bb14d9410d998ac083d73405d926
tree856b01419c81c76e0239aee931a8e6cd16a6e277
parent7a19c341d54c97fdd09c232ce14b4a2fcdd71d9b
clk: versaclock5: 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: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Brian Masney <bmasney@redhat.com>
drivers/clk/clk-versaclock5.c