ARM: versatile: clock: convert from round_rate() to determine_rate()
authorBrian Masney <bmasney@redhat.com>
Wed, 1 Oct 2025 06:11:00 +0000 (08:11 +0200)
committerArnd Bergmann <arnd@arndb.de>
Wed, 1 Oct 2025 21:49:09 +0000 (23:49 +0200)
commit65d2419f931c08ead6722fbb9d4bd8cecb25a7e3
tree886c24e7500ac4a2c21a80039d7e49801a44e221
parent32cdf411b4f8c23f6a5e6d897a64d1501dfaaee3
ARM: versatile: clock: 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>
Acked-by: Sudeep Holla <sudeep.holla@arm.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20251001061100.372737-1-linus.walleij@linaro.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-versatile/spc.c