All of lore.kernel.org
 help / color / mirror / Atom feed
From: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
To: Jisheng Zhang <Jisheng.Zhang@synaptics.com>
Cc: Linus Walleij <linus.walleij@linaro.org>,
	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>,
	Rob Herring <robh+dt@kernel.org>,
	Dinh Nguyen <dinguyen@kernel.org>,
	Khuong Dinh <khuong@os.amperecomputing.com>,
	Wei Xu <xuwei5@hisilicon.com>,
	Linux ARM <linux-arm-kernel@lists.infradead.org>,
	"open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" 
	<devicetree@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Saravana Kannan <saravanak@google.com>
Subject: Re: [PATCH 0/8] arm/arm64: dts: Use generic "ngpios" rather than "snps,nr-gpios"
Date: Thu, 10 Dec 2020 15:03:23 +0530	[thread overview]
Message-ID: <20201210093323.GC24867@work> (raw)
In-Reply-To: <20201210171224.74943144@xhacker.debian>

On Thu, Dec 10, 2020 at 05:12:24PM +0800, Jisheng Zhang wrote:
> On Tue, 10 Nov 2020 15:43:36 +0100 Linus Walleij <linus.walleij@linaro.org> wrote:
> 
> 
> > 
> > 
> > On Mon, Nov 9, 2020 at 10:07 AM Jisheng Zhang
> > <Jisheng.Zhang@synaptics.com> wrote:
> > 
> > > To remove similar errors as below for all snps dw gpio users:
> > >
> > > OF: /...gpio-port@0: could not find phandle
> > >
> > > Commit 7569486d79ae ("gpio: dwapb: Add ngpios DT-property support")
> > > explained the reason of above errors well and added the generic
> > > "ngpios" property, let's use it.  
> > 
> > Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
> > For all 8 patches.
> 
> > Thanks for cleaning this up!
> > 
> > Yours,
> > Linus Walleij
> 
> Hi all,
> 
> I merged patch6 and patch7 to berlin, will send out a berlin SoC dts
> Pull-Request today.
> 
> For other patches, I see Wei has taken patch4, will other patches be
> taken by each SoC maintainers?

For bitmain platform, I don't have any other patches this cylce. So I'll
just send this patch directly to soc@kernel.org.

Thanks,
Mani

> 
> thanks

WARNING: multiple messages have this Message-ID (diff)
From: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
To: Jisheng Zhang <Jisheng.Zhang@synaptics.com>
Cc: "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS"
	<devicetree@vger.kernel.org>,
	Khuong Dinh <khuong@os.amperecomputing.com>,
	Saravana Kannan <saravanak@google.com>,
	Linus Walleij <linus.walleij@linaro.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Wei Xu <xuwei5@hisilicon.com>, Dinh Nguyen <dinguyen@kernel.org>,
	Rob Herring <robh+dt@kernel.org>,
	Linux ARM <linux-arm-kernel@lists.infradead.org>,
	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Subject: Re: [PATCH 0/8] arm/arm64: dts: Use generic "ngpios" rather than "snps,nr-gpios"
Date: Thu, 10 Dec 2020 15:03:23 +0530	[thread overview]
Message-ID: <20201210093323.GC24867@work> (raw)
In-Reply-To: <20201210171224.74943144@xhacker.debian>

On Thu, Dec 10, 2020 at 05:12:24PM +0800, Jisheng Zhang wrote:
> On Tue, 10 Nov 2020 15:43:36 +0100 Linus Walleij <linus.walleij@linaro.org> wrote:
> 
> 
> > 
> > 
> > On Mon, Nov 9, 2020 at 10:07 AM Jisheng Zhang
> > <Jisheng.Zhang@synaptics.com> wrote:
> > 
> > > To remove similar errors as below for all snps dw gpio users:
> > >
> > > OF: /...gpio-port@0: could not find phandle
> > >
> > > Commit 7569486d79ae ("gpio: dwapb: Add ngpios DT-property support")
> > > explained the reason of above errors well and added the generic
> > > "ngpios" property, let's use it.  
> > 
> > Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
> > For all 8 patches.
> 
> > Thanks for cleaning this up!
> > 
> > Yours,
> > Linus Walleij
> 
> Hi all,
> 
> I merged patch6 and patch7 to berlin, will send out a berlin SoC dts
> Pull-Request today.
> 
> For other patches, I see Wei has taken patch4, will other patches be
> taken by each SoC maintainers?

