All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
To: Biju Das <biju.das@bp.renesas.com>,
	Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>
Cc: Simon Horman <horms@verge.net.au>,
	Magnus Damm <magnus.damm@gmail.com>,
	"linux-renesas-soc@vger.kernel.org"
	<linux-renesas-soc@vger.kernel.org>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	Chris Paterson <Chris.Paterson2@renesas.com>
Subject: RE: [PATCH 2/2] ARM: dts: r8a77470: Add USB-DMAC device nodes
Date: Fri, 26 Oct 2018 09:47:09 +0000	[thread overview]
Message-ID: <TYXPR01MB1775F46A0CD89FCF22F64692C0F00@TYXPR01MB1775.jpnprd01.prod.outlook.com> (raw)
In-Reply-To: <1540479218-4954-2-git-send-email-biju.das@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>

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.

WARNING: multiple messages have this Message-ID (diff)
From: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
To: Biju Das <biju.das@bp.renesas.com>,
	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"
	<linux-renesas-soc@vger.kernel.org>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	Chris Paterson <Chris.Paterson2@renesas.com>
Subject: RE: [PATCH 2/2] ARM: dts: r8a77470: Add USB-DMAC device nodes
Date: Fri, 26 Oct 2018 09:47:09 +0000	[thread overview]
Message-ID: <TYXPR01MB1775F46A0CD89FCF22F64692C0F00@TYXPR01MB1775.jpnprd01.prod.outlook.com> (raw)
In-Reply-To: <1540479218-4954-2-git-send-email-biju.das@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>

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.

  parent reply	other threads:[~2018-10-26  9:47 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-25 14:53 [1/2] dt-bindings: dmaengine: usb-dmac: Add binding for r8a77470 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 [this message]
2018-10-26  9:47     ` Fabrizio Castro
2018-10-29 16:25     ` Simon Horman
2018-10-25 15:57 [1/2] dt-bindings: dmaengine: usb-dmac: Add binding for r8a77470 Vinod Koul
2018-10-25 15:57 ` [PATCH 1/2] " Vinod
2018-10-25 16:22 [1/2] " Biju Das
2018-10-25 16:22 ` [PATCH 1/2] " Biju Das
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-29 16:17 [1/2] " Simon Horman
2018-10-29 16:17 ` [PATCH 1/2] " Simon Horman
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-11-11  9:31 [1/2] " Vinod Koul
2018-11-11  9:31 ` [PATCH 1/2] " Vinod Koul

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=TYXPR01MB1775F46A0CD89FCF22F64692C0F00@TYXPR01MB1775.jpnprd01.prod.outlook.com \
    --to=fabrizio.castro@bp.renesas.com \
    --cc=Chris.Paterson2@renesas.com \
    --cc=biju.das@bp.renesas.com \
    --cc=devicetree@vger.kernel.org \
    --cc=geert+renesas@glider.be \
    --cc=horms@verge.net.au \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.