mbox series

[0/3] Add PCIe EP to RZ/G2H

Message ID 20200904103851.3946-1-prabhakar.mahadev-lad.rj@bp.renesas.com
Headers show
Series Add PCIe EP to RZ/G2H | expand

Message

Lad Prabhakar Sept. 4, 2020, 10:38 a.m. UTC
Hi All,

This patch series adds PCIe EP support to R8A774E1 SoC.

patch 2/3 applies on top of [1] and patch 3/3 is dependent
on series [2].

[1] https://git.kernel.org/pub/scm/linux/kernel/git/geert/
    renesas-devel.git/log/?h=renesas-arm-dt-for-v5.10
[2] https://patchwork.kernel.org/project/linux-pci/list/
    ?series=332849&submitter=&state=&q=&archive=&delegate=

Cheers,
Prabhakar


Lad Prabhakar (3):
  dt-bindings: pci: rcar-pci-ep: Document r8a774e1
  arm64: dts: renesas: r8a774e1: Add PCIe EP nodes
  misc: pci_endpoint_test: Add Device ID for RZ/G2H PCIe controller

 .../devicetree/bindings/pci/rcar-pci-ep.yaml  |  1 +
 arch/arm64/boot/dts/renesas/r8a774e1.dtsi     | 38 +++++++++++++++++++
 drivers/misc/pci_endpoint_test.c              |  2 +
 3 files changed, 41 insertions(+)

Comments

Lorenzo Pieralisi Sept. 7, 2020, 11:25 a.m. UTC | #1
On Fri, Sep 04, 2020 at 11:38:48AM +0100, Lad Prabhakar wrote:
> Hi All,
> 
> This patch series adds PCIe EP support to R8A774E1 SoC.
> 
> patch 2/3 applies on top of [1] and patch 3/3 is dependent
> on series [2].
> 
> [1] https://git.kernel.org/pub/scm/linux/kernel/git/geert/
>     renesas-devel.git/log/?h=renesas-arm-dt-for-v5.10
> [2] https://patchwork.kernel.org/project/linux-pci/list/
>     ?series=332849&submitter=&state=&q=&archive=&delegate=
> 
> Cheers,
> Prabhakar
> 
> 
> Lad Prabhakar (3):
>   dt-bindings: pci: rcar-pci-ep: Document r8a774e1
>   arm64: dts: renesas: r8a774e1: Add PCIe EP nodes
>   misc: pci_endpoint_test: Add Device ID for RZ/G2H PCIe controller
> 
>  .../devicetree/bindings/pci/rcar-pci-ep.yaml  |  1 +
>  arch/arm64/boot/dts/renesas/r8a774e1.dtsi     | 38 +++++++++++++++++++
>  drivers/misc/pci_endpoint_test.c              |  2 +
>  3 files changed, 41 insertions(+)

Took patches (1) and (3) in pci/rcar, thanks.

Lorenzo