All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: pci: rcar-pci-ep: Document r8a7795
@ 2021-10-27 12:26 Geert Uytterhoeven
  2021-10-27 12:46 ` Krzysztof Wilczyński
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2021-10-27 12:26 UTC (permalink / raw)
  To: Marek Vasut, Yoshihiro Shimoda, Bjorn Helgaas, Rob Herring,
	Lad Prabhakar
  Cc: linux-pci, linux-renesas-soc, devicetree, Yuya Hamamachi,
	Geert Uytterhoeven

From: Yuya Hamamachi <yuya.hamamachi.sx@renesas.com>

Document the support for R-Car PCIe EP on R8A7795 SoC device.

Signed-off-by: Yuya Hamamachi <yuya.hamamachi.sx@renesas.com>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 Documentation/devicetree/bindings/pci/rcar-pci-ep.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/pci/rcar-pci-ep.yaml b/Documentation/devicetree/bindings/pci/rcar-pci-ep.yaml
index 295840cf612f9377..32a3b7665ff5473c 100644
--- a/Documentation/devicetree/bindings/pci/rcar-pci-ep.yaml
+++ b/Documentation/devicetree/bindings/pci/rcar-pci-ep.yaml
@@ -19,6 +19,7 @@ properties:
           - renesas,r8a774b1-pcie-ep     # RZ/G2N
           - renesas,r8a774c0-pcie-ep     # RZ/G2E
           - renesas,r8a774e1-pcie-ep     # RZ/G2H
+          - renesas,r8a7795-pcie-ep      # R-Car H3
       - const: renesas,rcar-gen3-pcie-ep # R-Car Gen3 and RZ/G2
 
   reg:
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] dt-bindings: pci: rcar-pci-ep: Document r8a7795
  2021-10-27 12:26 [PATCH] dt-bindings: pci: rcar-pci-ep: Document r8a7795 Geert Uytterhoeven
@ 2021-10-27 12:46 ` Krzysztof Wilczyński
  2021-10-27 13:47 ` Prabhakar Mahadev Lad
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Krzysztof Wilczyński @ 2021-10-27 12:46 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Marek Vasut, Yoshihiro Shimoda, Bjorn Helgaas, Rob Herring,
	Lad Prabhakar, linux-pci, linux-renesas-soc, devicetree,
	Yuya Hamamachi

Hi Geert and Yuya,

[...]
> --- a/Documentation/devicetree/bindings/pci/rcar-pci-ep.yaml
> +++ b/Documentation/devicetree/bindings/pci/rcar-pci-ep.yaml
> @@ -19,6 +19,7 @@ properties:
>            - renesas,r8a774b1-pcie-ep     # RZ/G2N
>            - renesas,r8a774c0-pcie-ep     # RZ/G2E
>            - renesas,r8a774e1-pcie-ep     # RZ/G2H
> +          - renesas,r8a7795-pcie-ep      # R-Car H3

Thank you!

Reviewed-by: Krzysztof Wilczyński <kw@linux.com>

	Krzysztof

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: [PATCH] dt-bindings: pci: rcar-pci-ep: Document r8a7795
  2021-10-27 12:26 [PATCH] dt-bindings: pci: rcar-pci-ep: Document r8a7795 Geert Uytterhoeven
  2021-10-27 12:46 ` Krzysztof Wilczyński
