devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: rcar-dmac: Document r8a77470 support
@ 2018-03-29 10:11 Biju Das
  2018-03-30  7:02 ` Simon Horman
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Biju Das @ 2018-03-29 10:11 UTC (permalink / raw)
  To: Vinod Koul, Rob Herring, Mark Rutland
  Cc: Fabrizio Castro, devicetree, Chris Paterson, Geert Uytterhoeven,
	Biju Das, linux-renesas-soc, Simon Horman, dmaengine,
	linux-arm-kernel

Renesas  RZ/G SoC also have the R-Car gen2/3 compatible DMA controllers.
Document RZ/G1C (also known as R8A77470) SoC bindings.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
---
 Documentation/devicetree/bindings/dma/renesas,rcar-dmac.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/dma/renesas,rcar-dmac.txt b/Documentation/devicetree/bindings/dma/renesas,rcar-dmac.txt
index 891db41..b5e603c 100644
--- a/Documentation/devicetree/bindings/dma/renesas,rcar-dmac.txt
+++ b/Documentation/devicetree/bindings/dma/renesas,rcar-dmac.txt
@@ -18,6 +18,7 @@ Required Properties:
 	      Examples with soctypes are:
 		- "renesas,dmac-r8a7743" (RZ/G1M)
 		- "renesas,dmac-r8a7745" (RZ/G1E)
+		- "renesas,dmac-r8a77470" (RZ/G1C)
 		- "renesas,dmac-r8a7790" (R-Car H2)
 		- "renesas,dmac-r8a7791" (R-Car M2-W)
 		- "renesas,dmac-r8a7792" (R-Car V2H)
-- 
2.7.4

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

* Re: [PATCH] dt-bindings: rcar-dmac: Document r8a77470 support
  2018-03-29 10:11 [PATCH] dt-bindings: rcar-dmac: Document r8a77470 support Biju Das
@ 2018-03-30  7:02 ` Simon Horman
  2018-03-30  7:51 ` Geert Uytterhoeven
  2018-04-04  5:55 ` Vinod Koul
  2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2018-03-30  7:02 UTC (permalink / raw)
  To: Biju Das
  Cc: Mark Rutland, Fabrizio Castro, Chris Paterson, Geert Uytterhoeven,
	devicetree, Vinod Koul, linux-renesas-soc, Rob Herring, dmaengine,
	linux-arm-kernel

On Thu, Mar 29, 2018 at 11:11:06AM +0100, Biju Das wrote:
> Renesas  RZ/G SoC also have the R-Car gen2/3 compatible DMA controllers.
> Document RZ/G1C (also known as R8A77470) SoC bindings.
> 
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>

Reviewed-by: Simon Horman <horms+renesas@verge.net.au>

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

* Re: [PATCH] dt-bindings: rcar-dmac: Document r8a77470 support
  2018-03-29 10:11 [PATCH] dt-bindings: rcar-dmac: Document r8a77470 support Biju Das
  2018-03-30  7:02 ` Simon Horman
@ 2018-03-30  7:51 ` Geert Uytterhoeven
  2018-04-04  5:55 ` Vinod Koul
  2 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2018-03-30  7:51 UTC (permalink / raw)
  To: Biju Das
  Cc: Mark Rutland, Simon Horman, Chris Paterson, Geert Uytterhoeven,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Vinod Koul, Linux-Renesas, Rob Herring, Fabrizio Castro,
	dmaengine, Linux ARM

On Thu, Mar 29, 2018 at 12:11 PM, Biju Das <biju.das@bp.renesas.com> wrote:
> Renesas  RZ/G SoC also have the R-Car gen2/3 compatible DMA controllers.
> Document RZ/G1C (also known as R8A77470) SoC bindings.
>
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> Reviewed-by: Fabrizio Castro <fabrizio.castro@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: rcar-dmac: Document r8a77470 support
  2018-03-29 10:11 [PATCH] dt-bindings: rcar-dmac: Document r8a77470 support Biju Das
  2018-03-30  7:02 ` Simon Horman
  2018-03-30  7:51 ` Geert Uytterhoeven
@ 2018-04-04  5:55 ` Vinod Koul
  2 siblings, 0 replies; 4+ messages in thread
From: Vinod Koul @ 2018-04-04  5:55 UTC (permalink / raw)
  To: Biju Das
  Cc: Mark Rutland, Fabrizio Castro, Chris Paterson, Geert Uytterhoeven,
	devicetree, Rob Herring, linux-renesas-soc, Simon Horman,
	dmaengine, linux-arm-kernel

On Thu, Mar 29, 2018 at 11:11:06AM +0100, Biju Das wrote:
> Renesas  RZ/G SoC also have the R-Car gen2/3 compatible DMA controllers.
> Document RZ/G1C (also known as R8A77470) SoC bindings.

Applied, thanks

-- 
~Vinod

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

end of thread, other threads:[~2018-04-04  5:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-29 10:11 [PATCH] dt-bindings: rcar-dmac: Document r8a77470 support Biju Das
2018-03-30  7:02 ` Simon Horman
2018-03-30  7:51 ` Geert Uytterhoeven
2018-04-04  5:55 ` Vinod Koul

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