mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Andrew Jeffery <andrew@codeconstruct.com.au>
To: Ryan Chen <ryan_chen@aspeedtech.com>, Lee Jones <lee@kernel.org>,
	 "robh@kernel.org" <robh@kernel.org>,
	"krzk+dt@kernel.org" <krzk+dt@kernel.org>,
	 "conor+dt@kernel.org" <conor+dt@kernel.org>,
	"joel@jms.id.au" <joel@jms.id.au>,
	 "mturquette@baylibre.com" <mturquette@baylibre.com>,
	"sboyd@kernel.org" <sboyd@kernel.org>,
	 "p.zabel@pengutronix.de" <p.zabel@pengutronix.de>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"linux-aspeed@lists.ozlabs.org" <linux-aspeed@lists.ozlabs.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-clk@vger.kernel.org" <linux-clk@vger.kernel.org>,
	"dmitry.baryshkov@linaro.org" <dmitry.baryshkov@linaro.org>
Cc: Krzysztof Kozlowski <krzk@kernel.org>
Subject: Re: (subset) [PATCH v6 1/3] dt-bindings: mfd: aspeed: support for AST2700
Date: Mon, 03 Feb 2025 14:10:00 +1030	[thread overview]
Message-ID: <df21af9083a189bf9d2598ee4658f9e45fcdde5f.camel@codeconstruct.com.au> (raw)
In-Reply-To: <OS8PR06MB75417CF1E84556D1492EADF4F2E82@OS8PR06MB7541.apcprd06.prod.outlook.com>

Hi Ryan,

On Fri, 2025-01-31 at 03:51 +0000, Ryan Chen wrote:
> > -----Original Message-----
> > From: Lee Jones <lee@kernel.org>
> > Sent: Saturday, November 2, 2024 12:12 AM
> > To: lee@kernel.org; robh@kernel.org; krzk+dt@kernel.org;
> > conor+dt@kernel.org; joel@jms.id.au; andrew@codeconstruct.com.au;
> > mturquette@baylibre.com; sboyd@kernel.org; p.zabel@pengutronix.de;
> > devicetree@vger.kernel.org; linux-arm-kernel@lists.infradead.org;
> > linux-aspeed@lists.ozlabs.org; linux-kernel@vger.kernel.org;
> > linux-clk@vger.kernel.org; dmitry.baryshkov@linaro.org; Ryan Chen
> > <ryan_chen@aspeedtech.com>
> > Cc: Krzysztof Kozlowski <krzk@kernel.org>
> > Subject: Re: (subset) [PATCH v6 1/3] dt-bindings: mfd: aspeed:
> > support for
> > AST2700
> > 
> > On Wed, 23 Oct 2024 17:01:51 +0800, Ryan Chen wrote:
> > > Add reset, clk dt bindings headers, and update compatible support
> > > for
> > > AST2700 clk, silicon-id in yaml.
> > > 
> > > 
> > 
> > Applied, thanks!
> > 
> > [1/3] dt-bindings: mfd: aspeed: support for AST2700
> >       commit: 76c6217c31266e800b67a476bba59dfeb9858a90
> > 
> > --
> > Lee Jones [李琼斯]
> 
> Hello,
> Since this patch have been applied, if I still want modify I will do
> the rebase and still patch base on this.
> Am I right?
> 
> For example I want to modify include/dt-
> bindings/clock/aspeed,ast2700-scu.h
> I send the patchv8 [1/3] patch for aspeed,ast2700-scu.h
> Others [2/3], [3/3] still progress, am I right?

I'd rebase the series on top of v6.14-rc1 and continue incrementing the
series version. You've replied to v6 here, but I see v7 at [1], so I
guess v8 as you suggest?

[1]: https://lore.kernel.org/all/20241028053018.2579200-1-ryan_chen@aspeedtech.com/

Andrew

  reply	other threads:[~2025-02-03  3:40 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-23  9:01 [PATCH v6 0/3] Add support for AST2700 clk driver Ryan Chen
2024-10-23  9:01 ` [PATCH v6 1/3] dt-bindings: mfd: aspeed: support for AST2700 Ryan Chen
2024-11-01 16:12   ` (subset) " Lee Jones
2025-01-31  3:51     ` Ryan Chen
2025-02-03  3:40       ` Andrew Jeffery [this message]
2025-02-03  6:14         ` Ryan Chen
2024-10-23  9:01 ` [PATCH v6 2/3] reset: aspeed: register AST2700 reset auxiliary bus device Ryan Chen
2024-10-23  9:01 ` [PATCH v6 3/3] clk: aspeed: add AST2700 clock driver Ryan Chen
2024-10-24 12:53   ` kernel test robot
2024-10-24 20:44   ` kernel test robot
2024-10-25 14:56   ` kernel test robot

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=df21af9083a189bf9d2598ee4658f9e45fcdde5f.camel@codeconstruct.com.au \
    --to=andrew@codeconstruct.com.au \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dmitry.baryshkov@linaro.org \
    --cc=joel@jms.id.au \
    --cc=krzk+dt@kernel.org \
    --cc=krzk@kernel.org \
    --cc=lee@kernel.org \
    --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=mturquette@baylibre.com \
    --cc=p.zabel@pengutronix.de \
    --cc=robh@kernel.org \
    --cc=ryan_chen@aspeedtech.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

all inboxes | Powered by JetHome®