Message ID | 20200927124257.29612-1-prabhakar.mahadev-lad.rj@bp.renesas.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Delegated to: | Lorenzo Pieralisi |
Headers | show |
Series | [RESEND] dt-bindings: pci: rcar-pci: Add device tree support for r8a774e1 | expand |
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) ? Thanks, Lorenzo > > [1] https://www.spinics.net/lists/dmaengine/msg22971.html > > 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 >
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&data=04%7C01%7Cprabhakar.mahadev- > lad.rj%40bp.renesas.com%7Cb002fec313bb47d4ee1a08d88c7e1067%7C53d82571da1947e49cb4625a166a4a2a%7C0%7C0% > 7C637413820368345804%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXV > CI6Mn0%3D%7C1000&sdata=0Az8f4QOfBLnlogN1p2IMrVi6%2FSE3fbIJmSosv3%2FoUU%3D&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 > >
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;