@ 2021-10-27 13:47 ` Prabhakar Mahadev Lad
  2021-11-01 16:08 ` Kieran Bingham
  2021-11-01 21:33 ` Rob Herring
  3 siblings, 0 replies; 5+ messages in thread
From: Prabhakar Mahadev Lad @ 2021-10-27 13:47 UTC (permalink / raw)
  To: Geert Uytterhoeven, Marek Vasut, Yoshihiro Shimoda,
	Bjorn Helgaas, Rob Herring
  Cc: linux-pci, linux-renesas-soc, devicetree, Yuya Hamamachi

> -----Original Message-----
> From: Geert Uytterhoeven <geert+renesas@glider.be>
> Sent: 27 October 2021 13:27
> To: Marek Vasut <marek.vasut+renesas@gmail.com>; Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>;
> Bjorn Helgaas <bhelgaas@google.com>; Rob Herring <robh+dt@kernel.org>; Prabhakar Mahadev Lad
> <prabhakar.mahadev-lad.rj@bp.renesas.com>
> Cc: linux-pci@vger.kernel.org; linux-renesas-soc@vger.kernel.org; devicetree@vger.kernel.org; Yuya
> Hamamachi <yuya.hamamachi.sx@renesas.com>; Geert Uytterhoeven <geert+renesas@glider.be>
> Subject: [PATCH] dt-bindings: pci: rcar-pci-ep: Document r8a7795
> 
> From: Yuya Hamamachi <yuya.hamamachi.sx@renesas.com>
> 
> Document the support for R-Car PCIe EP on R8A7795 SoC device.
> 
> Signed-off-by: Yuya Hamamachi <yuya.hamamachi.sx@renesas.com>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
>  Documentation/devicetree/bindings/pci/rcar-pci-ep.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>

Cheers,
Prabhakar

> diff --git a/Documentation/devicetree/bindings/pci/rcar-pci-ep.yaml
> b/Documentation/devicetree/bindings/pci/rcar-pci-ep.yaml
> index 295840cf612f9377..32a3b7665ff5473c 100644
> --- a/Documentation/devicetree/bindings/pci/rcar-pci-ep.yaml
> +++ b/Documentation/devicetree/bindings/pci/rcar-pci-ep.yaml
> @@ -19,6 +19,7 @@ properties:
>            - renesas,r8a774b1-pcie-ep     # RZ/G2N
>            - renesas,r8a774c0-pcie-ep     # RZ/G2E
>            - renesas,r8a774e1-pcie-ep     # RZ/G2H
> +          - renesas,r8a7795-pcie-ep      # R-Car H3
>        - const: renesas,rcar-gen3-pcie-ep # R-Car Gen3 and RZ/G2
> 
>    reg:
> --
> 2.25.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] dt-bindings: pci: rcar-pci-ep: Document r8a7795
  2021-10-27 12:26 [PATCH] dt-bindings: pci: rcar-pci-ep: Document r8a7795 Geert Uytterhoeven
  2021-10-27 12:46 ` Krzysztof Wilczyński
  2021-10-27 13:47 ` Prabhakar Mahadev Lad
@ 2021-11-01 16:08 ` Kieran Bingham
  2021-11-01 21:33 ` Rob Herring
  3 siblings, 0 replies; 5+ messages in thread
From: Kieran Bingham @ 2021-11-01 16:08 UTC (permalink / raw)
  To: Bjorn Helgaas, Geert Uytterhoeven, Lad Prabhakar, Marek Vasut,
	Rob Herring, Yoshihiro Shimoda
  Cc: linux-pci, linux-renesas-soc, devicetree, Yuya Hamamachi,
	Geert Uytterhoeven

Hi Geert,

Quoting Geert Uytterhoeven (2021-10-27 13:26:36)
> From: Yuya Hamamachi <yuya.hamamachi.sx@renesas.com>
> 
> Document the support for R-Car PCIe EP on R8A7795 SoC device.
> 
> Signed-off-by: Yuya Hamamachi <yuya.hamamachi.sx@renesas.com>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

This one reduces some noise too ;-) Thanks.

Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>

> ---
>  Documentation/devicetree/bindings/pci/rcar-pci-ep.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/pci/rcar-pci-ep.yaml b/Documentation/devicetree/bindings/pci/rcar-pci-ep.yaml
> index 295840cf612f9377..32a3b7665ff5473c 100644
> --- a/Documentation/devicetree/bindings/pci/rcar-pci-ep.yaml
> +++ b/Documentation/devicetree/bindings/pci/rcar-pci-ep.yaml
> @@ -19,6 +19,7 @@ properties:
>            - renesas,r8a774b1-pcie-ep     # RZ/G2N
>            - renesas,r8a774c0-pcie-ep     # RZ/G2E
>            - renesas,r8a774e1-pcie-ep     # RZ/G2H
> +          - renesas,r8a7795-pcie-ep      # R-Car H3
>        - const: renesas,rcar-gen3-pcie-ep # R-Car Gen3 and RZ/G2
>  
>    reg:
> -- 
> 2.25.1
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] dt-bindings: pci: rcar-pci-ep: Document r8a7795
  2021-10-27 12:26 [PATCH] dt-bindings: pci: rcar-pci-ep: Document r8a7795 Geert Uytterhoeven
                   ` (2 preceding siblings ...)
  2021-11-01 16:08 ` Kieran Bingham
@ 2021-11-01 21:33 ` Rob Herring
  3 siblings, 0 replies; 5+ messages in thread
From: Rob Herring @ 2021-11-01 21:33 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: linux-renesas-soc, Marek Vasut, Rob Herring, linux-pci,
	Bjorn Helgaas, Yuya Hamamachi, devicetree, Lad Prabhakar,
	Yoshihiro Shimoda

On Wed, 27 Oct 2021 14:26:36 +0200, Geert Uytterhoeven wrote:
> From: Yuya Hamamachi <yuya.hamamachi.sx@renesas.com>
> 
> Document the support for R-Car PCIe EP on R8A7795 SoC device.
> 
> Signed-off-by: Yuya Hamamachi <yuya.hamamachi.sx@renesas.com>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
>  Documentation/devicetree/bindings/pci/rcar-pci-ep.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Applied, thanks!

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-11-01 21:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-27 12:26 [PATCH] dt-bindings: pci: rcar-pci-ep: Document r8a7795 Geert Uytterhoeven
2021-10-27 12:46 ` Krzysztof Wilczyński
2021-10-27 13:47 ` Prabhakar Mahadev Lad
2021-11-01 16:08 ` Kieran Bingham
2021-11-01 21:33 ` Rob Herring

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.