* [PATCH] dt-bindings: renesas,rcar-dmac: Add r8a779h0 support
@ 2024-02-14 13:00 Geert Uytterhoeven
2024-02-14 13:03 ` Wolfram Sang
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2024-02-14 13:00 UTC (permalink / raw)
To: Vinod Koul, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Yoshihiro Shimoda
Cc: dmaengine, devicetree, linux-renesas-soc, Geert Uytterhoeven
Document support for the Direct Memory Access Controllers (DMAC) in the
Renesas R-Car V4M (R8A779H0) SoC.
Based on a patch in the BSP by Thanh Le.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
Changes compared to the BSP:
- Replace items/const by enum,
- Drop changes to non-upstream rate-{read,write} properties,
- Drop unneeded Channel register block change.
---
Documentation/devicetree/bindings/dma/renesas,rcar-dmac.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/dma/renesas,rcar-dmac.yaml b/Documentation/devicetree/bindings/dma/renesas,rcar-dmac.yaml
index 03aa067b1229f676..04fc4a99a7cb539a 100644
--- a/Documentation/devicetree/bindings/dma/renesas,rcar-dmac.yaml
+++ b/Documentation/devicetree/bindings/dma/renesas,rcar-dmac.yaml
@@ -46,6 +46,7 @@ properties:
- renesas,dmac-r8a779a0 # R-Car V3U
- renesas,dmac-r8a779f0 # R-Car S4-8
- renesas,dmac-r8a779g0 # R-Car V4H
+ - renesas,dmac-r8a779h0 # R-Car V4M
- const: renesas,rcar-gen4-dmac # R-Car Gen4
reg: true
--
2.34.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: renesas,rcar-dmac: Add r8a779h0 support
2024-02-14 13:00 [PATCH] dt-bindings: renesas,rcar-dmac: Add r8a779h0 support Geert Uytterhoeven
@ 2024-02-14 13:03 ` Wolfram Sang
2024-02-14 17:38 ` Conor Dooley
2024-02-16 12:35 ` Vinod Koul
2 siblings, 0 replies; 4+ messages in thread
From: Wolfram Sang @ 2024-02-14 13:03 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: Vinod Koul, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Yoshihiro Shimoda, dmaengine, devicetree, linux-renesas-soc
[-- Attachment #1: Type: text/plain, Size: 362 bytes --]
On Wed, Feb 14, 2024 at 02:00:34PM +0100, Geert Uytterhoeven wrote:
> Document support for the Direct Memory Access Controllers (DMAC) in the
> Renesas R-Car V4M (R8A779H0) SoC.
>
> Based on a patch in the BSP by Thanh Le.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: renesas,rcar-dmac: Add r8a779h0 support
2024-02-14 13:00 [PATCH] dt-bindings: renesas,rcar-dmac: Add r8a779h0 support Geert Uytterhoeven
2024-02-14 13:03 ` Wolfram Sang
@ 2024-02-14 17:38 ` Conor Dooley
2024-02-16 12:35 ` Vinod Koul
2 siblings, 0 replies; 4+ messages in thread
From: Conor Dooley @ 2024-02-14 17:38 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: Vinod Koul, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Yoshihiro Shimoda, dmaengine, devicetree, linux-renesas-soc
[-- Attachment #1: Type: text/plain, Size: 1384 bytes --]
On Wed, Feb 14, 2024 at 02:00:34PM +0100, Geert Uytterhoeven wrote:
> Document support for the Direct Memory Access Controllers (DMAC) in the
> Renesas R-Car V4M (R8A779H0) SoC.
>
> Based on a patch in the BSP by Thanh Le.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Cheers,
Conor.
> ---
> Changes compared to the BSP:
> - Replace items/const by enum,
> - Drop changes to non-upstream rate-{read,write} properties,
> - Drop unneeded Channel register block change.
> ---
> Documentation/devicetree/bindings/dma/renesas,rcar-dmac.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/dma/renesas,rcar-dmac.yaml b/Documentation/devicetree/bindings/dma/renesas,rcar-dmac.yaml
> index 03aa067b1229f676..04fc4a99a7cb539a 100644
> --- a/Documentation/devicetree/bindings/dma/renesas,rcar-dmac.yaml
> +++ b/Documentation/devicetree/bindings/dma/renesas,rcar-dmac.yaml
> @@ -46,6 +46,7 @@ properties:
> - renesas,dmac-r8a779a0 # R-Car V3U
> - renesas,dmac-r8a779f0 # R-Car S4-8
> - renesas,dmac-r8a779g0 # R-Car V4H
> + - renesas,dmac-r8a779h0 # R-Car V4M
> - const: renesas,rcar-gen4-dmac # R-Car Gen4
>
> reg: true
> --
> 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: renesas,rcar-dmac: Add r8a779h0 support
2024-02-14 13:00 [PATCH] dt-bindings: renesas,rcar-dmac: Add r8a779h0 support Geert Uytterhoeven
2024-02-14 13:03 ` Wolfram Sang
2024-02-14 17:38 ` Conor Dooley
@ 2024-02-16 12:35 ` Vinod Koul
2 siblings, 0 replies; 4+ messages in thread
From: Vinod Koul @ 2024-02-16 12:35 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Yoshihiro Shimoda,
Geert Uytterhoeven
Cc: dmaengine, devicetree, linux-renesas-soc
On Wed, 14 Feb 2024 14:00:34 +0100, Geert Uytterhoeven wrote:
> Document support for the Direct Memory Access Controllers (DMAC) in the
> Renesas R-Car V4M (R8A779H0) SoC.
>
> Based on a patch in the BSP by Thanh Le.
>
>
Applied, thanks!
[1/1] dt-bindings: renesas,rcar-dmac: Add r8a779h0 support
commit: 35b78e2eef2d75c8722bf39d6bd1d89a8e21479e
Best regards,
--
~Vinod
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-02-16 12:35 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-14 13:00 [PATCH] dt-bindings: renesas,rcar-dmac: Add r8a779h0 support Geert Uytterhoeven
2024-02-14 13:03 ` Wolfram Sang
2024-02-14 17:38 ` Conor Dooley
2024-02-16 12:35 ` Vinod Koul
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox