All of lore.kernel.org
 help / color / mirror / Atom feed
From: Prabhakar Mahadev Lad <prabhakar.mahadev-lad.rj@bp.renesas.com>
To: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Cc: Bjorn Helgaas <bhelgaas@google.com>,
	Marek Vasut <marek.vasut+renesas@gmail.com>,
	Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>,
	Rob Herring <robh+dt@kernel.org>,
	"linux-pci@vger.kernel.org" <linux-pci@vger.kernel.org>,
	"linux-renesas-soc@vger.kernel.org" 
	<linux-renesas-soc@vger.kernel.org>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Prabhakar <prabhakar.csengg@gmail.com>
Subject: RE: [RESEND PATCH] dt-bindings: pci: rcar-pci: Add device tree support for r8a774e1
Date: Thu, 19 Nov 2020 11:42:28 +0000	[thread overview]
Message-ID: <OSBPR01MB5048C92810F7C37C8C29D3ABAAE00@OSBPR01MB5048.jpnprd01.prod.outlook.com> (raw)
In-Reply-To: <20201119112708.GB19942@e121166-lin.cambridge.arm.com>

Hi Lorenzo,

> -----Original Message-----
> From: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
> Sent: 19 November 2020 11:27
> To: Prabhakar Mahadev Lad <prabhakar.mahadev-lad.rj@bp.renesas.com>
> Cc: Bjorn Helgaas <bhelgaas@google.com>; Marek Vasut <marek.vasut+renesas@gmail.com>; Yoshihiro
> Shimoda <yoshihiro.shimoda.uh@renesas.com>; Rob Herring <robh+dt@kernel.org>; linux-
> pci@vger.kernel.org; linux-renesas-soc@vger.kernel.org; devicetree@vger.kernel.org; linux-
> kernel@vger.kernel.org; Prabhakar <prabhakar.csengg@gmail.com>
> Subject: Re: [RESEND PATCH] dt-bindings: pci: rcar-pci: Add device tree support for r8a774e1
> 
> On Sun, Sep 27, 2020 at 01:42:57PM +0100, Lad Prabhakar wrote:
> > Add PCIe support for the RZ/G2H (a.k.a. R8A774E1).
> >
> > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> > Reviewed-by: Marian-Cristian Rotariu <marian-cristian.rotariu.rb@bp.renesas.com>
> > Acked-by: Rob Herring <robh@kernel.org>
> > Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
> > Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> > Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> > ---
> > Hi Lorenzo,
> >
> > This patch is part of series [1] and is Acked the DT maintainers,
> > while rest of the patches have been picked up by the respective
> > maintainers, could you please pick this patch.
> 
> I can, is this still pending (I think so but wanted to check) ?
> 
Yes this is still pending, but said that Shimoda-san has included this patch as part of yaml conversion changes [1] (patch 3/3 [2]). So this patch can be dropped now.

[1] https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=376991
[2] https://patchwork.kernel.org/project/linux-renesas-soc/patch/1604455096-13923-4-git-send-email-yoshihiro.shimoda.uh@renesas.com/

Cheers,
Prabhakar

> Thanks,
> Lorenzo
> 
> >
> > [1]
> https://jpn01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.spinics.net%2Flists%2Fdmaengine%
> 2Fmsg22971.html&amp;data=04%7C01%7Cprabhakar.mahadev-
> lad.rj%40bp.renesas.com%7Cb002fec313bb47d4ee1a08d88c7e1067%7C53d82571da1947e49cb4625a166a4a2a%7C0%7C0%
> 7C637413820368345804%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXV
> CI6Mn0%3D%7C1000&amp;sdata=0Az8f4QOfBLnlogN1p2IMrVi6%2FSE3fbIJmSosv3%2FoUU%3D&amp;reserved=0
> >
> > Cheers,
> > Prabhakar
> > ---
> >  Documentation/devicetree/bindings/pci/rcar-pci.txt | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/Documentation/devicetree/bindings/pci/rcar-pci.txt
> b/Documentation/devicetree/bindings/pci/rcar-pci.txt
> > index 14d307deff06..8e495d6811a0 100644
> > --- a/Documentation/devicetree/bindings/pci/rcar-pci.txt
> > +++ b/Documentation/devicetree/bindings/pci/rcar-pci.txt
> > @@ -7,6 +7,7 @@ compatible: "renesas,pcie-r8a7742" for the R8A7742 SoC;
> >  	    "renesas,pcie-r8a774a1" for the R8A774A1 SoC;
> >  	    "renesas,pcie-r8a774b1" for the R8A774B1 SoC;
> >  	    "renesas,pcie-r8a774c0" for the R8A774C0 SoC;
> > +	    "renesas,pcie-r8a774e1" for the R8A774E1 SoC;
> >  	    "renesas,pcie-r8a7779" for the R8A7779 SoC;
> >  	    "renesas,pcie-r8a7790" for the R8A7790 SoC;
> >  	    "renesas,pcie-r8a7791" for the R8A7791 SoC;
> > --
> > 2.17.1
> >

      reply	other threads:[~2020-11-19 11:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-27 12:42 [RESEND PATCH] dt-bindings: pci: rcar-pci: Add device tree support for r8a774e1 Lad Prabhakar
2020-11-19 11:27 ` Lorenzo Pieralisi
2020-11-19 11:42   ` Prabhakar Mahadev Lad [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=OSBPR01MB5048C92810F7C37C8C29D3ABAAE00@OSBPR01MB5048.jpnprd01.prod.outlook.com \
    --to=prabhakar.mahadev-lad.rj@bp.renesas.com \
    --cc=bhelgaas@google.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=lorenzo.pieralisi@arm.com \
    --cc=marek.vasut+renesas@gmail.com \
    --cc=prabhakar.csengg@gmail.com \
    --cc=robh+dt@kernel.org \
    --cc=yoshihiro.shimoda.uh@renesas.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.