Linux clock framework development
 help / color / mirror / Atom feed
From: Brian Masney <bmasney@redhat.com>
To: Tero Kristo <kristo@kernel.org>,
	Michael Turquette <mturquette@baylibre.com>,
	Stephen Boyd <sboyd@kernel.org>,
	Maxime Ripard <mripard@kernel.org>
Cc: 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: Mon, 8 Sep 2025 13:09:20 -0400	[thread overview]
Message-ID: <aL8NwHe00OeVuAuW@x1> (raw)
In-Reply-To: <20250811-b4-clk-ti-round-rate-v1-0-cc0840594a49@redhat.com>

On Mon, Aug 11, 2025 at 08:48:05AM -0400, Brian Masney wrote:
> 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.

I included this patch series in this PULL request to Stephen:
https://lore.kernel.org/linux-clk/aL8MXYrR5uoBa4cB@x1/T/#u

Brian


      parent reply	other threads:[~2025-09-08 17:09 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
2025-09-08 17:09 ` Brian Masney [this message]

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=aL8NwHe00OeVuAuW@x1 \
    --to=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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox