All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20141003110521.GE26643@leverpostej>

diff --git a/a/1.txt b/N1/1.txt
index 2ec8748..e93ddf3 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -17,7 +17,7 @@ Mark.
 [1] http://lists.infradead.org/pipermail/linux-arm-kernel/2014-September/288263.html
 
 > 
-> Signed-off-by: Ganapatrao Kulkarni <ganapatrao.kulkarni@caviumnetworks.com>
+> Signed-off-by: Ganapatrao Kulkarni <ganapatrao.kulkarni-M3mlKVOIwJVv6pq1l3V1OdBPR1lH4CV8@public.gmane.org>
 > ---
 >  Documentation/devicetree/bindings/arm/numa.txt | 60 ++++++++++++++++++++++++++
 >  1 file changed, 60 insertions(+)
@@ -62,13 +62,13 @@ Mark.
 > +
 > +Example 1 (2 memory nodes, each mapped to a numa node.):
 > +
-> +	memory at 00000000 {
+> +	memory@00000000 {
 > +		device_type = "memory";
 > +		reg = <0x0 0x00000000 0x0 0x80000000>;
 > +		nid = <0x0>;
 > +	};
 > +
-> +	memory at 10000000000 {
+> +	memory@10000000000 {
 > +		device_type = "memory";
 > +		reg = <0x100 0x00000000 0x0 0x80000000>;
 > +		nid = <0x1>;
@@ -76,14 +76,14 @@ Mark.
 > +
 > +Example 2 (multiple memory ranges in each memory node and mapped to numa node):
 > +
-> +	memory at 00000000 {
+> +	memory@00000000 {
 > +		device_type = "memory";
 > +		reg = <0x0 0x00000000 0x0 0x80000000>,
 > +		      <0x1 0x00000000 0x0 0x80000000>;
 > +		nid = <0x0>;
 > +	};
 > +
-> +	memory at 10000000000 {
+> +	memory@10000000000 {
 > +		device_type = "memory";
 > +		reg = <0x100 0x00000000 0x0 0x80000000>;
 > +		reg = <0x100 0x80000000 0x0 0x80000000>;
@@ -94,6 +94,10 @@ Mark.
 > 
 > --
 > To unsubscribe from this list: send the line "unsubscribe devicetree" in
-> the body of a message to majordomo at vger.kernel.org
+> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
 > More majordomo info at  http://vger.kernel.org/majordomo-info.html
->
+> 
+--
+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
diff --git a/a/content_digest b/N1/content_digest
index aef26a0..3ba0619 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,9 +1,17 @@
  "ref\01411635840-24038-1-git-send-email-ganapatrao.kulkarni@caviumnetworks.com\0"
  "ref\01411635840-24038-3-git-send-email-ganapatrao.kulkarni@caviumnetworks.com\0"
- "From\0mark.rutland@arm.com (Mark Rutland)\0"
- "Subject\0[RFC PATCH 2/4] arm/arm64:dt:numa: adding numa node mapping for memory nodes.\0"
+ "ref\01411635840-24038-3-git-send-email-ganapatrao.kulkarni-M3mlKVOIwJVv6pq1l3V1OdBPR1lH4CV8@public.gmane.org\0"
+ "From\0Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>\0"
+ "Subject\0Re: [RFC PATCH 2/4] arm/arm64:dt:numa: adding numa node mapping for memory nodes.\0"
  "Date\0Fri, 3 Oct 2014 12:05:21 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Ganapatrao Kulkarni <ganapatrao.kulkarni-M3mlKVOIwJVv6pq1l3V1OdBPR1lH4CV8@public.gmane.org>\0"
+ "Cc\0Catalin Marinas <Catalin.Marinas-5wv7dgnIgG8@public.gmane.org>"
+  Will Deacon <Will.Deacon-5wv7dgnIgG8@public.gmane.org>
+  grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org <grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
+  robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
+  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>
+ " gpkulkarni-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <gpkulkarni-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0"
  "\00:1\0"
  "b\0"
  "On Thu, Sep 25, 2014 at 10:03:57AM +0100, Ganapatrao Kulkarni wrote:\n"
@@ -25,7 +33,7 @@
  "[1] http://lists.infradead.org/pipermail/linux-arm-kernel/2014-September/288263.html\n"
  "\n"
  "> \n"
- "> Signed-off-by: Ganapatrao Kulkarni <ganapatrao.kulkarni@caviumnetworks.com>\n"
+ "> Signed-off-by: Ganapatrao Kulkarni <ganapatrao.kulkarni-M3mlKVOIwJVv6pq1l3V1OdBPR1lH4CV8@public.gmane.org>\n"
  "> ---\n"
  ">  Documentation/devicetree/bindings/arm/numa.txt | 60 ++++++++++++++++++++++++++\n"
  ">  1 file changed, 60 insertions(+)\n"
@@ -70,13 +78,13 @@
  "> +\n"
  "> +Example 1 (2 memory nodes, each mapped to a numa node.):\n"
  "> +\n"
- "> +\tmemory at 00000000 {\n"
+ "> +\tmemory@00000000 {\n"
  "> +\t\tdevice_type = \"memory\";\n"
  "> +\t\treg = <0x0 0x00000000 0x0 0x80000000>;\n"
  "> +\t\tnid = <0x0>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tmemory at 10000000000 {\n"
+ "> +\tmemory@10000000000 {\n"
  "> +\t\tdevice_type = \"memory\";\n"
  "> +\t\treg = <0x100 0x00000000 0x0 0x80000000>;\n"
  "> +\t\tnid = <0x1>;\n"
@@ -84,14 +92,14 @@
  "> +\n"
  "> +Example 2 (multiple memory ranges in each memory node and mapped to numa node):\n"
  "> +\n"
- "> +\tmemory at 00000000 {\n"
+ "> +\tmemory@00000000 {\n"
  "> +\t\tdevice_type = \"memory\";\n"
  "> +\t\treg = <0x0 0x00000000 0x0 0x80000000>,\n"
  "> +\t\t      <0x1 0x00000000 0x0 0x80000000>;\n"
  "> +\t\tnid = <0x0>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tmemory at 10000000000 {\n"
+ "> +\tmemory@10000000000 {\n"
  "> +\t\tdevice_type = \"memory\";\n"
  "> +\t\treg = <0x100 0x00000000 0x0 0x80000000>;\n"
  "> +\t\treg = <0x100 0x80000000 0x0 0x80000000>;\n"
@@ -102,8 +110,12 @@
  "> \n"
  "> --\n"
  "> To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n"
- "> the body of a message to majordomo at vger.kernel.org\n"
+ "> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
  "> More majordomo info at  http://vger.kernel.org/majordomo-info.html\n"
- >
+ "> \n"
+ "--\n"
+ "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n"
+ "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
+ More majordomo info at  http://vger.kernel.org/majordomo-info.html
 
-b98804d8e1e9a4748ba197c3ef918a084ec5413e3610690c9c33f0efb5de2027
+c01d76c6c6b26bad30afe5cdffc8c8b3681617dece247a959b56e1a72381b396

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.