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