ARM: OMAP1: clock: convert from round_rate() to determine_rate()
authorBrian Masney <bmasney@redhat.com>
Thu, 10 Jul 2025 23:42:16 +0000 (19:42 -0400)
committerKevin Hilman <khilman@baylibre.com>
Mon, 15 Sep 2025 23:18:01 +0000 (16:18 -0700)
commite2c0510935c5485a2dacfd13af3958536b9d138b
tree566ef3f466ad9e64f5774ce8236d88085d6a97fd
parent21e2e1abd4321a220a11c2963ff60214fd73c3e8
ARM: OMAP1: 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: Janusz Krzysztofik <jmkrzyszt@gmail.com>
Link: https://lore.kernel.org/r/20250710-arm32-clk-round-rate-v1-1-a9146b77aca9@redhat.com
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm/mach-omap1/clock.c