All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
To: Masahiro Yamada <yamada.masahiro@socionext.com>,
	Rob Herring <robh+dt@kernel.org>
Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	Masami Hiramatsu <masami.hiramatsu@linaro.org>,
	Jassi Brar <jaswinder.singh@linaro.org>,
	Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Subject: [PATCH 01/10] ARM: dts: uniphier: Add XDMAC node
Date: Fri, 13 Mar 2020 09:58:07 +0900	[thread overview]
Message-ID: <1584061096-23686-2-git-send-email-hayashi.kunihiko@socionext.com> (raw)
In-Reply-To: <1584061096-23686-1-git-send-email-hayashi.kunihiko@socionext.com>

Add external DMA controller support implemented in UniPhier SoCs.
This supports for Pro4, Pro5 and PXs2.

Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
---
 arch/arm/boot/dts/uniphier-pro4.dtsi | 8 ++++++++
 arch/arm/boot/dts/uniphier-pro5.dtsi | 8 ++++++++
 arch/arm/boot/dts/uniphier-pxs2.dtsi | 8 ++++++++
 3 files changed, 24 insertions(+)

diff --git a/arch/arm/boot/dts/uniphier-pro4.dtsi b/arch/arm/boot/dts/uniphier-pro4.dtsi
index 2ec04d7..a1bfe0f 100644
--- a/arch/arm/boot/dts/uniphier-pro4.dtsi
+++ b/arch/arm/boot/dts/uniphier-pro4.dtsi
@@ -426,6 +426,14 @@
 			};
 		};
 
+		xdmac: dma-controller@5fc10000 {
+			compatible = "socionext,uniphier-xdmac";
+			reg = <0x5fc10000 0x1000>, <0x5fc20000 0x800>;
+			interrupts = <0 188 4>;
+			dma-channels = <16>;
+			#dma-cells = <2>;
+		};
+
 		aidet: aidet@5fc20000 {
 			compatible = "socionext,uniphier-pro4-aidet";
 			reg = <0x5fc20000 0x200>;
diff --git a/arch/arm/boot/dts/uniphier-pro5.dtsi b/arch/arm/boot/dts/uniphier-pro5.dtsi
index ea3961f..ecab061 100644
--- a/arch/arm/boot/dts/uniphier-pro5.dtsi
+++ b/arch/arm/boot/dts/uniphier-pro5.dtsi
@@ -408,6 +408,14 @@
 			};
 		};
 
+		xdmac: dma-controller@5fc10000 {
+			compatible = "socionext,uniphier-xdmac";
+			reg = <0x5fc10000 0x1000>, <0x5fc20000 0x800>;
+			interrupts = <0 188 4>;
+			dma-channels = <16>;
+			#dma-cells = <2>;
+		};
+
 		aidet: aidet@5fc20000 {
 			compatible = "socionext,uniphier-pro5-aidet";
 			reg = <0x5fc20000 0x200>;
diff --git a/arch/arm/boot/dts/uniphier-pxs2.dtsi b/arch/arm/boot/dts/uniphier-pxs2.dtsi
index 13b0d4a..6e60154 100644
--- a/arch/arm/boot/dts/uniphier-pxs2.dtsi
+++ b/arch/arm/boot/dts/uniphier-pxs2.dtsi
@@ -508,6 +508,14 @@
 			};
 		};
 
+		xdmac: dma-controller@5fc10000 {
+			compatible = "socionext,uniphier-xdmac";
+			reg = <0x5fc10000 0x1000>, <0x5fc20000 0x800>;
+			interrupts = <0 188 4>;
+			dma-channels = <16>;
+			#dma-cells = <2>;
+		};
+
 		aidet: aidet@5fc20000 {
 			compatible = "socionext,uniphier-pxs2-aidet";
 			reg = <0x5fc20000 0x200>;
-- 
2.7.4


WARNING: multiple messages have this Message-ID (diff)
From: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
To: Masahiro Yamada <yamada.masahiro@socionext.com>,
	Rob Herring <robh+dt@kernel.org>
Cc: devicetree@vger.kernel.org,
	Kunihiko Hayashi <hayashi.kunihiko@socionext.com>,
	Masami Hiramatsu <masami.hiramatsu@linaro.org>,
	linux-arm-kernel@lists.infradead.org,
	Jassi Brar <jaswinder.singh@linaro.org>
Subject: [PATCH 01/10] ARM: dts: uniphier: Add XDMAC node
Date: Fri, 13 Mar 2020 09:58:07 +0900	[thread overview]
Message-ID: <1584061096-23686-2-git-send-email-hayashi.kunihiko@socionext.com> (raw)
In-Reply-To: <1584061096-23686-1-git-send-email-hayashi.kunihiko@socionext.com>

Add external DMA controller support implemented in UniPhier SoCs.
This supports for Pro4, Pro5 and PXs2.

Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
---
 arch/arm/boot/dts/uniphier-pro4.dtsi | 8 ++++++++
 arch/arm/boot/dts/uniphier-pro5.dtsi | 8 ++++++++
 arch/arm/boot/dts/uniphier-pxs2.dtsi | 8 ++++++++
 3 files changed, 24 insertions(+)

diff --git a/arch/arm/boot/dts/uniphier-pro4.dtsi b/arch/arm/boot/dts/uniphier-pro4.dtsi
index 2ec04d7..a1bfe0f 100644
--- a/arch/arm/boot/dts/uniphier-pro4.dtsi
+++ b/arch/arm/boot/dts/uniphier-pro4.dtsi
@@ -426,6 +426,14 @@
 			};
 		};
 
+		xdmac: dma-controller@5fc10000 {
+			compatible = "socionext,uniphier-xdmac";
+			reg = <0x5fc10000 0x1000>, <0x5fc20000 0x800>;
+			interrupts = <0 188 4>;
+			dma-channels = <16>;
+			#dma-cells = <2>;
+		};
+
 		aidet: aidet@5fc20000 {
 			compatible = "socionext,uniphier-pro4-aidet";
 			reg = <0x5fc20000 0x200>;
diff --git a/arch/arm/boot/dts/uniphier-pro5.dtsi b/arch/arm/boot/dts/uniphier-pro5.dtsi
index ea3961f..ecab061 100644
--- a/arch/arm/boot/dts/uniphier-pro5.dtsi
+++ b/arch/arm/boot/dts/uniphier-pro5.dtsi
@@ -408,6 +408,14 @@
 			};
 		};
 
+		xdmac: dma-controller@5fc10000 {
+			compatible = "socionext,uniphier-xdmac";
+			reg = <0x5fc10000 0x1000>, <0x5fc20000 0x800>;
+			interrupts = <0 188 4>;
+			dma-channels = <16>;
+			#dma-cells = <2>;
+		};
+
 		aidet: aidet@5fc20000 {
 			compatible = "socionext,uniphier-pro5-aidet";
 			reg = <0x5fc20000 0x200>;
diff --git a/arch/arm/boot/dts/uniphier-pxs2.dtsi b/arch/arm/boot/dts/uniphier-pxs2.dtsi
index 13b0d4a..6e60154 100644
--- a/arch/arm/boot/dts/uniphier-pxs2.dtsi
+++ b/arch/arm/boot/dts/uniphier-pxs2.dtsi
@@ -508,6 +508,14 @@
 			};
 		};
 