For bitmain platform, I don't have any other patches this cylce. So I'll
just send this patch directly to soc@kernel.org.

Thanks,
Mani

> 
> thanks

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2020-12-10  9:34 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-09  9:02 [PATCH 0/8] arm/arm64: dts: Use generic "ngpios" rather than "snps,nr-gpios" Jisheng Zhang
2020-11-09  9:02 ` Jisheng Zhang
2020-11-09  9:03 ` [PATCH 1/8] arm64: dts: socfpga: " Jisheng Zhang
2020-11-09  9:03   ` Jisheng Zhang
2020-11-13 13:47   ` Dinh Nguyen
2020-11-13 13:47     ` Dinh Nguyen
2020-11-09  9:04 ` [PATCH 2/8] arm64: dts: apm: " Jisheng Zhang
2020-11-09  9:04   ` Jisheng Zhang
2020-11-09  9:04 ` [PATCH 3/8] arm64: dts: bitmain: " Jisheng Zhang
2020-11-09  9:04   ` Jisheng Zhang
2020-11-16  5:31   ` Manivannan Sadhasivam
2020-11-16  5:31     ` Manivannan Sadhasivam
2020-11-09  9:05 ` [PATCH 4/8] arm64: dts: hisilicon: " Jisheng Zhang
2020-11-09  9:05   ` Jisheng Zhang
2020-11-25  2:28   ` Wei Xu
2020-11-25  2:28     ` Wei Xu
2020-11-09  9:05 ` [PATCH 5/8] arm64: dts: agilex: " Jisheng Zhang
2020-11-09  9:05   ` Jisheng Zhang
2020-11-13 13:48   ` Dinh Nguyen
2020-11-13 13:48     ` Dinh Nguyen
2020-11-13 13:48   ` Dinh Nguyen
2020-11-13 13:48     ` Dinh Nguyen
2020-11-09  9:06 ` [PATCH 6/8] arm64: dts: synaptics: " Jisheng Zhang
2020-11-09  9:06   ` Jisheng Zhang
2020-11-09  9:06 ` [PATCH 7/8] ARM: dts: berlin: " Jisheng Zhang
2020-11-09  9:06   ` Jisheng Zhang
2020-11-09  9:07 ` [PATCH 8/8] ARM: dts: socfgpa: " Jisheng Zhang
2020-11-09  9:07   ` Jisheng Zhang
2020-11-13 13:48   ` Dinh Nguyen
2020-11-13 13:48     ` Dinh Nguyen
2021-01-04 21:19   ` Dinh Nguyen
2021-01-04 21:19     ` Dinh Nguyen
2020-11-10 14:43 ` [PATCH 0/8] arm/arm64: dts: " Linus Walleij
2020-11-10 14:43   ` [PATCH 0/8] arm/arm64: dts: Use generic "ngpios" rather than "snps, nr-gpios" Linus Walleij
2020-12-10  9:12   ` [PATCH 0/8] arm/arm64: dts: Use generic "ngpios" rather than "snps,nr-gpios" Jisheng Zhang
2020-12-10  9:12     ` Jisheng Zhang
2020-12-10  9:33     ` Manivannan Sadhasivam [this message]
2020-12-10  9:33       ` Manivannan Sadhasivam

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=20201210093323.GC24867@work \
    --to=manivannan.sadhasivam@linaro.org \
    --cc=Jisheng.Zhang@synaptics.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dinguyen@kernel.org \
    --cc=khuong@os.amperecomputing.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=saravanak@google.com \
    --cc=sebastian.hesselbarth@gmail.com \
    --cc=xuwei5@hisilicon.com \
    /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.