devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] PCI: rcar-gen4: Add R-Car V4M support
@ 2024-08-22  6:44 Yoshihiro Shimoda
  2024-08-22  6:44 ` [PATCH 1/2] dt-bindings: PCI: rcar-gen4-pci-host: Add R-Car V4M compatible Yoshihiro Shimoda
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Yoshihiro Shimoda @ 2024-08-22  6:44 UTC (permalink / raw)
  To: marek.vasut+renesas, lpieralisi, kw, robh, bhelgaas, krzk+dt,
	conor+dt, geert+renesas, magnus.damm
  Cc: linux-pci, devicetree, linux-renesas-soc, Yoshihiro Shimoda

Now the pcie-rcar-gen4 driver can reuse r8a779h0 (R-Car V4M) without
any driver modification. So, just add compatible to the dt bindings doc.

Yoshihiro Shimoda (2):
  dt-bindings: PCI: rcar-gen4-pci-host: Add R-Car V4M compatible
  dt-bindings: PCI: rcar-gen4-pci-ep: Add R-Car V4M compatible

 Documentation/devicetree/bindings/pci/rcar-gen4-pci-ep.yaml   | 1 +
 Documentation/devicetree/bindings/pci/rcar-gen4-pci-host.yaml | 1 +
 2 files changed, 2 insertions(+)

-- 
2.25.1


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

* [PATCH 1/2] dt-bindings: PCI: rcar-gen4-pci-host: Add R-Car V4M compatible
  2024-08-22  6:44 [PATCH 0/2] PCI: rcar-gen4: Add R-Car V4M support Yoshihiro Shimoda
@ 2024-08-22  6:44 ` Yoshihiro Shimoda
  2024-08-22  8:08   ` Krzysztof Kozlowski
  2024-08-22 13:51   ` Geert Uytterhoeven
  2024-08-22  6:44 ` [PATCH 2/2] dt-bindings: PCI: rcar-gen4-pci-ep: " Yoshihiro Shimoda
  2024-09-01 16:51 ` [PATCH 0/2] PCI: rcar-gen4: Add R-Car V4M support Krzysztof Wilczyński
  2 siblings, 2 replies; 8+ messages in thread
From: Yoshihiro Shimoda @ 2024-08-22  6:44 UTC (permalink / raw)
  To: marek.vasut+renesas, lpieralisi, kw, robh, bhelgaas, krzk+dt,
	conor+dt, geert+renesas, magnus.damm
  Cc: linux-pci, devicetree, linux-renesas-soc, Yoshihiro Shimoda

Document bindings for R-Car V4M (R8A779H0) PCIe host module.

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
---
 Documentation/devicetree/bindings/pci/rcar-gen4-pci-host.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/pci/rcar-gen4-pci-host.yaml b/Documentation/devicetree/bindings/pci/rcar-gen4-pci-host.yaml
index 955c664f1fbb..bb3f843c59d9 100644
--- a/Documentation/devicetree/bindings/pci/rcar-gen4-pci-host.yaml
+++ b/Documentation/devicetree/bindings/pci/rcar-gen4-pci-host.yaml
@@ -19,6 +19,7 @@ properties:
       - enum:
           - renesas,r8a779f0-pcie      # R-Car S4-8
           - renesas,r8a779g0-pcie      # R-Car V4H
+          - renesas,r8a779h0-pcie      # R-Car V4M
       - const: renesas,rcar-gen4-pcie  # R-Car Gen4
 
   reg:
-- 
2.25.1


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

