linux-aspeed.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Andrew Jeffery <andrew@codeconstruct.com.au>
To: "Winiarska, Iwona" <iwona.winiarska@intel.com>,
	 "gregkh@linuxfoundation.org" <gregkh@linuxfoundation.org>,
	"bmasney@redhat.com" <bmasney@redhat.com>
Cc: "joel@jms.id.au" <joel@jms.id.au>,
	"linux-aspeed@lists.ozlabs.org" <linux-aspeed@lists.ozlabs.org>,
	"sboyd@kernel.org" <sboyd@kernel.org>,
	 "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"linux-clk@vger.kernel.org" <linux-clk@vger.kernel.org>,
	"openbmc@lists.ozlabs.org" <openbmc@lists.ozlabs.org>,
	"mripard@kernel.org" <mripard@kernel.org>
Subject: Re: [PATCH] peci: controller: peci-aspeed: convert from round_rate() to determine_rate()
Date: Wed, 22 Oct 2025 09:05:13 +1030	[thread overview]
Message-ID: <4aa22124cefc6bd23d75bdb0d5a85a2f38c22a77.camel@codeconstruct.com.au> (raw)
In-Reply-To: <d53256b35ee7089607463c66bb4a8c3420faf058.camel@intel.com>

On Tue, 2025-10-21 at 21:01 +0000, Winiarska, Iwona wrote:
> On Mon, 2025-10-20 at 09:30 +1030, Andrew Jeffery wrote:
> > On Fri, 2025-10-17 at 09:43 +0200, Greg Kroah-Hartman wrote:
> > > On Fri, Oct 17, 2025 at 05:57:44PM +1030, Andrew Jeffery wrote:
> > > > On Fri, 2025-10-17 at 08:41 +0200, Greg Kroah-Hartman wrote:
> > > > > On Fri, Oct 17, 2025 at 04:52:37PM +1030, Andrew Jeffery wrote:
> > > > > > Hi Greg,
> > > > > > 
> > > > > > On Thu, 2025-10-16 at 12:11 -0400, Brian Masney wrote:
> > > > > > > Hi Andrew and Iwona,
> > > > > > > 
> > > > > > > On Mon, Sep 15, 2025 at 02:36:48PM +0930, Andrew Jeffery wrote:
> > > > > > > > Hi Brian,
> > > > > > > > 
> > > > > > > > On Sun, 2025-09-14 at 07:56 -0400, Brian Masney wrote:
> > > > > > > > > Hi Iwona, Joel, and Andrew,
> > > > > > > > > 
> > > > > > > > > On Sun, Aug 10, 2025 at 06:21:51PM -0400, Brian Masney wrote:
> > > > > > > > > > The round_rate() clk ops is deprecated, so migrate this
> > > > > > > > > > driver from
> > > > > > > > > > round_rate() to determine_rate() using the Coccinelle
> > > > > > > > > > semantic patch
> > > > > > > > > > appended to the "under-the-cut" portion of the patch.
> > > > > > > > > > 
> > > > > > > > > > Signed-off-by: Brian Masney <bmasney@redhat.com>
> > > > > > > > > 
> > > > > > > > > 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.
> > > > > > > > 
> > > > > > > > My (strong) preference is that Iwona applies it, but I'll keep
> > > > > > > > an eye
> > > > > > > > out for any unusual delays.
> > > > > > > 
> > > > > > > This patch wasn't picked up for v6.18. Any chance this can get
> > > > > > > picked up
> > > > > > > now for v6.19?
> > > > > > > 
> > > > > > > I'm hoping to get this merged so that we can remove the
> > > > > > > round_rate() clk
> > > > > > > op from the clk core. The clk maintainer (Stephen) mentioned this
> > > > > > > work
> > > > > > > in his last pull to Linus.
> > > > > > > 
> > > > > > > https://lore.kernel.org/linux-clk/20251007051720.11386-1-sboyd@kernel.org/
> > > > > > 
> > > > > > Are you happy to pick this up directly in Iwona's absence?
> > > > > 
> > > > > Why me?
> > > > 
> > > > I figured that would be sensible since Iwona historically sent you PRs
> > > > for the PECI subsystem.
> > > 
> > > I did not remember that, sorry.
> > > 
> > 
> > No worries.
> > 
> > >   The MAINTAINERS file does not mention
> > > this at all, and it lists many other maintainers that should be able to
> > > take this patch:
> > > 	$ ./scripts/get_maintainer.pl  drivers/peci/controller/peci-
> > > aspeed.c
> > > 	Iwona Winiarska <iwona.winiarska@intel.com> (maintainer:ASPEED PECI
> > > CONTROLLER)
> > > 	Joel Stanley <joel@jms.id.au> (maintainer:ARM/ASPEED MACHINE
> > > SUPPORT)
> > > 	Andrew Jeffery <andrew@codeconstruct.com.au> (maintainer:ARM/ASPEED
> > > MACHINE SUPPORT)
> > 
> > Iwona currently appears unresponsive, as mentioned. Joel's stepped back
> > from maintaining the ASPEED bits as of earlier this year; I worked with
> > him to add myself as a maintainer there, hence the last entry, and now
> > getting in touch with you.
> > 
> > I can apply the patch and send you a PR if that helps, if Iwona doesn't
> > respond in the mean time.
> 
> Hi!
> 
> Sorry for the delay - for some reason this entire thread didn't land in my inbox
> and I just found it now, randomly browsing mailing list :/
> 
> I will sent it as a PR for v6.19.

Ah, super! Thanks Iwona.

Andrew


  reply	other threads:[~2025-10-21 22:35 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-10 22:21 [PATCH] peci: controller: peci-aspeed: convert from round_rate() to determine_rate() Brian Masney
2025-09-14 11:56 ` Brian Masney
2025-09-15  5:06   ` Andrew Jeffery
2025-10-16 16:11     ` Brian Masney
2025-10-17  6:22       ` Andrew Jeffery
2025-10-17  6:41         ` Greg Kroah-Hartman
2025-10-17  7:27           ` Andrew Jeffery
2025-10-17  7:43             ` Greg Kroah-Hartman
2025-10-19 23:00               ` Andrew Jeffery
2025-10-21 21:01                 ` Winiarska, Iwona
2025-10-21 22:35                   ` Andrew Jeffery [this message]
2025-10-21 21:07 ` Winiarska, Iwona

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=4aa22124cefc6bd23d75bdb0d5a85a2f38c22a77.camel@codeconstruct.com.au \
    --to=andrew@codeconstruct.com.au \
    --cc=bmasney@redhat.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=iwona.winiarska@intel.com \
    --cc=joel@jms.id.au \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-aspeed@lists.ozlabs.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mripard@kernel.org \
    --cc=openbmc@lists.ozlabs.org \
    --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;
as well as URLs for NNTP newsgroup(s).