Message ID | 20200814173037.17822-1-prabhakar.mahadev-lad.rj@bp.renesas.com (mailing list archive) |
---|---|
Headers | show |
Series | Add PCIe EP nodes on RZ/G2[EMN] | expand |
On Fri, Aug 14, 2020 at 06:30:32PM +0100, Lad Prabhakar wrote: > Hi All, > > This patch series adds support for PCIe EP nodes to Renesas r8a774a1, > r8a774b1 and r8a774c0 SoC's. > > Patches are based on top of [1]. > > [1] https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/ > pci.git/log/?h=next > > Cheers, > Prabhakar > > Lad Prabhakar (5): > dt-bindings: pci: rcar-pci-ep: Document r8a774a1 and r8a774b1 > misc: pci_endpoint_test: Add Device ID for RZ/G2M and RZ/G2N PCIe > controllers > arm64: dts: renesas: r8a774a1: Add PCIe EP nodes > arm64: dts: renesas: r8a774b1: Add PCIe EP nodes > arm64: dts: renesas: r8a774c0: Add PCIe EP node > > .../devicetree/bindings/pci/rcar-pci-ep.yaml | 7 +++- > arch/arm64/boot/dts/renesas/r8a774a1.dtsi | 38 +++++++++++++++++++ > arch/arm64/boot/dts/renesas/r8a774b1.dtsi | 38 +++++++++++++++++++ > arch/arm64/boot/dts/renesas/r8a774c0.dtsi | 19 ++++++++++ > drivers/misc/pci_endpoint_test.c | 7 +++- > 5 files changed, 105 insertions(+), 4 deletions(-) I can take the first two patches but the dts changes should be routed and posted to arm-soc. Lorenzo
Hi Lorenzo, On Mon, Sep 7, 2020 at 11:09 AM Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> wrote: > > On Fri, Aug 14, 2020 at 06:30:32PM +0100, Lad Prabhakar wrote: > > Hi All, > > > > This patch series adds support for PCIe EP nodes to Renesas r8a774a1, > > r8a774b1 and r8a774c0 SoC's. > > > > Patches are based on top of [1]. > > > > [1] https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/ > > pci.git/log/?h=next > > > > Cheers, > > Prabhakar > > > > Lad Prabhakar (5): > > dt-bindings: pci: rcar-pci-ep: Document r8a774a1 and r8a774b1 > > misc: pci_endpoint_test: Add Device ID for RZ/G2M and RZ/G2N PCIe > > controllers > > arm64: dts: renesas: r8a774a1: Add PCIe EP nodes > > arm64: dts: renesas: r8a774b1: Add PCIe EP nodes > > arm64: dts: renesas: r8a774c0: Add PCIe EP node > > > > .../devicetree/bindings/pci/rcar-pci-ep.yaml | 7 +++- > > arch/arm64/boot/dts/renesas/r8a774a1.dtsi | 38 +++++++++++++++++++ > > arch/arm64/boot/dts/renesas/r8a774b1.dtsi | 38 +++++++++++++++++++ > > arch/arm64/boot/dts/renesas/r8a774c0.dtsi | 19 ++++++++++ > > drivers/misc/pci_endpoint_test.c | 7 +++- > > 5 files changed, 105 insertions(+), 4 deletions(-) > > I can take the first two patches but the dts changes should be routed > and posted to arm-soc. > Thanks, the DTS changes have been picked up by Geert. Cheers, Prabhakar
On Fri, Aug 14, 2020 at 06:30:32PM +0100, Lad Prabhakar wrote: > Hi All, > > This patch series adds support for PCIe EP nodes to Renesas r8a774a1, > r8a774b1 and r8a774c0 SoC's. > > Patches are based on top of [1]. > > [1] https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/ > pci.git/log/?h=next > > Cheers, > Prabhakar > > Lad Prabhakar (5): > dt-bindings: pci: rcar-pci-ep: Document r8a774a1 and r8a774b1 > misc: pci_endpoint_test: Add Device ID for RZ/G2M and RZ/G2N PCIe > controllers > arm64: dts: renesas: r8a774a1: Add PCIe EP nodes > arm64: dts: renesas: r8a774b1: Add PCIe EP nodes > arm64: dts: renesas: r8a774c0: Add PCIe EP node > > .../devicetree/bindings/pci/rcar-pci-ep.yaml | 7 +++- > arch/arm64/boot/dts/renesas/r8a774a1.dtsi | 38 +++++++++++++++++++ > arch/arm64/boot/dts/renesas/r8a774b1.dtsi | 38 +++++++++++++++++++ > arch/arm64/boot/dts/renesas/r8a774c0.dtsi | 19 ++++++++++ > drivers/misc/pci_endpoint_test.c | 7 +++- > 5 files changed, 105 insertions(+), 4 deletions(-) I took the first two patches in pci/rcar, thanks. Lorenzo