* [PATCH 2/2] dt-bindings: PCI: rcar-gen4-pci-ep: Add R-Car V4M compatible
  2024-08-22  6:44 [PATCH 0/2] PCI: rcar-gen4: Add R-Car V4M support Yoshihiro Shimoda
  2024-08-22  6:44 ` [PATCH 1/2] dt-bindings: PCI: rcar-gen4-pci-host: Add R-Car V4M compatible Yoshihiro Shimoda
@ 2024-08-22  6:44 ` Yoshihiro Shimoda
  2024-08-22  8:09   ` Krzysztof Kozlowski
  2024-08-22 13:51   ` Geert Uytterhoeven
  2024-09-01 16:51 ` [PATCH 0/2] PCI: rcar-gen4: Add R-Car V4M support Krzysztof Wilczyński
  2 siblings, 2 replies; 8+ messages in thread
From: Yoshihiro Shimoda @ 2024-08-22  6:44 UTC (permalink / raw)
  To: marek.vasut+renesas, lpieralisi, kw, robh, bhelgaas, krzk+dt,
	conor+dt, geert+renesas, magnus.damm
  Cc: linux-pci, devicetree, linux-renesas-soc, Yoshihiro Shimoda

Document bindings for R-Car V4M (R8A779H0) PCIe endpoint module.

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
---
 Documentation/devicetree/bindings/pci/rcar-gen4-pci-ep.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/pci/rcar-gen4-pci-ep.yaml b/Documentation/devicetree/bindings/pci/rcar-gen4-pci-ep.yaml
index 91b81ac75592..b23293314a6d 100644
--- a/Documentation/devicetree/bindings/pci/rcar-gen4-pci-ep.yaml
+++ b/Documentation/devicetree/bindings/pci/rcar-gen4-pci-ep.yaml
@@ -19,6 +19,7 @@ properties:
       - enum:
           - renesas,r8a779f0-pcie-ep      # R-Car S4-8
           - renesas,r8a779g0-pcie-ep      # R-Car V4H
+          - renesas,r8a779h0-pcie-ep      # R-Car V4M
       - const: renesas,rcar-gen4-pcie-ep  # R-Car Gen4
 
   reg:
-- 
2.25.1


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

* Re: [PATCH 1/2] dt-bindings: PCI: rcar-gen4-pci-host: Add R-Car V4M compatible
  2024-08-22  6:44 ` [PATCH 1/2] dt-bindings: PCI: rcar-gen4-pci-host: Add R-Car V4M compatible Yoshihiro Shimoda
@ 2024-08-22  8:08   ` Krzysztof Kozlowski
  2024-08-22 13:51   ` Geert Uytterhoeven
  1 sibling, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2024-08-22  8:08 UTC (permalink / raw)
  To: Yoshihiro Shimoda
  Cc: marek.vasut+renesas, lpieralisi, kw, robh, bhelgaas, krzk+dt,
	conor+dt, geert+renesas, magnus.damm, linux-pci, devicetree,
	linux-renesas-soc

On Thu, Aug 22, 2024 at 03:44:58PM +0900, Yoshihiro Shimoda wrote:
> Document bindings for R-Car V4M (R8A779H0) PCIe host module.
> 
> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> ---
>  Documentation/devicetree/bindings/pci/rcar-gen4-pci-host.yaml | 1 +
>  1 file changed, 1 insertion(+)

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof


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

* Re: [PATCH 2/2] dt-bindings: PCI: rcar-gen4-pci-ep: Add R-Car V4M compatible
  2024-08-22  6:44 ` [PATCH 2/2] dt-bindings: PCI: rcar-gen4-pci-ep: " Yoshihiro Shimoda
@ 2024-08-22  8:09   ` Krzysztof Kozlowski
  2024-08-22 13:51   ` Geert Uytterhoeven
  1 sibling, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2024-08-22  8:09 UTC (permalink / raw)
  To: Yoshihiro Shimoda
  Cc: marek.vasut+renesas, lpieralisi, kw, robh, bhelgaas, krzk+dt,
	conor+dt, geert+renesas, magnus.damm, linux-pci, devicetree,
	linux-renesas-soc

On Thu, Aug 22, 2024 at 03:44:59PM +0900, Yoshihiro Shimoda wrote:
> Document bindings for R-Car V4M (R8A779H0) PCIe endpoint module.
> 
> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> ---
>  Documentation/devicetree/bindings/pci/rcar-gen4-pci-ep.yaml | 1 +
>  1 file changed, 1 insertion(+)

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof


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

* Re: [PATCH 1/2] dt-bindings: PCI: rcar-gen4-pci-host: Add R-Car V4M compatible
  2024-08-22  6:44 ` [PATCH 1/2] dt-bindings: PCI: rcar-gen4-pci-host: Add R-Car V4M compatible Yoshihiro Shimoda
  2024-08-22  8:08   ` Krzysztof Kozlowski
@ 2024-08-22 13:51   ` Geert Uytterhoeven
  1 sibling, 0 replies; 8+ messages in thread
