All of lore.kernel.org
 help / color / mirror / Atom feed
From: Duc Dang <dhdang@apm.com>
To: Jassi Brar <jassisinghbrar@gmail.com>, Paul Bolle <pebolle@tiscali.nl>
Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, patches@apm.com,
	Duc Dang <dhdang@apm.com>, Feng Kan <fkan@apm.com>
Subject: [PATCH v3 3/3] arm64: dts: mailbox device tree node for APM X-Gene platform.
Date: Mon,  9 Nov 2015 10:05:45 -0800	[thread overview]
Message-ID: <757aca862f350cb7afb1fcdad2ced644461c56dd.1447091626.git.dhdang@apm.com> (raw)
In-Reply-To: <cover.1447091625.git.dhdang@apm.com>
In-Reply-To: <cover.1447091625.git.dhdang@apm.com>

Mailbox device tree node for APM X-Gene platform.

[dhdang: rebase over 4.3-rc5]
Signed-off-by: Feng Kan <fkan@apm.com>
Signed-off-by: Duc Dang <dhdang@apm.com>
---
 arch/arm64/boot/dts/apm/apm-storm.dtsi | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/arch/arm64/boot/dts/apm/apm-storm.dtsi b/arch/arm64/boot/dts/apm/apm-storm.dtsi
index d831bc2..b36e555 100644
--- a/arch/arm64/boot/dts/apm/apm-storm.dtsi
+++ b/arch/arm64/boot/dts/apm/apm-storm.dtsi
@@ -604,6 +604,20 @@
 			msi-parent = <&msi>;
 		};
 
+		mailbox: slimpro-mbox@10540000 {
+			compatible = "apm,xgene-slimpro-mbox";
+			reg = <0x0 0x10540000 0x0 0xa000>;
+			#mbox-cells = <1>;
+			interrupts =    <0x0 0x0 0x4>,
+					<0x0 0x1 0x4>,
+					<0x0 0x2 0x4>,
+					<0x0 0x3 0x4>,
+					<0x0 0x4 0x4>,
+					<0x0 0x5 0x4>,
+					<0x0 0x6 0x4>,
+					<0x0 0x7 0x4>;
+		};
+
 		serial0: serial@1c020000 {
 			status = "disabled";
 			device_type = "serial";
-- 
1.9.1


WARNING: multiple messages have this Message-ID (diff)
From: dhdang@apm.com (Duc Dang)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 3/3] arm64: dts: mailbox device tree node for APM X-Gene platform.
Date: Mon,  9 Nov 2015 10:05:45 -0800	[thread overview]
Message-ID: <757aca862f350cb7afb1fcdad2ced644461c56dd.1447091626.git.dhdang@apm.com> (raw)
In-Reply-To: <cover.1447091625.git.dhdang@apm.com>

Mailbox device tree node for APM X-Gene platform.

[dhdang: rebase over 4.3-rc5]
Signed-off-by: Feng Kan <fkan@apm.com>
Signed-off-by: Duc Dang <dhdang@apm.com>
---
 arch/arm64/boot/dts/apm/apm-storm.dtsi | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/arch/arm64/boot/dts/apm/apm-storm.dtsi b/arch/arm64/boot/dts/apm/apm-storm.dtsi
index d831bc2..b36e555 100644
--- a/arch/arm64/boot/dts/apm/apm-storm.dtsi
+++ b/arch/arm64/boot/dts/apm/apm-storm.dtsi
@@ -604,6 +604,20 @@
 			msi-parent = <&msi>;
 		};
 
