All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1816961.2dvm7Iumeh@phil>

diff --git a/a/1.txt b/N1/1.txt
index daffedd..b7dbc33 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,5 +1,5 @@
 Am Mittwoch, 5. Februar 2014, 11:12:47 schrieb Grant Likely:
-> On Mon, 20 Jan 2014 16:42:58 +0100, Heiko St??bner <heiko@sntech.de> wrote:
+> On Mon, 20 Jan 2014 16:42:58 +0100, Heiko Stübner <heiko@sntech.de> wrote:
 > > Some SoCs need parts of their sram for special purposes. So while being
 > > part of the peripheral, it should not be part of the genpool controlling
 > > the sram.
@@ -7,10 +7,10 @@ Am Mittwoch, 5. Februar 2014, 11:12:47 schrieb Grant Likely:
 > > Therefore add an option mmio-sram-reserved to keep arbitrary portions of
 > > the sram from general usage.
 > > 
-> > Suggested-by: Rob Herring <robherring2@gmail.com>
-> > Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-> > Tested-by: Ulrich Prinz <ulrich.prinz@googlemail.com>
-> > Acked-by: Rob Herring <robh@kernel.org>
+> > Suggested-by: Rob Herring <robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
+> > Signed-off-by: Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
+> > Tested-by: Ulrich Prinz <ulrich.prinz-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
+> > Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
 > > ---
 > > 
 > >  Documentation/devicetree/bindings/misc/sram.txt |    8 ++++++++
@@ -48,7 +48,7 @@ devicetree, again", right?
 In general I'm all for commonality :-). So I guess you mean it to look 
 something like the following:
 
