dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2/3] dt-bindings: dma: rz-dmac: Document RZ/G3E family of SoCs
       [not found] <20250801084825.471011-1-tommaso.merciai.xr@bp.renesas.com>
@ 2025-08-01  8:48 ` Tommaso Merciai
  2025-08-01 19:29   ` Conor Dooley
                     ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Tommaso Merciai @ 2025-08-01  8:48 UTC (permalink / raw)
  To: tomm.merciai
  Cc: linux-renesas-soc, biju.das.jz, prabhakar.mahadev-lad.rj,
	Tommaso Merciai, Vinod Koul, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Geert Uytterhoeven, Michael Turquette, Stephen Boyd,
	Magnus Damm, dmaengine, devicetree, linux-kernel, linux-clk

The DMAC block on the RZ/G3E SoC is identical to the one found on the
RZ/V2H(P) SoC.

No driver changes are required, as `renesas,r9a09g057-dmac` will be used
as a fallback compatible string on the RZ/G3E SoC.

Signed-off-by: Tommaso Merciai <tommaso.merciai.xr@bp.renesas.com>
---
 Documentation/devicetree/bindings/dma/renesas,rz-dmac.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/dma/renesas,rz-dmac.yaml b/Documentation/devicetree/bindings/dma/renesas,rz-dmac.yaml
index 92b12762c472..f891cfcc48c7 100644
--- a/Documentation/devicetree/bindings/dma/renesas,rz-dmac.yaml
+++ b/Documentation/devicetree/bindings/dma/renesas,rz-dmac.yaml
@@ -21,6 +21,11 @@ properties:
               - renesas,r9a08g045-dmac # RZ/G3S
           - const: renesas,rz-dmac
 
+      - items:
+          - enum:
+              - renesas,r9a09g047-dmac # RZ/G3E
+          - const: renesas,r9a09g057-dmac
+
       - const: renesas,r9a09g057-dmac # RZ/V2H(P)
 
   reg:
-- 
2.43.0


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

* Re: [PATCH 2/3] dt-bindings: dma: rz-dmac: Document RZ/G3E family of SoCs
  2025-08-01  8:48 ` [PATCH 2/3] dt-bindings: dma: rz-dmac: Document RZ/G3E family of SoCs Tommaso Merciai
@ 2025-08-01 19:29   ` Conor Dooley
  2025-08-04 12:43   ` Geert Uytterhoeven
  2025-08-20 17:33   ` Vinod Koul
  2 siblings, 0 replies; 5+ messages in thread
From: Conor Dooley @ 2025-08-01 19:29 UTC (permalink / raw)
  To: Tommaso Merciai
  Cc: tomm.merciai, linux-renesas-soc, biju.das.jz,
	prabhakar.mahadev-lad.rj, Vinod Koul, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Geert Uytterhoeven,
	Michael Turquette, Stephen Boyd, Magnus Damm, dmaengine,
	devicetree, linux-kernel, linux-clk

[-- Attachment #1: Type: text/plain, Size: 427 bytes --]

On Fri, Aug 01, 2025 at 10:48:22AM +0200, Tommaso Merciai wrote:
> The DMAC block on the RZ/G3E SoC is identical to the one found on the
> RZ/V2H(P) SoC.
> 
> No driver changes are required, as `renesas,r9a09g057-dmac` will be used
> as a fallback compatible string on the RZ/G3E SoC.
> 
> Signed-off-by: Tommaso Merciai <tommaso.merciai.xr@bp.renesas.com>
> ---

Acked-by: Conor Dooley <conor.dooley@microchip.com>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

* Re: [PATCH 2/3] dt-bindings: dma: rz-dmac: Document RZ/G3E family of SoCs
  2025-08-01  8:48 ` [PATCH 2/3] dt-bindings: dma: rz-dmac: Document RZ/G3E family of SoCs Tommaso Merciai
  2025-08-01 19:29   ` Conor Dooley
@ 2025-08-04 12:43   ` Geert Uytterhoeven
  2025-08-20 17:33   ` Vinod Koul
  2 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2025-08-04 12:43 UTC (permalink / raw)
  To: Tommaso Merciai
  Cc: tomm.merciai, linux-renesas-soc, biju.das.jz,
	prabhakar.mahadev-lad.rj, Vinod Koul, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Michael Turquette,
	Stephen Boyd, Magnus Damm, dmaengine, devicetree, linux-kernel,
	linux-clk

On Fri, 1 Aug 2025 at 10:49, Tommaso Merciai
<tommaso.merciai.xr@bp.renesas.com> wrote:
> The DMAC block on the RZ/G3E SoC is identical to the one found on the
> RZ/V2H(P) SoC.
>
> No driver changes are required, as `renesas,r9a09g057-dmac` will be used
> as a fallback compatible string on the RZ/G3E SoC.
>
> Signed-off-by: Tommaso Merciai <tommaso.merciai.xr@bp.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] 5+ messages in thread