+		mailbox: slimpro-mbox at 10540000 {
+			compatible = "apm,xgene-slimpro-mbox";
+			reg = <0x0 0x10540000 0x0 0xa000>;
+			#mbox-cells = <1>;
+			interrupts =    <0x0 0x0 0x4>,
+					<0x0 0x1 0x4>,
+					<0x0 0x2 0x4>,
+					<0x0 0x3 0x4>,
+					<0x0 0x4 0x4>,
+					<0x0 0x5 0x4>,
+					<0x0 0x6 0x4>,
+					<0x0 0x7 0x4>;
+		};
+
 		serial0: serial at 1c020000 {
 			status = "disabled";
 			device_type = "serial";
-- 
1.9.1

  parent reply	other threads:[~2015-11-09 18:08 UTC|newest]

Thread overview: 100+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-22 22:18 [PATCH V2 0/4] APM X-Gene Mailbox driver Feng Kan
2015-04-22 22:18 ` Feng Kan
2015-04-22 22:18 ` [PATCH V2 1/4] mailbox: add support for APM X-Gene platform mailbox driver Feng Kan
2015-04-22 22:18   ` Feng Kan
2015-04-24  8:25   ` Paul Bolle
2015-04-24  8:25     ` Paul Bolle
2015-11-09 18:05     ` [PATCH v3 0/3] mailbox: Add " Duc Dang
2015-11-09 18:05       ` Duc Dang
2015-11-16 19:22       ` Duc Dang
2015-11-16 19:22         ` Duc Dang
2015-11-16 19:22         ` Duc Dang
2015-11-20 10:39         ` Paul Bolle
2015-11-20 10:39           ` Paul Bolle
2015-11-20 10:39           ` Paul Bolle
2015-11-09 18:05     ` [PATCH v3 1/3] mailbox: Add support for " Duc Dang
2015-11-09 18:05       ` Duc Dang
2015-11-20 11:47       ` Jassi Brar
2015-11-20 11:47         ` Jassi Brar
2015-11-20 11:47         ` Jassi Brar
2015-12-07  9:29         ` Duc Dang
2015-12-07  9:29           ` Duc Dang
2015-12-07  9:29           ` Duc Dang
2016-01-16  2:57         ` [PATCH v4 0/3] mailbox: Add " Duc Dang
2016-01-16  2:57           ` Duc Dang
2016-01-16  2:57         ` [PATCH v4 1/3] mailbox: Add support for " Duc Dang
2016-01-16  2:57           ` Duc Dang
2016-01-16  2:57           ` Duc Dang
2016-01-16 12:31           ` kbuild test robot
2016-01-16 12:31             ` kbuild test robot
2016-01-16 12:31             ` kbuild test robot
2016-01-22 23:05             ` Duc Dang
2016-01-22 23:05               ` Duc Dang
2016-02-01 19:38           ` Duc Dang
2016-02-01 19:38             ` Duc Dang
2016-02-01 19:38             ` Duc Dang
2016-02-02  5:14             ` Jassi Brar
2016-02-02  5:14               ` Jassi Brar
2016-02-08 22:04               ` [PATCH v5 0/3] mailbox: Add " Duc Dang
2016-02-08 22:04                 ` Duc Dang
2016-02-08 22:04                 ` Duc Dang
2016-02-08 22:04               ` [PATCH v5 1/3] mailbox: Add support for " Duc Dang
2016-02-08 22:04                 ` Duc Dang
2016-02-09 16:40                 ` Mathieu Poirier
2016-02-09 16:40                   ` Mathieu Poirier
2016-02-09 16:40                   ` Mathieu Poirier
2016-02-10  3:46                   ` Duc Dang
2016-02-10  3:46                     ` Duc Dang
2016-02-10  3:46                     ` Duc Dang
2016-02-10 14:41                     ` Mathieu Poirier
2016-02-10 14:41                       ` Mathieu Poirier
2016-02-10 14:41                       ` Mathieu Poirier
2016-02-13  3:25                       ` Duc Dang
2016-02-13  3:25                         ` Duc Dang
2016-02-13  3:25                         ` Duc Dang
2016-02-13  3:39                       ` [PATCH v6 0/3] mailbox: Add " Duc Dang
2016-02-13  3:39                         ` Duc Dang
2016-02-13  3:39                         ` Duc Dang
2016-02-19 20:43                         ` Duc Dang
2016-02-19 20:43                           ` Duc Dang
2016-02-19 20:43                           ` Duc Dang
2016-02-13  3:39                       ` [PATCH v6 1/3] mailbox: Add support for " Duc Dang
2016-02-13  3:39                         ` Duc Dang
2016-02-13  3:39                         ` Duc Dang
2016-02-13  3:39                       ` [PATCH v6 2/3] Documentation: mailbox: Add APM X-Gene SLIMpro mailbox dts documentation Duc Dang
2016-02-13  3:39                         ` Duc Dang
2016-02-13  3:39                       ` [PATCH v6 3/3] arm64: dts: mailbox device tree node for APM X-Gene platform Duc Dang
2016-02-13  3:39                         ` Duc Dang
2016-02-25 22:33                         ` Duc Dang
2016-02-25 22:33                           ` Duc Dang
2016-02-08 22:04               ` [PATCH v5 2/3] Documentation: mailbox: Add APM X-Gene SLIMpro mailbox dts documentation Duc Dang
2016-02-08 22:04                 ` Duc Dang
2016-02-08 22:04               ` [PATCH v5 3/3] arm64: dts: mailbox device tree node for APM X-Gene platform Duc Dang
2016-02-08 22:04                 ` Duc Dang
2016-01-16  2:57         ` [PATCH v4 2/3] Documentation: mailbox: Add APM X-Gene SLIMpro mailbox dts documentation Duc Dang
2016-01-16  2:57           ` Duc Dang
2016-01-16  2:57           ` Duc Dang
2016-01-17  0:13           ` Rob Herring
2016-01-17  0:13             ` Rob Herring
2016-01-19 23:53             ` Duc Dang
2016-01-19 23:53               ` Duc Dang
2016-01-19 23:53               ` Duc Dang
2016-01-16  2:57         ` [PATCH v4 3/3] arm64: dts: mailbox device tree node for APM X-Gene platform Duc Dang
2016-01-16  2:57           ` Duc Dang
2015-11-09 18:05     ` [PATCH v3 2/3] Documentation: mailbox: Add APM X-Gene SLIMpro mailbox dts documentation Duc Dang
2015-11-09 18:05       ` Duc Dang
2015-11-10 14:15       ` Rob Herring
2015-11-10 14:15         ` Rob Herring
2015-11-10 18:42         ` Duc Dang
2015-11-10 18:42           ` Duc Dang
2016-01-16  2:41         ` Duc Dang
2016-01-16  2:41           ` Duc Dang
2015-11-09 18:05     ` Duc Dang [this message]
2015-11-09 18:05       ` [PATCH v3 3/3] arm64: dts: mailbox device tree node for APM X-Gene platform Duc Dang
2015-04-22 22:18 ` [PATCH V2 2/4] mailbox: xgene: add ACPI support for X-Gene mailbox driver Feng Kan
2015-04-22 22:18   ` Feng Kan
2015-04-22 22:18 ` [PATCH V2 3/4] Documentation: mailbox: Add APM X-Gene SLIMpro mailbox dts documentation Feng Kan
2015-04-22 22:18   ` Feng Kan
     [not found] ` <1429741125-29156-1-git-send-email-fkan-qTEPVZfXA3Y@public.gmane.org>
2015-04-22 22:18   ` [PATCH V2 4/4] arm64: dts: mailbox device tree node for APM X-Gene platform Feng Kan
2015-04-22 22:18     ` Feng Kan
2015-04-22 22:18     ` Feng Kan

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=757aca862f350cb7afb1fcdad2ced644461c56dd.1447091626.git.dhdang@apm.com \
    --to=dhdang@apm.com \
    --cc=devicetree@vger.kernel.org \
    --cc=fkan@apm.com \
    --cc=jassisinghbrar@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=patches@apm.com \
    --cc=pebolle@tiscali.nl \
    /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.