All of lore.kernel.org
 help / color / mirror / Atom feed
* [1/2] dt-bindings: dmaengine: usb-dmac: Add binding for r8a77470
@ 2018-10-25 14:53 ` Biju Das
  0 siblings, 0 replies; 21+ messages in thread
From: Biju Das @ 2018-10-25 14:53 UTC (permalink / raw)
  To: Vinod Koul, Rob Herring, Mark Rutland
  Cc: Biju Das, dmaengine, devicetree, Simon Horman,
	Geert Uytterhoeven, Chris Paterson, Fabrizio Castro,
	linux-renesas-soc

This patch adds usb high-speed dmac binding for r8a77470 (RZ/G1C) SoC.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
---
This patch tested against linux-next.
---
 Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt b/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt
index 1743017..a1e7b814 100644
--- a/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt
+++ b/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt
@@ -6,6 +6,7 @@ Required Properties:
 	  - "renesas,r8a7743-usb-dmac" (RZ/G1M)
 	  - "renesas,r8a7744-usb-dmac" (RZ/G1N)
 	  - "renesas,r8a7745-usb-dmac" (RZ/G1E)
+	  - "renesas,r8a77470-usb-dmac" (RZ/G1C)
 	  - "renesas,r8a7790-usb-dmac" (R-Car H2)
 	  - "renesas,r8a7791-usb-dmac" (R-Car M2-W)
 	  - "renesas,r8a7793-usb-dmac" (R-Car M2-N)

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

* [PATCH 1/2] dt-bindings: dmaengine: usb-dmac: Add binding for r8a77470
@ 2018-10-25 14:53 ` Biju Das
  0 siblings, 0 replies; 21+ messages in thread
From: Biju Das @ 2018-10-25 14:53 UTC (permalink / raw)
  To: Vinod Koul, Rob Herring, Mark Rutland
  Cc: Biju Das, dmaengine, devicetree, Simon Horman,
	Geert Uytterhoeven, Chris Paterson, Fabrizio Castro,
	linux-renesas-soc

This patch adds usb high-speed dmac binding for r8a77470 (RZ/G1C) SoC.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
---
This patch tested against linux-next.
---
 Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt b/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt
index 1743017..a1e7b814 100644
--- a/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt
+++ b/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt
@@ -6,6 +6,7 @@ Required Properties:
 	  - "renesas,r8a7743-usb-dmac" (RZ/G1M)
 	  - "renesas,r8a7744-usb-dmac" (RZ/G1N)
 	  - "renesas,r8a7745-usb-dmac" (RZ/G1E)
+	  - "renesas,r8a77470-usb-dmac" (RZ/G1C)
 	  - "renesas,r8a7790-usb-dmac" (R-Car H2)
 	  - "renesas,r8a7791-usb-dmac" (R-Car M2-W)
 	  - "renesas,r8a7793-usb-dmac" (R-Car M2-N)
-- 
2.7.4

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

* [PATCH 2/2] ARM: dts: r8a77470: Add USB-DMAC device nodes
  2018-10-25 14:53 ` [PATCH 1/2] " Biju Das
  (?)
@ 2018-10-25 14:53 ` Biju Das
  2018-10-25 16:19   ` Biju Das
  2018-10-26  9:47     ` Fabrizio Castro
  -1 siblings, 2 replies; 21+ messages in thread
From: Biju Das @ 2018-10-25 14:53 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland
  Cc: Biju Das, Simon Horman, Magnus Damm, linux-renesas-soc,
	devicetree, Geert Uytterhoeven, Chris Paterson, Fabrizio Castro

This patch adds USB DMAC nodes.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
---
This patch depend upon the below patch.

https://patchwork.kernel.org/patch/10655861/
---
 arch/arm/boot/dts/r8a77470.dtsi | 56 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 56 insertions(+)

diff --git a/arch/arm/boot/dts/r8a77470.dtsi b/arch/arm/boot/dts/r8a77470.dtsi
index 935b82b..eec71dd 100644
--- a/arch/arm/boot/dts/r8a77470.dtsi
+++ b/arch/arm/boot/dts/r8a77470.dtsi
@@ -353,6 +353,62 @@
 			};
 		};
 
