[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <7hseh0a90h.fsf@baylibre.com>
Date: Fri, 05 Sep 2025 14:23:42 -0700
From: Kevin Hilman <khilman@...nel.org>
To: Andreas Kemnade <andreas@...nade.info>, Brian Masney <bmasney@...hat.com>
Cc: Tero Kristo <kristo@...nel.org>, Michael Turquette
<mturquette@...libre.com>, Stephen Boyd <sboyd@...nel.org>, Maxime Ripard
<mripard@...nel.org>, linux-omap@...r.kernel.org,
linux-clk@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 0/7] clk: ti: convert from clk round_rate() to
determine_rate()
Andreas Kemnade <andreas@...nade.info> writes:
> Am Mon, 11 Aug 2025 08:48:05 -0400
> schrieb Brian Masney <bmasney@...hat.com>:
>
>> The round_rate() clk ops is deprecated in the clk framework in favor
>> of the determine_rate() clk ops. The first two patches in this series
>> drops the round_rate() function since a determine_rate() function is
>> already implemented. The remaining patches convert the drivers using
>> the Coccinelle semantic patch posted below. I did a few minor cosmetic
>> cleanups of the code in a few cases.
>>
>> I want to call out the changes to the dpll driver since a fair number
>> of changes had to be done outside of Coccinelle. I unfortunately don't
>> have this particular hardware on hand, so I was not able to test it.
>> I broke the changes to this driver up into smaller chunks to make it
>> easier to review.
>>
> Tested-by: Anddreas Kemnade <andreas@...nade.info> # OMAP3 GTA04, OMAP4 Panda
>
> No new scary things seen on boot. Can someone check this on AM3, too?
I gave this a basic boot test on am335x-boneblack. All is well.
Reviewed-by: Kevin Hilman <khilman@...libre.com>
Tested-by: Kevin Hilman <khilman@...libre.com>
Kevin
Powered by blists - more mailing lists