All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <4FE1E8B9.2020200@gmail.com>

diff --git a/a/1.txt b/N1/1.txt
index e1047d3..e56ac86 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -122,18 +122,18 @@ That reminds me. I need to go write the halt and catch fire call.
 You would know this by knowing the type of firmware.
 
 > 
-> 	cluster at 0 {
+> 	cluster@0 {
 > 		arm,smc = "vendor,platform-basic-firmware";
 > 		
-> 		cpu at 0 {
+> 		cpu@0 {
 > 			arm,smc = "vendor,platform-fancy-firmware";
 > 		};
 > 
-> 		cpu at 1 {
+> 		cpu@1 {
 > 			// no arm,smc property
 > 		};
 > 
-> 		cpu at 2 {
+> 		cpu@2 {
 > 			// no arm,smc property
 > 		};
 > 
@@ -153,14 +153,14 @@ You would know this by knowing the type of firmware.
 > If additional properties are needed, like version or capability info,
 > we could have nodes instead:
 > 
-> 	cluster at 0 {
+> 	cluster@0 {
 > 		arm,smc {
 > 			basic-firmware {
 > 				compatible = "vendor,platform-basic-firmware";
 > 			};
 > 		}
 > 
-> 		cpu at 0 {
+> 		cpu@0 {
 > 			arm,smc {
 > 				fancy-firmware {
 > 					compatible = "vendor,platform-fancy-firmware";
@@ -200,5 +200,5 @@ Rob
 > ---Dave
 > _______________________________________________
 > devicetree-discuss mailing list
-> devicetree-discuss at lists.ozlabs.org
+> devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org
 > https://lists.ozlabs.org/listinfo/devicetree-discuss
diff --git a/a/content_digest b/N1/content_digest
index c40db2b..dac3f98 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -5,10 +5,18 @@
  "ref\04FE125C6.3030401@codeaurora.org\0"
  "ref\020120620094334.GA32666@mudshark.cambridge.arm.com\0"
  "ref\020120620105116.GA2179@linaro.org\0"
- "From\0robherring2@gmail.com (Rob Herring)\0"
- "Subject\0Bindings for SMC/HVC firmware interfaces on ARM (Re: [RFC PATCH] ARM: Make a compile trustzone conditionally)\0"
+ "ref\020120620105116.GA2179-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org\0"
+ "From\0Rob Herring <robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0"
+ "Subject\0Re: Bindings for SMC/HVC firmware interfaces on ARM (Re: [RFC PATCH] ARM: Make a compile trustzone conditionally)\0"
  "Date\0Wed, 20 Jun 2012 10:14:01 -0500\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Dave Martin <dave.martin-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0"
+ "Cc\0Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>"
+  Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
+  devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org
+  Will Deacon <will.deacon-5wv7dgnIgG8@public.gmane.org>
+  Kyungmin Park <kmpark-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>
+  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>
+ " Marek Szyprowski <m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\0"
  "\00:1\0"
  "b\0"
  "On 06/20/2012 05:51 AM, Dave Martin wrote:\n"
@@ -135,18 +143,18 @@
  "You would know this by knowing the type of firmware.\n"
  "\n"
  "> \n"
- "> \tcluster at 0 {\n"
+ "> \tcluster@0 {\n"
  "> \t\tarm,smc = \"vendor,platform-basic-firmware\";\n"
  "> \t\t\n"
- "> \t\tcpu at 0 {\n"
+ "> \t\tcpu@0 {\n"
  "> \t\t\tarm,smc = \"vendor,platform-fancy-firmware\";\n"
  "> \t\t};\n"
  "> \n"
- "> \t\tcpu at 1 {\n"
+ "> \t\tcpu@1 {\n"
  "> \t\t\t// no arm,smc property\n"
  "> \t\t};\n"
  "> \n"
- "> \t\tcpu at 2 {\n"
+ "> \t\tcpu@2 {\n"
  "> \t\t\t// no arm,smc property\n"
  "> \t\t};\n"
  "> \n"
@@ -166,14 +174,14 @@
  "> If additional properties are needed, like version or capability info,\n"
  "> we could have nodes instead:\n"
  "> \n"
- "> \tcluster at 0 {\n"
+ "> \tcluster@0 {\n"
  "> \t\tarm,smc {\n"
  "> \t\t\tbasic-firmware {\n"
  "> \t\t\t\tcompatible = \"vendor,platform-basic-firmware\";\n"
  "> \t\t\t};\n"
  "> \t\t}\n"
  "> \n"
- "> \t\tcpu at 0 {\n"
+ "> \t\tcpu@0 {\n"
  "> \t\t\tarm,smc {\n"
  "> \t\t\t\tfancy-firmware {\n"
  "> \t\t\t\t\tcompatible = \"vendor,platform-fancy-firmware\";\n"
@@ -213,7 +221,7 @@
  "> ---Dave\n"
  "> _______________________________________________\n"
  "> devicetree-discuss mailing list\n"
- "> devicetree-discuss at lists.ozlabs.org\n"
+ "> devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org\n"
  > https://lists.ozlabs.org/listinfo/devicetree-discuss
 
-43821c69d19df5c546a908bacf55e641c2332185e61d03f2f58f172623f0a86f
+9ab0b3f40fa26f7a456a03a178edae6ebf3221d5187f582e55e4539ac283452e

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.