* Re: [PATCH 2/3] dt-bindings: dma: rz-dmac: Document RZ/G3E family of SoCs
  2025-08-01  8:48 ` [PATCH 2/3] dt-bindings: dma: rz-dmac: Document RZ/G3E family of SoCs Tommaso Merciai
  2025-08-01 19:29   ` Conor Dooley
  2025-08-04 12:43   ` Geert Uytterhoeven
@ 2025-08-20 17:33   ` Vinod Koul
  2025-08-21  7:32     ` Geert Uytterhoeven
  2 siblings, 1 reply; 5+ messages in thread
From: Vinod Koul @ 2025-08-20 17:33 UTC (permalink / raw)
  To: Tommaso Merciai
  Cc: tomm.merciai, linux-renesas-soc, biju.das.jz,
	prabhakar.mahadev-lad.rj, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Geert Uytterhoeven, Michael Turquette, Stephen Boyd,
	Magnus Damm, dmaengine, devicetree, linux-kernel, linux-clk

On 01-08-25, 10:48, Tommaso Merciai wrote:
> The DMAC block on the RZ/G3E SoC is identical to the one found on the
> RZ/V2H(P) SoC.
> 
> No driver changes are required, as `renesas,r9a09g057-dmac` will be used
> as a fallback compatible string on the RZ/G3E SoC.

I seem to have only 2/3 w.o cover, nothing in pw too...?

> 
> Signed-off-by: Tommaso Merciai <tommaso.merciai.xr@bp.renesas.com>
> ---
>  Documentation/devicetree/bindings/dma/renesas,rz-dmac.yaml | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/dma/renesas,rz-dmac.yaml b/Documentation/devicetree/bindings/dma/renesas,rz-dmac.yaml
> index 92b12762c472..f891cfcc48c7 100644
> --- a/Documentation/devicetree/bindings/dma/renesas,rz-dmac.yaml
> +++ b/Documentation/devicetree/bindings/dma/renesas,rz-dmac.yaml
> @@ -21,6 +21,11 @@ properties:
>                - renesas,r9a08g045-dmac # RZ/G3S
>            - const: renesas,rz-dmac
>  
> +      - items:
> +          - enum:
> +              - renesas,r9a09g047-dmac # RZ/G3E
> +          - const: renesas,r9a09g057-dmac
> +
>        - const: renesas,r9a09g057-dmac # RZ/V2H(P)
>  
>    reg:
> -- 
> 2.43.0

-- 
~Vinod

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

* Re: [PATCH 2/3] dt-bindings: dma: rz-dmac: Document RZ/G3E family of SoCs
  2025-08-20 17:33   ` Vinod Koul
@ 2025-08-21  7:32     ` Geert Uytterhoeven
  0 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2025-08-21  7:32 UTC (permalink / raw)
  To: Vinod Koul
  Cc: Tommaso Merciai, tomm.merciai, linux-renesas-soc, biju.das.jz,
	prabhakar.mahadev-lad.rj, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Michael Turquette, Stephen Boyd, Magnus Damm,
	dmaengine, devicetree, linux-kernel, linux-clk

Hi Vinod,

On Wed, 20 Aug 2025 at 19:33, Vinod Koul <vkoul@kernel.org> wrote:
> On 01-08-25, 10:48, Tommaso Merciai wrote:
> > The DMAC block on the RZ/G3E SoC is identical to the one found on the
> > RZ/V2H(P) SoC.
> >
> > No driver changes are required, as `renesas,r9a09g057-dmac` will be used
> > as a fallback compatible string on the RZ/G3E SoC.
>
> I seem to have only 2/3 w.o cover, nothing in pw too...?

Lore has the full series:
https://lore.kernel.org/all/20250801084825.471011-1-tommaso.merciai.xr@bp.renesas.com/

Only patch 2/3 was meant for you.
Patches 1/3 and 3/3 are clk and DTS patches, which I have already
applied to my renesas-clk and renesas-devel trees, as the new DT
binding is straightforward.

Thanks!

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] 5+ messages in thread

end of thread, other threads:[~2025-08-21  7:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20250801084825.471011-1-tommaso.merciai.xr@bp.renesas.com>
2025-08-01  8:48 ` [PATCH 2/3] dt-bindings: dma: rz-dmac: Document RZ/G3E family of SoCs Tommaso Merciai
2025-08-01 19:29   ` Conor Dooley
2025-08-04 12:43   ` Geert Uytterhoeven
2025-08-20 17:33   ` Vinod Koul
2025-08-21  7:32     ` Geert Uytterhoeven

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