From: Kevin Hilman <khilman@kernel.org>
To: Andreas Kemnade <andreas@kemnade.info>,
Brian Masney <bmasney@redhat.com>
Cc: Tero Kristo <kristo@kernel.org>,
Michael Turquette <mturquette@baylibre.com>,
Stephen Boyd <sboyd@kernel.org>,
Maxime Ripard <mripard@kernel.org>,
linux-omap@vger.kernel.org, linux-clk@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/7] clk: ti: convert from clk round_rate() to determine_rate()
Date: Fri, 05 Sep 2025 14:23:42 -0700 [thread overview]
Message-ID: <7hseh0a90h.fsf@baylibre.com> (raw)
In-Reply-To: <20250814094527.29745592@akair>
Andreas Kemnade <andreas@kemnade.info> writes:
> Am Mon, 11 Aug 2025 08:48:05 -0400
> schrieb Brian Masney <bmasney@redhat.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@kemnade.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@baylibre.com>
Tested-by: Kevin Hilman <khilman@baylibre.com>
Kevin
next prev parent reply other threads:[~2025-09-05 21:23 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-11 12:48 [PATCH 0/7] clk: ti: convert from clk round_rate() to determine_rate() Brian Masney
2025-08-11 12:48 ` [PATCH 1/7] clk: ti: dpll: remove round_rate() in favor of determine_rate() Brian Masney
2025-08-11 12:48 ` [PATCH 2/7] clk: ti: dpll: change error return from ~0 to -EINVAL Brian Masney
2025-08-11 12:48 ` [PATCH 3/7] clk: ti: dpll: convert from round_rate() to determine_rate() Brian Masney
2025-08-11 12:48 ` [PATCH 4/7] clk: ti: composite: " Brian Masney
2025-08-11 12:48 ` [PATCH 5/7] clk: ti: divider: " Brian Masney
2025-08-11 12:48 ` [PATCH 6/7] clk: ti: dra7-atl: " Brian Masney
2025-08-11 12:48 ` [PATCH 7/7] clk: ti: fapll: " Brian Masney
2025-08-14 7:45 ` [PATCH 0/7] clk: ti: convert from clk " Andreas Kemnade
2025-09-05 21:23 ` Kevin Hilman [this message]
2025-09-08 17:09 ` Brian Masney
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7hseh0a90h.fsf@baylibre.com \
--to=khilman@kernel.org \
--cc=andreas@kemnade.info \
--cc=bmasney@redhat.com \
--cc=kristo@kernel.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=mripard@kernel.org \
--cc=mturquette@baylibre.com \
--cc=sboyd@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.