+		usb_dmac00: dma-controller@e65a0000 {
+			compatible = "renesas,r8a77470-usb-dmac",
+				     "renesas,usb-dmac";
+			reg = <0 0xe65a0000 0 0x100>;
+			interrupts = <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH
+				      GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>;
+			interrupt-names = "ch0", "ch1";
+			clocks = <&cpg CPG_MOD 330>;
+			power-domains = <&sysc R8A77470_PD_ALWAYS_ON>;
+			resets = <&cpg 330>;
+			#dma-cells = <1>;
+			dma-channels = <2>;
+		};
+
+		usb_dmac10: dma-controller@e65b0000 {
+			compatible = "renesas,r8a77470-usb-dmac",
+				     "renesas,usb-dmac";
+			reg = <0 0xe65b0000 0 0x100>;
+			interrupts = <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH
+				      GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>;
+			interrupt-names = "ch0", "ch1";
+			clocks = <&cpg CPG_MOD 331>;
+			power-domains = <&sysc R8A77470_PD_ALWAYS_ON>;
+			resets = <&cpg 331>;
+			#dma-cells = <1>;
+			dma-channels = <2>;
+		};
+
+		usb_dmac01: dma-controller@e65a8000 {
+			compatible = "renesas,r8a77470-usb-dmac",
+				     "renesas,usb-dmac";
+			reg = <0 0xe65a8000 0 0x100>;
+			interrupts = <GIC_SPI 293 IRQ_TYPE_LEVEL_HIGH
+				      GIC_SPI 293 IRQ_TYPE_LEVEL_HIGH>;
+			interrupt-names = "ch0", "ch1";
+			clocks = <&cpg CPG_MOD 326>;
+			power-domains = <&sysc R8A77470_PD_ALWAYS_ON>;
+			resets = <&cpg 326>;
+			#dma-cells = <1>;
+			dma-channels = <2>;
+		};
+
+		usb_dmac11: dma-controller@e65b8000 {
+			compatible = "renesas,r8a77470-usb-dmac",
+				     "renesas,usb-dmac";
+			reg = <0 0xe65b8000 0 0x100>;
+			interrupts = <GIC_SPI 292 IRQ_TYPE_LEVEL_HIGH
+				      GIC_SPI 292 IRQ_TYPE_LEVEL_HIGH>;
+			interrupt-names = "ch0", "ch1";
+			clocks = <&cpg CPG_MOD 327>;
+			power-domains = <&sysc R8A77470_PD_ALWAYS_ON>;
+			resets = <&cpg 327>;
+			#dma-cells = <1>;
+			dma-channels = <2>;
+		};
+
 		dmac0: dma-controller@e6700000 {
 			compatible = "renesas,dmac-r8a77470",
 				     "renesas,rcar-dmac";
-- 
2.7.4

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

* [1/2] dt-bindings: dmaengine: usb-dmac: Add binding for r8a77470
  2018-10-25 14:53 ` [PATCH 1/2] " Biju Das
@ 2018-10-25 15:57 ` Vinod
  -1 siblings, 0 replies; 21+ messages in thread
From: Vinod Koul @ 2018-10-25 15:57 UTC (permalink / raw)
  To: Biju Das
  Cc: Rob Herring, Mark Rutland, dmaengine, devicetree, Simon Horman,
	Geert Uytterhoeven, Chris Paterson, Fabrizio Castro,
	linux-renesas-soc

On 25-10-18, 15:53, Biju Das wrote:
> This patch adds usb high-speed dmac binding for r8a77470 (RZ/G1C) SoC.

Where is the patch 2/2 ...?


> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> ---
> This patch tested against linux-next.
> ---
>  Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt b/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt
> index 1743017..a1e7b814 100644
> --- a/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt
> +++ b/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt
> @@ -6,6 +6,7 @@ Required Properties:
>  	  - "renesas,r8a7743-usb-dmac" (RZ/G1M)
>  	  - "renesas,r8a7744-usb-dmac" (RZ/G1N)
>  	  - "renesas,r8a7745-usb-dmac" (RZ/G1E)
> +	  - "renesas,r8a77470-usb-dmac" (RZ/G1C)
>  	  - "renesas,r8a7790-usb-dmac" (R-Car H2)
>  	  - "renesas,r8a7791-usb-dmac" (R-Car M2-W)
>  	  - "renesas,r8a7793-usb-dmac" (R-Car M2-N)
> -- 
> 2.7.4

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

* Re: [PATCH 1/2] dt-bindings: dmaengine: usb-dmac: Add binding for r8a77470
@ 2018-10-25 15:57 ` Vinod
  0 siblings, 0 replies; 21+ messages in thread
From: Vinod @ 2018-10-25 15:57 UTC (permalink / raw)
  To: Biju Das
  Cc: Rob Herring, Mark Rutland, dmaengine, devicetree, Simon Horman,
	Geert Uytterhoeven, Chris Paterson, Fabrizio Castro,
	linux-renesas-soc

On 25-10-18, 15:53, Biju Das wrote:
> This patch adds usb high-speed dmac binding for r8a77470 (RZ/G1C) SoC.

Where is the patch 2/2 ...?


> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> ---
> This patch tested against linux-next.
> ---
>  Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt b/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt
> index 1743017..a1e7b814 100644
> --- a/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt
> +++ b/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt
> @@ -6,6 +6,7 @@ Required Properties:
>  	  - "renesas,r8a7743-usb-dmac" (RZ/G1M)
>  	  - "renesas,r8a7744-usb-dmac" (RZ/G1N)
>  	  - "renesas,r8a7745-usb-dmac" (RZ/G1E)
> +	  - "renesas,r8a77470-usb-dmac" (RZ/G1C)
>  	  - "renesas,r8a7790-usb-dmac" (R-Car H2)
>  	  - "renesas,r8a7791-usb-dmac" (R-Car M2-W)
>  	  - "renesas,r8a7793-usb-dmac" (R-Car M2-N)
> -- 
> 2.7.4

-- 
~Vinod

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

* RE: [PATCH 2/2] ARM: dts: r8a77470: Add USB-DMAC device nodes
  2018-10-25 14:53 ` [PATCH 2/2] ARM: dts: r8a77470: Add USB-DMAC device nodes Biju Das
@ 2018-10-25 16:19   ` Biju Das
  2018-10-26  9:47     ` Fabrizio Castro
  1 sibling, 0 replies; 21+ messages in thread
From: Biju Das @ 2018-10-25 16:19 UTC (permalink / raw)
  To: Biju Das, Rob Herring, Mark Rutland
  Cc: Simon Horman, Magnus Damm, linux-renesas-soc, devicetree,
	Geert Uytterhoeven, Chris Paterson, Fabrizio Castro, Vinod

+ vinod koul

> -----Original Message-----
> From: Biju Das <biju.das@bp.renesas.com>
> Sent: 25 October 2018 15:54
> To: Rob Herring <robh+dt@kernel.org>; Mark Rutland
> <mark.rutland@arm.com>
> Cc: Biju Das <biju.das@bp.renesas.com>; Simon Horman
> <horms@verge.net.au>; Magnus Damm <magnus.damm@gmail.com>;
> linux-renesas-soc@vger.kernel.org; devicetree@vger.kernel.org; Geert
> Uytterhoeven <geert+renesas@glider.be>; Chris Paterson
> <Chris.Paterson2@renesas.com>; Fabrizio Castro
> <fabrizio.castro@bp.renesas.com>
> Subject: [PATCH 2/2] ARM: dts: r8a77470: Add USB-DMAC device nodes
>
> This patch adds USB DMAC nodes.
>
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> ---
> This patch depend upon the below patch.
>
> https://patchwork.kernel.org/patch/10655861/
> ---
>  arch/arm/boot/dts/r8a77470.dtsi | 56
> +++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 56 insertions(+)
>
> diff --git a/arch/arm/boot/dts/r8a77470.dtsi
> b/arch/arm/boot/dts/r8a77470.dtsi index 935b82b..eec71dd 100644
> --- a/arch/arm/boot/dts/r8a77470.dtsi
> +++ b/arch/arm/boot/dts/r8a77470.dtsi
> @@ -353,6 +353,62 @@
>  };
>  };
>
> +usb_dmac00: dma-controller@e65a0000 {
> +compatible = "renesas,r8a77470-usb-dmac",
> +     "renesas,usb-dmac";
> +reg = <0 0xe65a0000 0 0x100>;
> +interrupts = <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH
> +      GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>;
> +interrupt-names = "ch0", "ch1";
> +clocks = <&cpg CPG_MOD 330>;
> +power-domains = <&sysc
> R8A77470_PD_ALWAYS_ON>;
> +resets = <&cpg 330>;
> +#dma-cells = <1>;
> +dma-channels = <2>;
> +};
> +
> +usb_dmac10: dma-controller@e65b0000 {
> +compatible = "renesas,r8a77470-usb-dmac",
> +     "renesas,usb-dmac";
> +reg = <0 0xe65b0000 0 0x100>;
> +interrupts = <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH
> +      GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>;
> +interrupt-names = "ch0", "ch1";
> +clocks = <&cpg CPG_MOD 331>;
> +power-domains = <&sysc
> R8A77470_PD_ALWAYS_ON>;
> +resets = <&cpg 331>;
> +#dma-cells = <1>;
> +dma-channels = <2>;
> +};
> +
> +usb_dmac01: dma-controller@e65a8000 {
> +compatible = "renesas,r8a77470-usb-dmac",
> +     "renesas,usb-dmac";
> +reg = <0 0xe65a8000 0 0x100>;
> +interrupts = <GIC_SPI 293 IRQ_TYPE_LEVEL_HIGH
> +      GIC_SPI 293 IRQ_TYPE_LEVEL_HIGH>;
> +interrupt-names = "ch0", "ch1";
> +clocks = <&cpg CPG_MOD 326>;
> +power-domains = <&sysc
> R8A77470_PD_ALWAYS_ON>;
> +resets = <&cpg 326>;
> +#dma-cells = <1>;
> +dma-channels = <2>;
> +};
> +
> +usb_dmac11: dma-controller@e65b8000 {
> +compatible = "renesas,r8a77470-usb-dmac",
> +     "renesas,usb-dmac";
> +reg = <0 0xe65b8000 0 0x100>;
> +interrupts = <GIC_SPI 292 IRQ_TYPE_LEVEL_HIGH
> +      GIC_SPI 292 IRQ_TYPE_LEVEL_HIGH>;
> +interrupt-names = "ch0", "ch1";
> +clocks = <&cpg CPG_MOD 327>;
> +power-domains = <&sysc
> R8A77470_PD_ALWAYS_ON>;
> +resets = <&cpg 327>;
> +#dma-cells = <1>;
> +dma-channels = <2>;
> +};
> +
>  dmac0: dma-controller@e6700000 {
>  compatible = "renesas,dmac-r8a77470",
>       "renesas,rcar-dmac";
> --
> 2.7.4




Renesas Electronics Europe Ltd, Dukes Meadow, Millboard Road, Bourne End, Buckinghamshire, SL8 5FH, UK. Registered in England & Wales under Registered No. 04586709.

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

* [1/2] dt-bindings: dmaengine: usb-dmac: Add binding for r8a77470
  2018-10-25 15:57 ` [PATCH 1/2] " Vinod
@ 2018-10-25 16:22 ` Biju Das
  -1 siblings, 0 replies; 21+ messages in thread
From: Biju Das @ 2018-10-25 16:22 UTC (permalink / raw)
  To: Vinod
  Cc: Rob Herring, Mark Rutland, dmaengine, devicetree, Simon Horman,
	Geert Uytterhoeven, Chris Paterson, Fabrizio Castro,
	linux-renesas-soc

Hi Vinod,

Thanks for the feedback.

> Subject: Re: [PATCH 1/2] dt-bindings: dmaengine: usb-dmac: Add binding for
> r8a77470
>
> On 25-10-18, 15:53, Biju Das wrote:
> > This patch adds usb high-speed dmac binding for r8a77470 (RZ/G1C) SoC.
>
> Where is the patch 2/2 ...?

I missed adding you in the second patch. Just now I have added you in CC.

Regards,
Biju



Renesas Electronics Europe Ltd, Dukes Meadow, Millboard Road, Bourne End, Buckinghamshire, SL8 5FH, UK. Registered in England & Wales under Registered No. 04586709.

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

* RE: [PATCH 1/2] dt-bindings: dmaengine: usb-dmac: Add binding for r8a77470
@ 2018-10-25 16:22 ` Biju Das
  0 siblings, 0 replies; 21+ messages in thread
From: Biju Das @ 2018-10-25 16:22 UTC (permalink / raw)
  To: Vinod
  Cc: Rob Herring, Mark Rutland, dmaengine, devicetree, Simon Horman,
	Geert Uytterhoeven, Chris Paterson, Fabrizio Castro,
	linux-renesas-soc

Hi Vinod,

Thanks for the feedback.

> Subject: Re: [PATCH 1/2] dt-bindings: dmaengine: usb-dmac: Add binding for
> r8a77470
>
> On 25-10-18, 15:53, Biju Das wrote:
> > This patch adds usb high-speed dmac binding for r8a77470 (RZ/G1C) SoC.
>
> Where is the patch 2/2 ...?

I missed adding you in the second patch. Just now I have added you in CC.

Regards,
Biju



Renesas Electronics Europe Ltd, Dukes Meadow, Millboard Road, Bourne End, Buckinghamshire, SL8 5FH, UK. Registered in England & Wales under Registered No. 04586709.

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

* [1/2] dt-bindings: dmaengine: usb-dmac: Add binding for r8a77470
  2018-10-25 14:53 ` [PATCH 1/2] " Biju Das
  (?)
@ 2018-10-26  9:46 ` Fabrizio Castro
  -1 siblings, 0 replies; 21+ messages in thread
From: Fabrizio Castro @ 2018-10-26  9:46 UTC (permalink / raw)
  To: Biju Das, Vinod Koul, Rob Herring, Mark Rutland
  Cc: dmaengine, devicetree, Simon Horman, Geert Uytterhoeven,
	Chris Paterson, linux-renesas-soc

> Subject: [PATCH 1/2] dt-bindings: dmaengine: usb-dmac: Add binding for r8a77470
>
> This patch adds usb high-speed dmac binding for r8a77470 (RZ/G1C) SoC.
>
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>

Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>

> ---
> This patch tested against linux-next.
> ---
>  Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt
> b/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt
> index 1743017..a1e7b814 100644
> --- a/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt
> +++ b/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt
> @@ -6,6 +6,7 @@ Required Properties:
>    - "renesas,r8a7743-usb-dmac" (RZ/G1M)
>    - "renesas,r8a7744-usb-dmac" (RZ/G1N)
>    - "renesas,r8a7745-usb-dmac" (RZ/G1E)
> +  - "renesas,r8a77470-usb-dmac" (RZ/G1C)
>    - "renesas,r8a7790-usb-dmac" (R-Car H2)
>    - "renesas,r8a7791-usb-dmac" (R-Car M2-W)
>    - "renesas,r8a7793-usb-dmac" (R-Car M2-N)
> --
> 2.7.4




Renesas Electronics Europe Ltd, Dukes Meadow, Millboard Road, Bourne End, Buckinghamshire, SL8 5FH, UK. Registered in England & Wales under Registered No. 04586709.

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

* RE: [PATCH 1/2] dt-bindings: dmaengine: usb-dmac: Add binding for r8a77470
@ 2018-10-26  9:46 ` Fabrizio Castro
  0 siblings, 0 replies; 21+ messages in thread
From: Fabrizio Castro @ 2018-10-26  9:46 UTC (permalink / raw)
  To: Biju Das, Vinod Koul, Rob Herring, Mark Rutland
  Cc: dmaengine, devicetree, Simon Horman, Geert Uytterhoeven,
	Chris Paterson, linux-renesas-soc

> Subject: [PATCH 1/2] dt-bindings: dmaengine: usb-dmac: Add binding for r8a77470
>
> This patch adds usb high-speed dmac binding for r8a77470 (RZ/G1C) SoC.
>
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>

Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>

> ---
> This patch tested against linux-next.
> ---
>  Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt
> b/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt
> index 1743017..a1e7b814 100644
> --- a/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt
> +++ b/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt
> @@ -6,6 +6,7 @@ Required Properties:
>    - "renesas,r8a7743-usb-dmac" (RZ/G1M)
>    - "renesas,r8a7744-usb-dmac" (RZ/G1N)
>    - "renesas,r8a7745-usb-dmac" (RZ/G1E)
> +  - "renesas,r8a77470-usb-dmac" (RZ/G1C)
>    - "renesas,r8a7790-usb-dmac" (R-Car H2)
>    - "renesas,r8a7791-usb-dmac" (R-Car M2-W)
>    - "renesas,r8a7793-usb-dmac" (R-Car M2-N)
> --
> 2.7.4




Renesas Electronics Europe Ltd, Dukes Meadow, Millboard Road, Bourne End, Buckinghamshire, SL8 5FH, UK. Registered in England & Wales under Registered No. 04586709.

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

* RE: [PATCH 1/2] dt-bindings: dmaengine: usb-dmac: Add binding for r8a77470
@ 2018-10-26  9:46 ` Fabrizio Castro
  0 siblings, 0 replies; 21+ messages in thread
From: Fabrizio Castro @ 2018-10-26  9:46 UTC (permalink / raw)
  To: Biju Das, Vinod Koul, Rob Herring, Mark Rutland
  Cc: Biju Das, dmaengine, devicetree, Simon Horman,
	Geert Uytterhoeven, Chris Paterson, linux-renesas-soc

> Subject: [PATCH 1/2] dt-bindings: dmaengine: usb-dmac: Add binding for r8a77470
>
> This patch adds usb high-speed dmac binding for r8a77470 (RZ/G1C) SoC.
>
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>

Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>

> ---
> This patch tested against linux-next.
> ---
>  Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt
> b/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt
> index 1743017..a1e7b814 100644
> --- a/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt
> +++ b/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt
> @@ -6,6 +6,7 @@ Required Properties:
>    - "renesas,r8a7743-usb-dmac" (RZ/G1M)
>    - "renesas,r8a7744-usb-dmac" (RZ/G1N)
>    - "renesas,r8a7745-usb-dmac" (RZ/G1E)
> +  - "renesas,r8a77470-usb-dmac" (RZ/G1C)
>    - "renesas,r8a7790-usb-dmac" (R-Car H2)
>    - "renesas,r8a7791-usb-dmac" (R-Car M2-W)
>    - "renesas,r8a7793-usb-dmac" (R-Car M2-N)
> --
> 2.7.4




Renesas Electronics Europe Ltd, Dukes Meadow, Millboard Road, Bourne End, Buckinghamshire, SL8 5FH, UK. Registered in England & Wales under Registered No. 04586709.

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

* RE: [PATCH 2/2] ARM: dts: r8a77470: Add USB-DMAC device nodes
  2018-10-25 14:53 ` [PATCH 2/2] ARM: dts: r8a77470: Add USB-DMAC device nodes Biju Das
@ 2018-10-26  9:47     ` Fabrizio Castro
  2018-10-26  9:47     ` Fabrizio Castro
  1 sibling, 0 replies; 21+ messages in thread
From: Fabrizio Castro @ 2018-10-26  9:47 UTC (permalink / raw)
  To: Biju Das, Rob Herring, Mark Rutland
  Cc: Simon Horman, Magnus Damm, linux-renesas-soc, devicetree,
	Geert Uytterhoeven, Chris Paterson

> Subject: [PATCH 2/2] ARM: dts: r8a77470: Add USB-DMAC device nodes
>
> This patch adds USB DMAC nodes.
>
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>

Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>

> ---
> This patch depend upon the below patch.
>
> https://patchwork.kernel.org/patch/10655861/
> ---
>  arch/arm/boot/dts/r8a77470.dtsi | 56 +++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 56 insertions(+)
>
> diff --git a/arch/arm/boot/dts/r8a77470.dtsi b/arch/arm/boot/dts/r8a77470.dtsi
> index 935b82b..eec71dd 100644
> --- a/arch/arm/boot/dts/r8a77470.dtsi
> +++ b/arch/arm/boot/dts/r8a77470.dtsi
> @@ -353,6 +353,62 @@
>  };
>  };
>
> +usb_dmac00: dma-controller@e65a0000 {
> +compatible = "renesas,r8a77470-usb-dmac",
> +     "renesas,usb-dmac";
> +reg = <0 0xe65a0000 0 0x100>;
> +interrupts = <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH
> +      GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>;
> +interrupt-names = "ch0", "ch1";
> +clocks = <&cpg CPG_MOD 330>;
> +power-domains = <&sysc R8A77470_PD_ALWAYS_ON>;
> +resets = <&cpg 330>;
> +#dma-cells = <1>;
> +dma-channels = <2>;
> +};
> +
> +usb_dmac10: dma-controller@e65b0000 {
> +compatible = "renesas,r8a77470-usb-dmac",
> +     "renesas,usb-dmac";
> +reg = <0 0xe65b0000 0 0x100>;
> +interrupts = <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH
> +      GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>;
> +interrupt-names = "ch0", "ch1";
> +clocks = <&cpg CPG_MOD 331>;
> +power-domains = <&sysc R8A77470_PD_ALWAYS_ON>;
> +resets = <&cpg 331>;
> +#dma-cells = <1>;
> +dma-channels = <2>;
> +};
> +
> +usb_dmac01: dma-controller@e65a8000 {
> +compatible = "renesas,r8a77470-usb-dmac",
> +     "renesas,usb-dmac";
> +reg = <0 0xe65a8000 0 0x100>;
> +interrupts = <GIC_SPI 293 IRQ_TYPE_LEVEL_HIGH
> +      GIC_SPI 293 IRQ_TYPE_LEVEL_HIGH>;
> +interrupt-names = "ch0", "ch1";
> +clocks = <&cpg CPG_MOD 326>;
> +power-domains = <&sysc R8A77470_PD_ALWAYS_ON>;
> +resets = <&cpg 326>;
> +#dma-cells = <1>;
> +dma-channels = <2>;
> +};
> +
> +usb_dmac11: dma-controller@e65b8000 {
> +compatible = "renesas,r8a77470-usb-dmac",
> +     "renesas,usb-dmac";
> +reg = <0 0xe65b8000 0 0x100>;
> +interrupts = <GIC_SPI 292 IRQ_TYPE_LEVEL_HIGH
> +      GIC_SPI 292 IRQ_TYPE_LEVEL_HIGH>;
> +interrupt-names = "ch0", "ch1";
> +clocks = <&cpg CPG_MOD 327>;
> +power-domains = <&sysc R8A77470_PD_ALWAYS_ON>;
> +resets = <&cpg 327>;
> +#dma-cells = <1>;
> +dma-channels = <2>;
> +};
> +
>  dmac0: dma-controller@e6700000 {
>  compatible = "renesas,dmac-r8a77470",
>       "renesas,rcar-dmac";
> --
> 2.7.4




Renesas Electronics Europe Ltd, Dukes Meadow, Millboard Road, Bourne End, Buckinghamshire, SL8 5FH, UK. Registered in England & Wales under Registered No. 04586709.

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

* RE: [PATCH 2/2] ARM: dts: r8a77470: Add USB-DMAC device nodes
@ 2018-10-26  9:47     ` Fabrizio Castro
  0 siblings, 0 replies; 21+ messages in thread
From: Fabrizio Castro @ 2018-10-26  9:47 UTC (permalink / raw)
  To: Biju Das, Rob Herring, Mark Rutland
  Cc: Biju Das, Simon Horman, Magnus Damm, linux-renesas-soc,
	devicetree, Geert Uytterhoeven, Chris Paterson

> Subject: [PATCH 2/2] ARM: dts: r8a77470: Add USB-DMAC device nodes
>
> This patch adds USB DMAC nodes.
>
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>

Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>

> ---
> This patch depend upon the below patch.
>
> https://patchwork.kernel.org/patch/10655861/
> ---
>  arch/arm/boot/dts/r8a77470.dtsi | 56 +++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 56 insertions(+)
>
> diff --git a/arch/arm/boot/dts/r8a77470.dtsi b/arch/arm/boot/dts/r8a77470.dtsi
> index 935b82b..eec71dd 100644
> --- a/arch/arm/boot/dts/r8a77470.dtsi
> +++ b/arch/arm/boot/dts/r8a77470.dtsi
> @@ -353,6 +353,62 @@
>  };
>  };
>
> +usb_dmac00: dma-controller@e65a0000 {
> +compatible = "renesas,r8a77470-usb-dmac",
> +     "renesas,usb-dmac";
> +reg = <0 0xe65a0000 0 0x100>;
> +interrupts = <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH
> +      GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>;
> +interrupt-names = "ch0", "ch1";
> +clocks = <&cpg CPG_MOD 330>;
> +power-domains = <&sysc R8A77470_PD_ALWAYS_ON>;
> +resets = <&cpg 330>;
> +#dma-cells = <1>;
> +dma-channels = <2>;
> +};
> +
> +usb_dmac10: dma-controller@e65b0000 {
> +compatible = "renesas,r8a77470-usb-dmac",
> +     "renesas,usb-dmac";
> +reg = <0 0xe65b0000 0 0x100>;
> +interrupts = <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH
> +      GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>;
> +interrupt-names = "ch0", "ch1";
> +clocks = <&cpg CPG_MOD 331>;
> +power-domains = <&sysc R8A77470_PD_ALWAYS_ON>;
> +resets = <&cpg 331>;
> +#dma-cells = <1>;
> +dma-channels = <2>;
> +};
> +
> +usb_dmac01: dma-controller@e65a8000 {
> +compatible = "renesas,r8a77470-usb-dmac",
> +     "renesas,usb-dmac";
> +reg = <0 0xe65a8000 0 0x100>;
> +interrupts = <GIC_SPI 293 IRQ_TYPE_LEVEL_HIGH
> +      GIC_SPI 293 IRQ_TYPE_LEVEL_HIGH>;
> +interrupt-names = "ch0", "ch1";
> +clocks = <&cpg CPG_MOD 326>;
> +power-domains = <&sysc R8A77470_PD_ALWAYS_ON>;
> +resets = <&cpg 326>;
> +#dma-cells = <1>;
> +dma-channels = <2>;
> +};
> +
> +usb_dmac11: dma-controller@e65b8000 {
> +compatible = "renesas,r8a77470-usb-dmac",
> +     "renesas,usb-dmac";
> +reg = <0 0xe65b8000 0 0x100>;
> +interrupts = <GIC_SPI 292 IRQ_TYPE_LEVEL_HIGH
> +      GIC_SPI 292 IRQ_TYPE_LEVEL_HIGH>;
> +interrupt-names = "ch0", "ch1";
> +clocks = <&cpg CPG_MOD 327>;
> +power-domains = <&sysc R8A77470_PD_ALWAYS_ON>;
> +resets = <&cpg 327>;
> +#dma-cells = <1>;
> +dma-channels = <2>;
> +};
> +
>  dmac0: dma-controller@e6700000 {
>  compatible = "renesas,dmac-r8a77470",
>       "renesas,rcar-dmac";
> --
> 2.7.4




Renesas Electronics Europe Ltd, Dukes Meadow, Millboard Road, Bourne End, Buckinghamshire, SL8 5FH, UK. Registered in England & Wales under Registered No. 04586709.

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

* [1/2] dt-bindings: dmaengine: usb-dmac: Add binding for r8a77470
  2018-10-25 14:53 ` [PATCH 1/2] " Biju Das
@ 2018-10-29 16:17 ` Simon Horman
  -1 siblings, 0 replies; 21+ messages in thread
From: Simon Horman @ 2018-10-29 16:17 UTC (permalink / raw)
  To: Biju Das
  Cc: Vinod Koul, Rob Herring, Mark Rutland, dmaengine, devicetree,
	Geert Uytterhoeven, Chris Paterson, Fabrizio Castro,
	linux-renesas-soc

On Thu, Oct 25, 2018 at 03:53:37PM +0100, Biju Das wrote:
> This patch adds usb high-speed dmac binding for r8a77470 (RZ/G1C) SoC.
> 
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>

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

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

* Re: [PATCH 1/2] dt-bindings: dmaengine: usb-dmac: Add binding for r8a77470
@ 2018-10-29 16:17 ` Simon Horman
  0 siblings, 0 replies; 21+ messages in thread
From: Simon Horman @ 2018-10-29 16:17 UTC (permalink / raw)
  To: Biju Das
  Cc: Vinod Koul, Rob Herring, Mark Rutland, dmaengine, devicetree,
	Geert Uytterhoeven, Chris Paterson, Fabrizio Castro,
	linux-renesas-soc

On Thu, Oct 25, 2018 at 03:53:37PM +0100, Biju Das wrote:
> This patch adds usb high-speed dmac binding for r8a77470 (RZ/G1C) SoC.
> 
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>

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

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

* Re: [PATCH 2/2] ARM: dts: r8a77470: Add USB-DMAC device nodes
  2018-10-26  9:47     ` Fabrizio Castro
  (?)
@ 2018-10-29 16:25     ` Simon Horman
  -1 siblings, 0 replies; 21+ messages in thread
From: Simon Horman @ 2018-10-29 16:25 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Biju Das, Rob Herring, Mark Rutland, Magnus Damm,
	linux-renesas-soc, devicetree, Geert Uytterhoeven,
	Chris Paterson

On Fri, Oct 26, 2018 at 09:47:09AM +0000, Fabrizio Castro wrote:
> > Subject: [PATCH 2/2] ARM: dts: r8a77470: Add USB-DMAC device nodes
> >
> > This patch adds USB DMAC nodes.
> >
> > Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> 
> Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>

Thanks, applied for v4.21.

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

* [1/2] dt-bindings: dmaengine: usb-dmac: Add binding for r8a77470
  2018-10-25 14:53 ` [PATCH 1/2] " Biju Das
  (?)
@ 2018-11-05 23:29 ` Rob Herring
  -1 siblings, 0 replies; 21+ messages in thread
From: Rob Herring @ 2018-11-05 23:29 UTC (permalink / raw)
  To: Biju Das
  Cc: Vinod Koul, Mark Rutland, dmaengine, devicetree, Simon Horman,
	Geert Uytterhoeven, Chris Paterson, Fabrizio Castro,
	linux-renesas-soc

On Thu, 25 Oct 2018 15:53:37 +0100, Biju Das wrote:
> This patch adds usb high-speed dmac binding for r8a77470 (RZ/G1C) SoC.
> 
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> ---
> This patch tested against linux-next.
> ---
>  Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt | 1 +
>  1 file changed, 1 insertion(+)
> 

Reviewed-by: Rob Herring <robh@kernel.org>

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

* Re: [PATCH 1/2] dt-bindings: dmaengine: usb-dmac: Add binding for r8a77470
@ 2018-11-05 23:29 ` Rob Herring
  0 siblings, 0 replies; 21+ messages in thread
From: Rob Herring @ 2018-11-05 23:29 UTC (permalink / raw)
  To: Biju Das
  Cc: Vinod Koul, Mark Rutland, dmaengine, devicetree, Simon Horman,
	Geert Uytterhoeven, Chris Paterson, Fabrizio Castro,
	linux-renesas-soc

On Thu, 25 Oct 2018 15:53:37 +0100, Biju Das wrote:
> This patch adds usb high-speed dmac binding for r8a77470 (RZ/G1C) SoC.
> 
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> ---
> This patch tested against linux-next.
> ---
>  Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt | 1 +
>  1 file changed, 1 insertion(+)
> 

Reviewed-by: Rob Herring <robh@kernel.org>

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

* Re: [PATCH 1/2] dt-bindings: dmaengine: usb-dmac: Add binding for r8a77470
@ 2018-11-05 23:29 ` Rob Herring
  0 siblings, 0 replies; 21+ messages in thread
From: Rob Herring @ 2018-11-05 23:29 UTC (permalink / raw)
  To: Biju Das
  Cc: Vinod Koul, Mark Rutland, Biju Das, dmaengine, devicetree,
	Simon Horman, Geert Uytterhoeven, Chris Paterson,
	Fabrizio Castro, linux-renesas-soc

On Thu, 25 Oct 2018 15:53:37 +0100, Biju Das wrote:
> This patch adds usb high-speed dmac binding for r8a77470 (RZ/G1C) SoC.
> 
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> ---
> This patch tested against linux-next.
> ---
>  Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt | 1 +
>  1 file changed, 1 insertion(+)
> 

Reviewed-by: Rob Herring <robh@kernel.org>

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

* [1/2] dt-bindings: dmaengine: usb-dmac: Add binding for r8a77470
  2018-10-25 14:53 ` [PATCH 1/2] " Biju Das
@ 2018-11-11  9:31 ` Vinod Koul
  -1 siblings, 0 replies; 21+ messages in thread
From: Vinod Koul @ 2018-11-11  9:31 UTC (permalink / raw)
  To: Biju Das
  Cc: Rob Herring, Mark Rutland, dmaengine, devicetree, Simon Horman,
	Geert Uytterhoeven, Chris Paterson, Fabrizio Castro,
	linux-renesas-soc

On 25-10-18, 15:53, Biju Das wrote:
> This patch adds usb high-speed dmac binding for r8a77470 (RZ/G1C) SoC.

Applied, thanks

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

* Re: [PATCH 1/2] dt-bindings: dmaengine: usb-dmac: Add binding for r8a77470
@ 2018-11-11  9:31 ` Vinod Koul
  0 siblings, 0 replies; 21+ messages in thread
From: Vinod Koul @ 2018-11-11  9:31 UTC (permalink / raw)
  To: Biju Das
  Cc: Rob Herring, Mark Rutland, dmaengine, devicetree, Simon Horman,
	Geert Uytterhoeven, Chris Paterson, Fabrizio Castro,
	linux-renesas-soc

On 25-10-18, 15:53, Biju Das wrote:
> This patch adds usb high-speed dmac binding for r8a77470 (RZ/G1C) SoC.

Applied, thanks

-- 
~Vinod

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

end of thread, other threads:[~2018-11-11  9:31 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-29 16:17 [1/2] dt-bindings: dmaengine: usb-dmac: Add binding for r8a77470 Simon Horman
2018-10-29 16:17 ` [PATCH 1/2] " Simon Horman
  -- strict thread matches above, loose matches on Subject: below --
2018-11-11  9:31 [1/2] " Vinod Koul
2018-11-11  9:31 ` [PATCH 1/2] " Vinod Koul
2018-11-05 23:29 [1/2] " Rob Herring
2018-11-05 23:29 ` [PATCH 1/2] " Rob Herring
2018-11-05 23:29 ` Rob Herring
2018-10-26  9:46 [1/2] " Fabrizio Castro
2018-10-26  9:46 ` [PATCH 1/2] " Fabrizio Castro
2018-10-26  9:46 ` Fabrizio Castro
2018-10-25 16:22 [1/2] " Biju Das
2018-10-25 16:22 ` [PATCH 1/2] " Biju Das
2018-10-25 15:57 [1/2] " Vinod Koul
2018-10-25 15:57 ` [PATCH 1/2] " Vinod
2018-10-25 14:53 [1/2] " Biju Das
2018-10-25 14:53 ` [PATCH 1/2] " Biju Das
2018-10-25 14:53 ` [PATCH 2/2] ARM: dts: r8a77470: Add USB-DMAC device nodes Biju Das
2018-10-25 16:19   ` Biju Das
2018-10-26  9:47   ` Fabrizio Castro
2018-10-26  9:47     ` Fabrizio Castro
2018-10-29 16:25     ` Simon Horman

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.