2020-08-14 19:33:58

by Prabhakar Mahadev Lad

[permalink] [raw]
Subject: [PATCH 0/5] Add PCIe EP nodes on RZ/G2[EMN]

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(-)

--
2.17.1


2020-09-07 10:12:45

by Lorenzo Pieralisi

[permalink] [raw]
Subject: Re: [PATCH 0/5] Add PCIe EP nodes on RZ/G2[EMN]

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

2020-09-07 10:14:53

by Lad, Prabhakar

[permalink] [raw]
Subject: Re: [PATCH 0/5] Add PCIe EP nodes on RZ/G2[EMN]

Hi Lorenzo,

On Mon, Sep 7, 2020 at 11:09 AM Lorenzo Pieralisi
<[email protected]> 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

2020-09-07 10:15:51

by Lorenzo Pieralisi

[permalink] [raw]
Subject: Re: [PATCH 0/5] Add PCIe EP nodes on RZ/G2[EMN]

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