]> www.infradead.org Git - users/jedix/linux-maple.git/commit
clk: ux500: prcmu: convert from round_rate() to determine_rate()
authorBrian Masney <bmasney@redhat.com>
Mon, 11 Aug 2025 15:19:37 +0000 (11:19 -0400)
committerBrian Masney <bmasney@redhat.com>
Mon, 8 Sep 2025 13:41:31 +0000 (09:41 -0400)
commit7a19c341d54c97fdd09c232ce14b4a2fcdd71d9b
treebca5ddaef943db606b46e2ce591fad8e09111364
parentf32c0f8b9097e8c077b804ca4d2741a4cd90217d
clk: ux500: prcmu: 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.

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Brian Masney <bmasney@redhat.com>
drivers/clk/ux500/clk-prcmu.c