All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: dma: rz-dmac: Document RZ/Five SoC
@ 2023-11-02 20:39 Prabhakar
  2023-11-03 12:46 ` Conor Dooley
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Prabhakar @ 2023-11-02 20:39 UTC (permalink / raw)
  To: Vinod Koul, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Geert Uytterhoeven, Magnus Damm, Biju Das, dmaengine, devicetree
  Cc: linux-kernel, linux-renesas-soc, Prabhakar, Lad Prabhakar

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

The DMAC block on the RZ/Five SoC is identical to one found on the RZ/G2UL
SoC. "renesas,r9a07g043-dmac" compatible string will be used on the
RZ/Five SoC so to make this clear, update the comment to include RZ/Five
SoC.

No driver changes are required as generic compatible string
"renesas,rz-dmac" will be used as a fallback on RZ/Five SoC.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
---
 Documentation/devicetree/bindings/dma/renesas,rz-dmac.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/dma/renesas,rz-dmac.yaml b/Documentation/devicetree/bindings/dma/renesas,rz-dmac.yaml
index c284abc6784a..a42b6a26a6d3 100644
--- a/Documentation/devicetree/bindings/dma/renesas,rz-dmac.yaml
+++ b/Documentation/devicetree/bindings/dma/renesas,rz-dmac.yaml
@@ -16,7 +16,7 @@ properties:
   compatible:
     items:
       - enum:
-          - renesas,r9a07g043-dmac # RZ/G2UL
+          - renesas,r9a07g043-dmac # RZ/G2UL and RZ/Five
           - renesas,r9a07g044-dmac # RZ/G2{L,LC}
           - renesas,r9a07g054-dmac # RZ/V2L
       - const: renesas,rz-dmac
-- 
2.34.1


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

* Re: [PATCH] dt-bindings: dma: rz-dmac: Document RZ/Five SoC
  2023-11-02 20:39 [PATCH] dt-bindings: dma: rz-dmac: Document RZ/Five SoC Prabhakar
@ 2023-11-03 12:46 ` Conor Dooley
  2023-11-16 14:16 ` Geert Uytterhoeven
  2023-11-24 13:33 ` Vinod Koul
  2 siblings, 0 replies; 4+ messages in thread
From: Conor Dooley @ 2023-11-03 12:46 UTC (permalink / raw)
  To: Prabhakar
  Cc: Vinod Koul, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Geert Uytterhoeven, Magnus Damm, Biju Das, dmaengine, devicetree,
	linux-kernel, linux-renesas-soc, Lad Prabhakar

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

On Thu, Nov 02, 2023 at 08:39:22PM +0000, Prabhakar wrote:
> From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> 
> The DMAC block on the RZ/Five SoC is identical to one found on the RZ/G2UL
> SoC. "renesas,r9a07g043-dmac" compatible string will be used on the
> RZ/Five SoC so to make this clear, update the comment to include RZ/Five
> SoC.
> 
> No driver changes are required as generic compatible string
> "renesas,rz-dmac" will be used as a fallback on RZ/Five SoC.
> 
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> ---
>  Documentation/devicetree/bindings/dma/renesas,rz-dmac.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/dma/renesas,rz-dmac.yaml b/Documentation/devicetree/bindings/dma/renesas,rz-dmac.yaml
> index c284abc6784a..a42b6a26a6d3 100644
> --- a/Documentation/devicetree/bindings/dma/renesas,rz-dmac.yaml
> +++ b/Documentation/devicetree/bindings/dma/renesas,rz-dmac.yaml
> @@ -16,7 +16,7 @@ properties:
>    compatible:
>      items:
>        - enum:
> -          - renesas,r9a07g043-dmac # RZ/G2UL
> +          - renesas,r9a07g043-dmac # RZ/G2UL and RZ/Five

Possibly the most unnecessary ack I've given to date, but
Acked-by: Conor Dooley <conor.dooley@microchip.com>

Cheers,
Conor.

>            - renesas,r9a07g044-dmac # RZ/G2{L,LC}
>            - renesas,r9a07g054-dmac # RZ/V2L
>        - const: renesas,rz-dmac
> -- 
> 2.34.1
> 

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

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

* Re: [PATCH] dt-bindings: dma: rz-dmac: Document RZ/Five SoC
  2023-11-02 20:39 [PATCH] dt-bindings: dma: rz-dmac: Document RZ/Five SoC Prabhakar
  2023-11-03 12:46 ` Conor Dooley
@ 2023-11-16 14:16 ` Geert Uytterhoeven
  2023-11-24 13:33 ` Vinod Koul
  2 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2023-11-16 14:16 UTC (permalink / raw)
  To: Prabhakar
  Cc: Vinod Koul, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Geert Uytterhoeven, Magnus Damm, Biju Das, dmaengine, devicetree,
	linux-kernel, linux-renesas-soc, Lad Prabhakar

On Thu, Nov 2, 2023 at 9:39 PM Prabhakar <prabhakar.csengg@gmail.com> wrote:
> From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
>
> The DMAC block on the RZ/Five SoC is identical to one found on the RZ/G2UL
> SoC. "renesas,r9a07g043-dmac" compatible string will be used on the
> RZ/Five SoC so to make this clear, update the comment to include RZ/Five
> SoC.
>
> No driver changes are required as generic compatible string
> "renesas,rz-dmac" will be used as a fallback on RZ/Five SoC.
>
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@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] 4+ messages in thread

* Re: [PATCH] dt-bindings: dma: rz-dmac: Document RZ/Five SoC
  2023-11-02 20:39 [PATCH] dt-bindings: dma: rz-dmac: Document RZ/Five SoC Prabhakar
  2023-11-03 12:46 ` Conor Dooley
  2023-11-16 14:16 ` Geert Uytterhoeven
@ 2023-11-24 13:33 ` Vinod Koul
  2 siblings, 0 replies; 4+ messages in thread
From: Vinod Koul @ 2023-11-24 13:33 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Geert Uytterhoeven, Magnus Damm, Biju Das, dmaengine, devicetree,
	Prabhakar
  Cc: linux-kernel, linux-renesas-soc, Lad Prabhakar


On Thu, 02 Nov 2023 20:39:22 +0000, Prabhakar wrote:
> The DMAC block on the RZ/Five SoC is identical to one found on the RZ/G2UL
> SoC. "renesas,r9a07g043-dmac" compatible string will be used on the
> RZ/Five SoC so to make this clear, update the comment to include RZ/Five
> SoC.
> 
> No driver changes are required as generic compatible string
> "renesas,rz-dmac" will be used as a fallback on RZ/Five SoC.
> 
> [...]

Applied, thanks!

[1/1] dt-bindings: dma: rz-dmac: Document RZ/Five SoC
      commit: 56d02cfa3fbfca7466ccd68f4db78b0297f5c01f

Best regards,
-- 
~Vinod



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

end of thread, other threads:[~2023-11-24 13:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-02 20:39 [PATCH] dt-bindings: dma: rz-dmac: Document RZ/Five SoC Prabhakar
2023-11-03 12:46 ` Conor Dooley
2023-11-16 14:16 ` Geert Uytterhoeven
2023-11-24 13:33 ` Vinod Koul

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.