Re: (subset) [PATCH 0/3] ARM: convert from clk round_rate() to determine_rate()
From: Kevin Hilman <khilman@baylibre.com>
Date: 2025-09-15 23:24:29
Also in:
linux-clk, linux-omap, lkml
From: Kevin Hilman <khilman@baylibre.com>
Date: 2025-09-15 23:24:29
Also in:
linux-clk, linux-omap, lkml
Kevin Hilman [off-list ref] writes:
On Thu, 10 Jul 2025 19:42:15 -0400, Brian Masney wrote:quoted
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. Coccinelle semantic patch: [...]Applied, thanks! [1/3] ARM: OMAP1: clock: convert from round_rate() to determine_rate() commit: e2c0510935c5485a2dacfd13af3958536b9d138b [2/3] ARM: OMAP2+: clock: convert from round_rate() to determine_rate() commit: bb676996ed583464504123721195e98a708fbba9
I only toook the OMAP patches, Linus W. should take the mach-versatile one as he's the maintainer for that platform. Kevin