Hi Lorenzo, > -----Original Message----- > From: Lorenzo Pieralisi <lorenzo.pieralisi@xxxxxxx> > Sent: 19 November 2020 11:27 > To: Prabhakar Mahadev Lad <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx> > Cc: Bjorn Helgaas <bhelgaas@xxxxxxxxxx>; Marek Vasut <marek.vasut+renesas@xxxxxxxxx>; Yoshihiro > Shimoda <yoshihiro.shimoda.uh@xxxxxxxxxxx>; Rob Herring <robh+dt@xxxxxxxxxx>; linux- > pci@xxxxxxxxxxxxxxx; linux-renesas-soc@xxxxxxxxxxxxxxx; devicetree@xxxxxxxxxxxxxxx; linux- > kernel@xxxxxxxxxxxxxxx; Prabhakar <prabhakar.csengg@xxxxxxxxx> > 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@xxxxxxxxxxxxxx> > > Reviewed-by: Marian-Cristian Rotariu <marian-cristian.rotariu.rb@xxxxxxxxxxxxxx> > > Acked-by: Rob Herring <robh@xxxxxxxxxx> > > Reviewed-by: Wolfram Sang <wsa+renesas@xxxxxxxxxxxxxxxxxxxx> > > Reviewed-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > > Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@xxxxxxxxxxx> > > --- > > 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@xxxxxxxxxxx/ 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 > >