]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
clk: mvebu: armada-37xx-periph: convert from round_rate() to determine_rate()
authorBrian Masney <bmasney@redhat.com>
Mon, 11 Aug 2025 15:19:18 +0000 (11:19 -0400)
committerBrian Masney <bmasney@redhat.com>
Mon, 8 Sep 2025 13:41:30 +0000 (09:41 -0400)
commit4b76d76f6f7f99fc525663b8d204d8719c37cd88
tree3a5862e8c51a81e709ba99e12b5af54f58b650dc
parenta540d5d408f65f381a19134d17b55f5e69c48435
clk: mvebu: armada-37xx-periph: 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/mvebu/armada-37xx-periph.c