All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sudeep Holla <sudeep.holla@arm.com>
To: Neil Armstrong <narmstrong@baylibre.com>
Cc: Sudeep Holla <sudeep.holla@arm.com>,
	Olof Johansson <olof@lixom.net>,
	linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-amlogic@lists.infradead.org,
	Rob Herring <robh+dt@kernel.org>
Subject: [PATCH v5 7/8] Documentation: bindings: Add support for Amlogic GXBB SCPI protocol
Date: Wed,  2 Nov 2016 22:52:10 -0600	[thread overview]
Message-ID: <1478148731-11712-8-git-send-email-sudeep.holla@arm.com> (raw)
In-Reply-To: <1478148731-11712-1-git-send-email-sudeep.holla@arm.com>

From: Neil Armstrong <narmstrong@baylibre.com>

Cc: Rob Herring <robh+dt@kernel.org>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
(decoupled from the generic scpi binding)
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
---
 .../devicetree/bindings/arm/amlogic,scpi.txt         | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/amlogic,scpi.txt

diff --git a/Documentation/devicetree/bindings/arm/amlogic,scpi.txt b/Documentation/devicetree/bindings/arm/amlogic,scpi.txt
new file mode 100644
index 000000000000..7b9a861e9306
--- /dev/null
+++ b/Documentation/devicetree/bindings/arm/amlogic,scpi.txt
@@ -0,0 +1,20 @@
+System Control and Power Interface (SCPI) Message Protocol
+(in addition to the standard binding in [0])
+----------------------------------------------------------
+Required properties
+
+- compatible : should be "amlogic,meson-gxbb-scpi"
+
+AMLOGIC SRAM and Shared Memory for SCPI
+------------------------------------
+
+Required properties:
+- compatible : should be "amlogic,meson-gxbb-sram"
+
+Each sub-node represents the reserved area for SCPI.
+
+Required sub-node properties:
+- compatible : should be "amlogic,meson-gxbb-scp-shmem" for SRAM based shared
+		memory on Amlogic GXBB SoC.
+
+[0] Documentation/devicetree/bindings/arm/arm,scpi.txt
-- 
1.9.1

WARNING: multiple messages have this Message-ID (diff)
From: Sudeep Holla <sudeep.holla-5wv7dgnIgG8@public.gmane.org>
To: Neil Armstrong <narmstrong-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>
Cc: Sudeep Holla <sudeep.holla-5wv7dgnIgG8@public.gmane.org>,
	Olof Johansson <olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org>,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-amlogic-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
Subject: [PATCH v5 7/8] Documentation: bindings: Add support for Amlogic GXBB SCPI protocol
Date: Wed,  2 Nov 2016 22:52:10 -0600	[thread overview]
Message-ID: <1478148731-11712-8-git-send-email-sudeep.holla@arm.com> (raw)
In-Reply-To: <1478148731-11712-1-git-send-email-sudeep.holla-5wv7dgnIgG8@public.gmane.org>

From: Neil Armstrong <narmstrong-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>

Cc: Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
Signed-off-by: Neil Armstrong <narmstrong-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>
(decoupled from the generic scpi binding)
Signed-off-by: Sudeep Holla <sudeep.holla-5wv7dgnIgG8@public.gmane.org>
---
 .../devicetree/bindings/arm/amlogic,scpi.txt         | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/amlogic,scpi.txt

