]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
clk: xgene: convert from round_rate() to determine_rate()
authorBrian Masney <bmasney@redhat.com>
Mon, 11 Aug 2025 15:18:57 +0000 (11:18 -0400)
committerBrian Masney <bmasney@redhat.com>
Mon, 8 Sep 2025 13:41:29 +0000 (09:41 -0400)
commitf95ed76fbe61ee473ed682f93de3578cf6c60a1a
treefb2bae132c6e3cdc8fbe8c069c2052dc319e1f6b
parentd616db080a0b9e006c2b3f57a2a8f3bfc67dc8e0
clk: xgene: 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-xgene.c