-	sram: sram at 10080000 {
+	sram: sram@10080000 {
 		compatible = "rockchip,rk3066-sram", "mmio-sram";
 		reg = <0x10080000 0x8000>;
 
@@ -56,7 +56,7 @@ something like the following:
 			#address-cells = <1>;
 			#size-cells = <1>;
 
-			smp at 200 {
+			smp@200 {
 				/* hmm, relative or absolute, aka 0x200 or 0x10080200? */
 				reg = <0x200 0x50>;
 			};
@@ -68,3 +68,9 @@ doable. Do you suggest more changes to the example above?
 
 
 Heiko
+
+
+--
+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 6d5f2ef..e3ad522 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,14 +1,26 @@
  "ref\04970034.fqvMoHdOyd@phil\0"
  "ref\01782709.QdZpsrsctf@phil\0"
  "ref\020140205111247.476B7C40A89@trevor.secretlab.ca\0"
- "From\0heiko@sntech.de (Heiko St\303\274bner)\0"
- "Subject\0[PATCH v7 2/7] dt-bindings: sram: describe option to reserve parts of the memory\0"
+ "ref\020140205111247.476B7C40A89-WNowdnHR2B42iJbIjFUEsiwD8/FfD2ys@public.gmane.org\0"
+ "From\0Heiko St\303\274bner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>\0"
+ "Subject\0Re: [PATCH v7 2/7] dt-bindings: sram: describe option to reserve parts of the memory\0"
  "Date\0Wed, 05 Feb 2014 13:05:14 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Grant Likely <grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0"
+ "Cc\0linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>"
+  arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
+  Rob Herring <robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  Philipp Zabel <p.zabel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
+  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  Greg Kroah-Hartman <gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org>
+  Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>
+  Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>
+  Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
+ " Ian Campbell <ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>\0"
  "\00:1\0"
  "b\0"
  "Am Mittwoch, 5. Februar 2014, 11:12:47 schrieb Grant Likely:\n"
- "> On Mon, 20 Jan 2014 16:42:58 +0100, Heiko St??bner <heiko@sntech.de> wrote:\n"
+ "> On Mon, 20 Jan 2014 16:42:58 +0100, Heiko St\303\203\302\274bner <heiko@sntech.de> wrote:\n"
  "> > Some SoCs need parts of their sram for special purposes. So while being\n"
  "> > part of the peripheral, it should not be part of the genpool controlling\n"
  "> > the sram.\n"
@@ -16,10 +28,10 @@
  "> > Therefore add an option mmio-sram-reserved to keep arbitrary portions of\n"
  "> > the sram from general usage.\n"
  "> > \n"
- "> > Suggested-by: Rob Herring <robherring2@gmail.com>\n"
- "> > Signed-off-by: Heiko Stuebner <heiko@sntech.de>\n"
- "> > Tested-by: Ulrich Prinz <ulrich.prinz@googlemail.com>\n"
- "> > Acked-by: Rob Herring <robh@kernel.org>\n"
+ "> > Suggested-by: Rob Herring <robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n"
+ "> > Signed-off-by: Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>\n"
+ "> > Tested-by: Ulrich Prinz <ulrich.prinz-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>\n"
+ "> > Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\n"
  "> > ---\n"
  "> > \n"
  "> >  Documentation/devicetree/bindings/misc/sram.txt |    8 ++++++++\n"
@@ -57,7 +69,7 @@
  "In general I'm all for commonality :-). So I guess you mean it to look \n"
  "something like the following:\n"
  "\n"
- "\tsram: sram at 10080000 {\n"
+ "\tsram: sram@10080000 {\n"
  "\t\tcompatible = \"rockchip,rk3066-sram\", \"mmio-sram\";\n"
  "\t\treg = <0x10080000 0x8000>;\n"
  "\n"
@@ -65,7 +77,7 @@
  "\t\t\t#address-cells = <1>;\n"
  "\t\t\t#size-cells = <1>;\n"
  "\n"
- "\t\t\tsmp at 200 {\n"
+ "\t\t\tsmp@200 {\n"
  "\t\t\t\t/* hmm, relative or absolute, aka 0x200 or 0x10080200? */\n"
  "\t\t\t\treg = <0x200 0x50>;\n"
  "\t\t\t};\n"
@@ -76,6 +88,12 @@
  "doable. Do you suggest more changes to the example above?\n"
  "\n"
  "\n"
- Heiko
+ "Heiko\n"
+ "\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
 
-49cb67a0676592e2d88206ba514c8b1bcd23c2aa0686e178723d58f9506a9b4d
+de8eae0e08b0e06583b5826463caad170b68498eb2e5b567db651549797f5141

diff --git a/a/1.txt b/N2/1.txt
index daffedd..57828e4 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,5 +1,5 @@
 Am Mittwoch, 5. Februar 2014, 11:12:47 schrieb Grant Likely:
-> On Mon, 20 Jan 2014 16:42:58 +0100, Heiko St??bner <heiko@sntech.de> wrote:
+> On Mon, 20 Jan 2014 16:42:58 +0100, Heiko Stübner <heiko@sntech.de> wrote:
 > > Some SoCs need parts of their sram for special purposes. So while being
 > > part of the peripheral, it should not be part of the genpool controlling
 > > the sram.
@@ -48,7 +48,7 @@ devicetree, again", right?
 In general I'm all for commonality :-). So I guess you mean it to look 
 something like the following:
 
-	sram: sram at 10080000 {
+	sram: sram@10080000 {
 		compatible = "rockchip,rk3066-sram", "mmio-sram";
 		reg = <0x10080000 0x8000>;
 
@@ -56,7 +56,7 @@ something like the following:
 			#address-cells = <1>;
 			#size-cells = <1>;
 
-			smp at 200 {
+			smp@200 {
 				/* hmm, relative or absolute, aka 0x200 or 0x10080200? */
 				reg = <0x200 0x50>;
 			};
diff --git a/a/content_digest b/N2/content_digest
index 6d5f2ef..f96e756 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,14 +1,25 @@
  "ref\04970034.fqvMoHdOyd@phil\0"
  "ref\01782709.QdZpsrsctf@phil\0"
  "ref\020140205111247.476B7C40A89@trevor.secretlab.ca\0"
- "From\0heiko@sntech.de (Heiko St\303\274bner)\0"
- "Subject\0[PATCH v7 2/7] dt-bindings: sram: describe option to reserve parts of the memory\0"
+ "From\0Heiko St\303\274bner <heiko@sntech.de>\0"
+ "Subject\0Re: [PATCH v7 2/7] dt-bindings: sram: describe option to reserve parts of the memory\0"
  "Date\0Wed, 05 Feb 2014 13:05:14 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Grant Likely <grant.likely@linaro.org>\0"
+ "Cc\0linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>"
+  arm@kernel.org
+  Rob Herring <robherring2@gmail.com>
+  devicetree@vger.kernel.org
+  Philipp Zabel <p.zabel@pengutronix.de>
+  linux-kernel@vger.kernel.org
+  Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+  Pawel Moll <pawel.moll@arm.com>
+  Mark Rutland <mark.rutland@arm.com>
+  Stephen Warren <swarren@wwwdotorg.org>
+ " Ian Campbell <ijc+devicetree@hellion.org.uk>\0"
  "\00:1\0"
  "b\0"
  "Am Mittwoch, 5. Februar 2014, 11:12:47 schrieb Grant Likely:\n"
- "> On Mon, 20 Jan 2014 16:42:58 +0100, Heiko St??bner <heiko@sntech.de> wrote:\n"
+ "> On Mon, 20 Jan 2014 16:42:58 +0100, Heiko St\303\203\302\274bner <heiko@sntech.de> wrote:\n"
  "> > Some SoCs need parts of their sram for special purposes. So while being\n"
  "> > part of the peripheral, it should not be part of the genpool controlling\n"
  "> > the sram.\n"
@@ -57,7 +68,7 @@
  "In general I'm all for commonality :-). So I guess you mean it to look \n"
  "something like the following:\n"
  "\n"
- "\tsram: sram at 10080000 {\n"
+ "\tsram: sram@10080000 {\n"
  "\t\tcompatible = \"rockchip,rk3066-sram\", \"mmio-sram\";\n"
  "\t\treg = <0x10080000 0x8000>;\n"
  "\n"
@@ -65,7 +76,7 @@
  "\t\t\t#address-cells = <1>;\n"
  "\t\t\t#size-cells = <1>;\n"
  "\n"
- "\t\t\tsmp at 200 {\n"
+ "\t\t\tsmp@200 {\n"
  "\t\t\t\t/* hmm, relative or absolute, aka 0x200 or 0x10080200? */\n"
  "\t\t\t\treg = <0x200 0x50>;\n"
  "\t\t\t};\n"
@@ -78,4 +89,4 @@
  "\n"
  Heiko
 
-49cb67a0676592e2d88206ba514c8b1bcd23c2aa0686e178723d58f9506a9b4d
+b5c9a7e5fa07e5da0f1c54a4f50977775d1d8962cfed8f6a8b5a5d2c9e354c8c

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.