diff --git a/Documentation/devicetree/bindings/arm/amlogic,scpi.txt b/Documentation/devicetree/bindings/arm/amlogic,scpi.txt
new file mode 100644
index 000000000000..7b9a861e9306
--- /dev/null
+++ b/Documentation/devicetree/bindings/arm/amlogic,scpi.txt
@@ -0,0 +1,20 @@
+System Control and Power Interface (SCPI) Message Protocol
+(in addition to the standard binding in [0])
+----------------------------------------------------------
+Required properties
+
+- compatible : should be "amlogic,meson-gxbb-scpi"
+
+AMLOGIC SRAM and Shared Memory for SCPI
+------------------------------------
+
+Required properties:
+- compatible : should be "amlogic,meson-gxbb-sram"
+
+Each sub-node represents the reserved area for SCPI.
+
+Required sub-node properties:
+- compatible : should be "amlogic,meson-gxbb-scp-shmem" for SRAM based shared
+		memory on Amlogic GXBB SoC.
+
+[0] Documentation/devicetree/bindings/arm/arm,scpi.txt
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: sudeep.holla@arm.com (Sudeep Holla)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v5 7/8] Documentation: bindings: Add support for Amlogic GXBB SCPI protocol
Date: Wed,  2 Nov 2016 22:52:10 -0600	[thread overview]
Message-ID: <1478148731-11712-8-git-send-email-sudeep.holla@arm.com> (raw)
In-Reply-To: <1478148731-11712-1-git-send-email-sudeep.holla@arm.com>

From: Neil Armstrong <narmstrong@baylibre.com>

Cc: Rob Herring <robh+dt@kernel.org>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
(decoupled from the generic scpi binding)
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
---
 .../devicetree/bindings/arm/amlogic,scpi.txt         | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/amlogic,scpi.txt

diff --git a/Documentation/devicetree/bindings/arm/amlogic,scpi.txt b/Documentation/devicetree/bindings/arm/amlogic,scpi.txt
new file mode 100644
index 000000000000..7b9a861e9306
--- /dev/null
+++ b/Documentation/devicetree/bindings/arm/amlogic,scpi.txt
@@ -0,0 +1,20 @@
+System Control and Power Interface (SCPI) Message Protocol
+(in addition to the standard binding in [0])
+----------------------------------------------------------
+Required properties
+
+- compatible : should be "amlogic,meson-gxbb-scpi"
+
+AMLOGIC SRAM and Shared Memory for SCPI
+------------------------------------
+
+Required properties:
+- compatible : should be "amlogic,meson-gxbb-sram"
+
+Each sub-node represents the reserved area for SCPI.
+
+Required sub-node properties:
+- compatible : should be "amlogic,meson-gxbb-scp-shmem" for SRAM based shared
+		memory on Amlogic GXBB SoC.
+
+[0] Documentation/devicetree/bindings/arm/arm,scpi.txt
-- 
1.9.1

WARNING: multiple messages have this Message-ID (diff)
From: sudeep.holla@arm.com (Sudeep Holla)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH v5 7/8] Documentation: bindings: Add support for Amlogic GXBB SCPI protocol
Date: Wed,  2 Nov 2016 22:52:10 -0600	[thread overview]
Message-ID: <1478148731-11712-8-git-send-email-sudeep.holla@arm.com> (raw)
In-Reply-To: <1478148731-11712-1-git-send-email-sudeep.holla@arm.com>

From: Neil Armstrong <narmstrong@baylibre.com>

Cc: Rob Herring <robh+dt@kernel.org>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
(decoupled from the generic scpi binding)
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
---
 .../devicetree/bindings/arm/amlogic,scpi.txt         | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/amlogic,scpi.txt

diff --git a/Documentation/devicetree/bindings/arm/amlogic,scpi.txt b/Documentation/devicetree/bindings/arm/amlogic,scpi.txt
new file mode 100644
index 000000000000..7b9a861e9306
--- /dev/null
+++ b/Documentation/devicetree/bindings/arm/amlogic,scpi.txt
@@ -0,0 +1,20 @@
+System Control and Power Interface (SCPI) Message Protocol
+(in addition to the standard binding in [0])
+----------------------------------------------------------
+Required properties
+
+- compatible : should be "amlogic,meson-gxbb-scpi"
+
+AMLOGIC SRAM and Shared Memory for SCPI
+------------------------------------
+
+Required properties:
+- compatible : should be "amlogic,meson-gxbb-sram"
+
+Each sub-node represents the reserved area for SCPI.
+
+Required sub-node properties:
+- compatible : should be "amlogic,meson-gxbb-scp-shmem" for SRAM based shared
+		memory on Amlogic GXBB SoC.
+
+[0] Documentation/devicetree/bindings/arm/arm,scpi.txt
-- 
1.9.1

  parent reply	other threads:[~2016-11-03  4:53 UTC|newest]

