Re: [PATCH 1/4] dt-bindings: add doc for ibm,hotplug-aperture

2016-08-11 Thread Reza Arbab

On Thu, Aug 11, 2016 at 02:39:23PM +1000, Stewart Smith wrote:
Forgive me for being absent on the whole discussion here, but is this 
an OPAL specific binding? If so, shouldn't the docs also appear in the

skiboot tree?


Good question. I guess it's not necessarily OPAL-specific, even though 
OPAL may initially be the only implementor of the binding.


Would it be more appropriate to move the file up a directory, directly 
under Documentation/devicetree/bindings/powerpc? I hesitated at that 
because the binding is tied to "ibm,associativity".


--
Reza Arbab

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


Re: [PATCH 1/4] dt-bindings: add doc for ibm,hotplug-aperture

2016-08-10 Thread Stewart Smith
Balbir Singh  writes:
> On 09/08/16 04:27, Reza Arbab wrote:
>> Signed-off-by: Reza Arbab 
>> ---
>>  .../bindings/powerpc/opal/hotplug-aperture.txt | 26 
>> ++
>>  1 file changed, 26 insertions(+)
>>  create mode 100644
>> Documentation/devicetree/bindings/powerpc/opal/hotplug-aperture.txt

Forgive me for being absent on the whole discussion here, but is this an
OPAL specific binding? If so, shouldn't the docs also appear in the
skiboot tree?

-- 
Stewart Smith
OPAL Architect, IBM.

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


Re: [PATCH 1/4] dt-bindings: add doc for ibm,hotplug-aperture

2016-08-10 Thread Balbir Singh


On 09/08/16 04:27, Reza Arbab wrote:
> Signed-off-by: Reza Arbab 
> ---
>  .../bindings/powerpc/opal/hotplug-aperture.txt | 26 
> ++
>  1 file changed, 26 insertions(+)
>  create mode 100644 
> Documentation/devicetree/bindings/powerpc/opal/hotplug-aperture.txt
> 
> diff --git 
> a/Documentation/devicetree/bindings/powerpc/opal/hotplug-aperture.txt 
> b/Documentation/devicetree/bindings/powerpc/opal/hotplug-aperture.txt
> new file mode 100644
> index 000..b8dffaa
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/powerpc/opal/hotplug-aperture.txt
> @@ -0,0 +1,26 @@
> +Designated hotplug memory
> +-
> +
> +This binding describes a region of hotplug memory which is not present at 
> boot,
> +allowing its eventual NUMA associativity to be prespecified.
> +
> +Required properties:
> +
> +- compatible
> + "ibm,hotplug-aperture"
> +
> +- reg
> + base address and size of the region (standard definition)
> +
> +- ibm,associativity
> + NUMA associativity (standard definition)
> +
> +Example:
> +
> +A 2 GiB aperture at 0x1, to be part of nid 3 when hotplugged:
> +
> + hotplug-memory@1 {
> + compatible = "ibm,hotplug-aperture";
> + reg = <0x0 0x1 0x0 0x8000>;
> + ibm,associativity = <0x4 0x0 0x0 0x0 0x3>;
> + };
> 

+Stewart and Alistair

Looks good to me!

Acked-by: Balbir Singh 
--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 1/4] dt-bindings: add doc for ibm,hotplug-aperture

2016-08-10 Thread Rob Herring
On Mon, Aug 08, 2016 at 01:27:20PM -0500, Reza Arbab wrote:
> Signed-off-by: Reza Arbab 
> ---
>  .../bindings/powerpc/opal/hotplug-aperture.txt | 26 
> ++
>  1 file changed, 26 insertions(+)
>  create mode 100644 
> Documentation/devicetree/bindings/powerpc/opal/hotplug-aperture.txt

Acked-by: Rob Herring 
--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 1/4] dt-bindings: add doc for ibm,hotplug-aperture

2016-08-08 Thread Reza Arbab
Signed-off-by: Reza Arbab 
---
 .../bindings/powerpc/opal/hotplug-aperture.txt | 26 ++
 1 file changed, 26 insertions(+)
 create mode 100644 
Documentation/devicetree/bindings/powerpc/opal/hotplug-aperture.txt

diff --git 
a/Documentation/devicetree/bindings/powerpc/opal/hotplug-aperture.txt 
b/Documentation/devicetree/bindings/powerpc/opal/hotplug-aperture.txt
new file mode 100644
index 000..b8dffaa
--- /dev/null
+++ b/Documentation/devicetree/bindings/powerpc/opal/hotplug-aperture.txt
@@ -0,0 +1,26 @@
+Designated hotplug memory
+-
+
+This binding describes a region of hotplug memory which is not present at boot,
+allowing its eventual NUMA associativity to be prespecified.
+
+Required properties:
+
+- compatible
+   "ibm,hotplug-aperture"
+
+- reg
+   base address and size of the region (standard definition)
+
+- ibm,associativity
+   NUMA associativity (standard definition)
+
+Example:
+
+A 2 GiB aperture at 0x1, to be part of nid 3 when hotplugged:
+
+   hotplug-memory@1 {
+   compatible = "ibm,hotplug-aperture";
+   reg = <0x0 0x1 0x0 0x8000>;
+   ibm,associativity = <0x4 0x0 0x0 0x0 0x3>;
+   };
-- 
1.8.3.1

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