]> git.ipfire.org Git - thirdparty/linux.git/commit
clk: at91: h32mx: convert from round_rate() to determine_rate()
authorBrian Masney <bmasney@redhat.com>
Mon, 11 Aug 2025 15:17:57 +0000 (11:17 -0400)
committerBrian Masney <bmasney@redhat.com>
Mon, 8 Sep 2025 13:41:26 +0000 (09:41 -0400)
commit1ddde15e99a2033c8e21a9ab34a72f166c4bd385
treed072fb4f8cc7d4f415e0c5c543602d2837a462e1
parentae139c6addbe71ce2459a377c7695494311ef62d
clk: at91: h32mx: 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/at91/clk-h32mx.c