Thread overview: 116+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-03  4:52 [PATCH 0/8] firmware: arm_scpi: add support for legacy SCPI protocol Sudeep Holla
2016-11-03  4:52 ` Sudeep Holla
2016-11-03  4:52 ` Sudeep Holla
2016-11-03  4:52 ` Sudeep Holla
2016-11-03  4:52 ` [PATCH v5 1/8] firmware: arm_scpi: add command indirection to support legacy commands Sudeep Holla
2016-11-03  4:52   ` Sudeep Holla
2016-11-03  4:52   ` Sudeep Holla
2016-11-03  4:52 ` [PATCH v5 2/8] firmware: arm_scpi: increase MAX_DVFS_OPPS to 16 entries Sudeep Holla
2016-11-03  4:52   ` Sudeep Holla
2016-11-03  4:52   ` Sudeep Holla
2016-11-03  4:52   ` Sudeep Holla
2016-11-03  4:52 ` [PATCH v5 3/8] firmware: arm_scpi: add alternative legacy structures, functions and macros Sudeep Holla
2016-11-03  4:52   ` Sudeep Holla
2016-11-03  4:52   ` Sudeep Holla
2016-11-03  4:52   ` Sudeep Holla
2016-11-03  4:52 ` [PATCH v5 4/8] firmware: arm_scpi: allow firmware with get_capabilities not implemented Sudeep Holla
2016-11-03  4:52   ` Sudeep Holla
2016-11-03  4:52   ` Sudeep Holla
2016-11-03  4:52   ` Sudeep Holla
2016-11-03  4:52 ` [PATCH v5 5/8] Documentation: bindings: decouple juno specific details from generic binding Sudeep Holla
2016-11-03  4:52   ` Sudeep Holla
2016-11-03  4:52   ` Sudeep Holla
2016-11-10  1:18   ` Rob Herring
2016-11-10  1:18     ` Rob Herring
2016-11-10  1:18     ` Rob Herring
2016-11-03  4:52 ` [PATCH v5 6/8] Documentation: bindings: add compatible specific to legacy SCPI protocol Sudeep Holla
2016-11-03  4:52   ` Sudeep Holla
2016-11-03  4:52   ` Sudeep Holla
2016-11-08 14:32   ` Sudeep Holla
2016-11-08 14:32     ` Sudeep Holla
2016-11-08 14:32     ` Sudeep Holla
2016-11-08 14:32     ` Sudeep Holla
2016-11-10  1:22   ` Rob Herring
2016-11-10  1:22     ` Rob Herring
2016-11-10  1:22     ` Rob Herring
2016-11-10  1:22     ` Rob Herring
2016-11-10 10:26     ` Sudeep Holla
2016-11-10 10:26       ` Sudeep Holla
2016-11-10 10:26       ` Sudeep Holla
2016-11-10 10:26       ` Sudeep Holla
2016-11-10 14:12       ` Rob Herring
2016-11-10 14:12         ` Rob Herring
2016-11-10 14:12         ` Rob Herring
2016-11-10 14:12         ` Rob Herring
2016-11-10 14:34         ` Sudeep Holla
2016-11-10 14:34           ` Sudeep Holla
2016-11-10 14:34           ` Sudeep Holla
2016-11-10 14:34           ` Sudeep Holla
2016-11-10 19:03           ` Olof Johansson
2016-11-10 19:03             ` Olof Johansson
2016-11-10 19:03             ` Olof Johansson
2016-11-10 19:03             ` Olof Johansson
2016-11-11  7:48             ` Sudeep Holla
2016-11-11  7:48               ` Sudeep Holla
2016-11-11  7:48               ` Sudeep Holla
2016-11-11  7:48               ` Sudeep Holla
2016-11-11 13:34               ` Rob Herring
2016-11-11 13:34                 ` Rob Herring
2016-11-11 13:34                 ` Rob Herring
2016-11-11 13:34                 ` Rob Herring
2016-11-11 14:19                 ` Sudeep Holla
2016-11-11 14:19                   ` Sudeep Holla
2016-11-11 14:19                   ` Sudeep Holla
2016-11-11 14:19                   ` Sudeep Holla
2016-11-15 16:36                   ` Sudeep Holla
2016-11-15 16:36                     ` Sudeep Holla
2016-11-15 16:36                     ` Sudeep Holla
2016-11-15 16:36                     ` Sudeep Holla
2016-11-03  4:52 ` Sudeep Holla [this message]
2016-11-03  4:52   ` [PATCH v5 7/8] Documentation: bindings: Add support for Amlogic GXBB " Sudeep Holla
2016-11-03  4:52   ` Sudeep Holla
2016-11-03  4:52   ` Sudeep Holla
2016-11-10  1:23   ` Rob Herring
2016-11-10  1:23     ` Rob Herring
2016-11-10  1:23     ` Rob Herring
2016-11-10  1:23     ` Rob Herring
2016-11-03  4:52 ` [PATCH v5 8/8] firmware: arm_scpi: add support for legacy SCPI compatible Sudeep Holla
2016-11-03  4:52   ` Sudeep Holla
2016-11-03  4:52   ` Sudeep Holla
2016-11-03  9:12 ` [PATCH 0/8] firmware: arm_scpi: add support for legacy SCPI protocol Neil Armstrong
2016-11-03  9:12   ` Neil Armstrong
2016-11-03  9:12   ` Neil Armstrong
2016-11-08 14:51 ` Russell King - ARM Linux
2016-11-08 14:51   ` Russell King - ARM Linux
2016-11-08 14:51   ` Russell King - ARM Linux
2016-11-08 14:51   ` Russell King - ARM Linux
2016-11-08 15:11   ` Sudeep Holla
2016-11-08 15:11     ` Sudeep Holla
2016-11-08 15:11     ` Sudeep Holla
2016-11-08 15:11     ` Sudeep Holla
2016-11-08 15:40     ` Russell King - ARM Linux
2016-11-08 15:40       ` Russell King - ARM Linux
2016-11-08 15:40       ` Russell King - ARM Linux
2016-11-08 16:06       ` Russell King - ARM Linux
2016-11-08 16:06         ` Russell King - ARM Linux
2016-11-08 16:06         ` Russell King - ARM Linux
2016-11-08 17:37         ` Sudeep Holla
2016-11-08 17:37           ` Sudeep Holla
2016-11-08 17:37           ` Sudeep Holla
2016-11-08 17:46           ` Russell King - ARM Linux
2016-11-08 17:46             ` Russell King - ARM Linux
2016-11-08 17:46             ` Russell King - ARM Linux
2016-11-21 15:04             ` Ryan Harkin
2016-11-21 15:04               ` Ryan Harkin
2016-11-21 15:04               ` Ryan Harkin
2016-11-21 15:04               ` Ryan Harkin
2016-11-21 15:12               ` Sudeep Holla
2016-11-21 15:12                 ` Sudeep Holla
2016-11-21 15:12                 ` Sudeep Holla
2016-11-21 15:12                 ` Sudeep Holla
2016-11-08 16:08       ` Sudeep Holla
2016-11-08 16:08         ` Sudeep Holla
2016-11-08 16:08         ` Sudeep Holla
2016-11-08 16:13         ` Russell King - ARM Linux
2016-11-08 16:13           ` Russell King - ARM Linux
2016-11-08 16:13           ` Russell King - ARM Linux

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=1478148731-11712-8-git-send-email-sudeep.holla@arm.com \
    --to=sudeep.holla@arm.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=narmstrong@baylibre.com \
    --cc=olof@lixom.net \
    --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.