+		xdmac: dma-controller@5fc10000 {
+			compatible = "socionext,uniphier-xdmac";
+			reg = <0x5fc10000 0x1000>, <0x5fc20000 0x800>;
+			interrupts = <0 188 4>;
+			dma-channels = <16>;
+			#dma-cells = <2>;
+		};
+
 		aidet: aidet@5fc20000 {
 			compatible = "socionext,uniphier-pxs2-aidet";
 			reg = <0x5fc20000 0x200>;
-- 
2.7.4


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2020-03-13  0:58 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-13  0:58 [PATCH 00/10] Add devicetree features and fixes for UniPhier SoCs Kunihiko Hayashi
2020-03-13  0:58 ` Kunihiko Hayashi
2020-03-13  0:58 ` Kunihiko Hayashi [this message]
2020-03-13  0:58   ` [PATCH 01/10] ARM: dts: uniphier: Add XDMAC node Kunihiko Hayashi
2020-03-14  2:14   ` Masahiro Yamada
2020-03-14  2:14     ` Masahiro Yamada
2020-03-16 10:43     ` Kunihiko Hayashi
2020-03-16 10:43       ` Kunihiko Hayashi
2020-03-16 12:06       ` Masahiro Yamada
2020-03-16 12:06         ` Masahiro Yamada
2020-03-17 11:09         ` Kunihiko Hayashi
2020-03-17 11:09           ` Kunihiko Hayashi
2020-03-13  0:58 ` [PATCH 02/10] arm64: " Kunihiko Hayashi
2020-03-13  0:58   ` Kunihiko Hayashi
2020-03-13  0:58 ` [PATCH 03/10] ARM: dts: uniphier: Add USB3 controller nodes for Pro5 Kunihiko Hayashi
2020-03-13  0:58   ` Kunihiko Hayashi
2020-03-13  0:58 ` [PATCH 04/10] arm64: dts: uniphier: Enable spi node for PXs3 reference board Kunihiko Hayashi
2020-03-13  0:58   ` Kunihiko Hayashi
2020-03-13  0:58 ` [PATCH 05/10] arm64: dts: uniphier: Add nodes of thermal monitor and thermal zone for PXs3 Kunihiko Hayashi
2020-03-13  0:58   ` Kunihiko Hayashi
2020-03-13  0:58 ` [PATCH 06/10] ARM: dts: uniphier: Add ethernet aliases Kunihiko Hayashi
2020-03-13  0:58   ` Kunihiko Hayashi
2020-03-16 12:31   ` Masahiro Yamada
2020-03-16 12:31     ` Masahiro Yamada
2020-03-17 11:09     ` Kunihiko Hayashi
2020-03-17 11:09       ` Kunihiko Hayashi
2020-03-13  0:58 ` [PATCH 07/10] arm64: " Kunihiko Hayashi
2020-03-13  0:58   ` Kunihiko Hayashi
2020-03-13  0:58 ` [PATCH 08/10] ARM: dts: uniphier: Set SCSSI clock and reset IDs for each channel Kunihiko Hayashi
2020-03-13  0:58   ` Kunihiko Hayashi
2020-03-13  0:58 ` [PATCH 09/10] arm64: " Kunihiko Hayashi
2020-03-13  0:58   ` Kunihiko Hayashi
2020-03-13  0:58 ` [PATCH 10/10] arm64: dts: uniphier: Stabilize Ethernet RGMII mode of LD20 global and PXs3 ref board Kunihiko Hayashi
2020-03-13  0:58   ` Kunihiko Hayashi
2020-03-16 12:55   ` Masahiro Yamada
2020-03-16 12:55     ` Masahiro Yamada
2020-03-17 11:09     ` Kunihiko Hayashi
2020-03-17 11:09       ` Kunihiko Hayashi
2020-03-16 15:06 ` [PATCH 00/10] Add devicetree features and fixes for UniPhier SoCs Masahiro Yamada
2020-03-16 15:06   ` Masahiro Yamada

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=1584061096-23686-2-git-send-email-hayashi.kunihiko@socionext.com \
    --to=hayashi.kunihiko@socionext.com \
    --cc=devicetree@vger.kernel.org \
    --cc=jaswinder.singh@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=masami.hiramatsu@linaro.org \
    --cc=robh+dt@kernel.org \
    --cc=yamada.masahiro@socionext.com \
    /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.