Re: [PATCH 0/3] ARM: convert from clk round_rate() to determine_rate()
From: Brian Masney <bmasney@redhat.com>
Date: 2025-09-14 12:04:57
Also in:
linux-clk, linux-omap, lkml
From: Brian Masney <bmasney@redhat.com>
Date: 2025-09-14 12:04:57
Also in:
linux-clk, linux-omap, lkml
Hi all, On Thu, Jul 10, 2025 at 07:42:15PM -0400, Brian Masney wrote:
The round_rate() clk ops is deprecated in the clk framework in favor of the determine_rate() clk ops, so let's go ahead and convert the drivers in the arm32 subsystem using the Coccinelle semantic patch posted below. I did a few minor cosmetic cleanups of the code in a few cases.
Would it be possible to get this picked up for v6.18? I'd like to remove this API from drivers/clk in v6.19. Thanks, Brian