From: Geert Uytterhoeven @ 2024-08-22 13:51 UTC (permalink / raw)
  To: Yoshihiro Shimoda
  Cc: marek.vasut+renesas, lpieralisi, kw, robh, bhelgaas, krzk+dt,
	conor+dt, geert+renesas, magnus.damm, linux-pci, devicetree,
	linux-renesas-soc

On Thu, Aug 22, 2024 at 8:45 AM Yoshihiro Shimoda
<yoshihiro.shimoda.uh@renesas.com> wrote:
> Document bindings for R-Car V4M (R8A779H0) PCIe host module.
>
> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [PATCH 2/2] dt-bindings: PCI: rcar-gen4-pci-ep: Add R-Car V4M compatible
  2024-08-22  6:44 ` [PATCH 2/2] dt-bindings: PCI: rcar-gen4-pci-ep: " Yoshihiro Shimoda
  2024-08-22  8:09   ` Krzysztof Kozlowski
@ 2024-08-22 13:51   ` Geert Uytterhoeven
  1 sibling, 0 replies; 8+ messages in thread
From: Geert Uytterhoeven @ 2024-08-22 13:51 UTC (permalink / raw)
  To: Yoshihiro Shimoda
  Cc: marek.vasut+renesas, lpieralisi, kw, robh, bhelgaas, krzk+dt,
	conor+dt, magnus.damm, linux-pci, devicetree, linux-renesas-soc

On Thu, Aug 22, 2024 at 8:45 AM Yoshihiro Shimoda
<yoshihiro.shimoda.uh@renesas.com> wrote:
> Document bindings for R-Car V4M (R8A779H0) PCIe endpoint module.
>
> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [PATCH 0/2] PCI: rcar-gen4: Add R-Car V4M support
  2024-08-22  6:44 [PATCH 0/2] PCI: rcar-gen4: Add R-Car V4M support Yoshihiro Shimoda
  2024-08-22  6:44 ` [PATCH 1/2] dt-bindings: PCI: rcar-gen4-pci-host: Add R-Car V4M compatible Yoshihiro Shimoda
  2024-08-22  6:44 ` [PATCH 2/2] dt-bindings: PCI: rcar-gen4-pci-ep: " Yoshihiro Shimoda
@ 2024-09-01 16:51 ` Krzysztof Wilczyński
  2 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Wilczyński @ 2024-09-01 16:51 UTC (permalink / raw)
  To: Yoshihiro Shimoda
  Cc: marek.vasut+renesas, lpieralisi, robh, bhelgaas, krzk+dt,
	conor+dt, geert+renesas, magnus.damm, linux-pci, devicetree,
	linux-renesas-soc

Hello,

> Now the pcie-rcar-gen4 driver can reuse r8a779h0 (R-Car V4M) without
> any driver modification. So, just add compatible to the dt bindings doc.

Applied to dt-bindings, thank you!

[01/02] dt-bindings: PCI: rcar-gen4-pci-host: Add R-Car V4M compatible
        https://git.kernel.org/pci/pci/c/0e3a205c585e

[02/02] dt-bindings: PCI: rcar-gen4-pci-ep: Add R-Car V4M compatible
        https://git.kernel.org/pci/pci/c/6c41bcd64bcd

	Krzysztof

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

end of thread, other threads:[~2024-09-01 16:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-22  6:44 [PATCH 0/2] PCI: rcar-gen4: Add R-Car V4M support Yoshihiro Shimoda
2024-08-22  6:44 ` [PATCH 1/2] dt-bindings: PCI: rcar-gen4-pci-host: Add R-Car V4M compatible Yoshihiro Shimoda
2024-08-22  8:08   ` Krzysztof Kozlowski
2024-08-22 13:51   ` Geert Uytterhoeven
2024-08-22  6:44 ` [PATCH 2/2] dt-bindings: PCI: rcar-gen4-pci-ep: " Yoshihiro Shimoda
2024-08-22  8:09   ` Krzysztof Kozlowski
2024-08-22 13:51   ` Geert Uytterhoeven
2024-09-01 16:51 ` [PATCH 0/2] PCI: rcar-gen4: Add R-Car V4M support Krzysztof Wilczyński

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).