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