]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
clk: at91: sam9x60-pll: convert from round_rate() to determine_rate()
authorBrian Masney <bmasney@redhat.com>
Mon, 11 Aug 2025 15:18:00 +0000 (11:18 -0400)
committerBrian Masney <bmasney@redhat.com>
Mon, 8 Sep 2025 13:41:26 +0000 (09:41 -0400)
commitfcf97201711822d90cea8132ca631e267f5d8c1f
tree220fb005dfe980f59dce571fabed023de63848fe
parent3c117b696a8a9733fe9b8affc5a13536c60ff730
clk: at91: sam9x60-pll: 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-sam9x60-pll.c