All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <5282A64B.3020706@wwwdotorg.org>

diff --git a/a/1.txt b/N1/1.txt
index 2c63eb5..94c1493 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -3,7 +3,7 @@ On 11/10/2013 04:00 AM, David Gibson wrote:
 >> On 10/25/2013 05:29 PM, David Gibson wrote:
 >>> On Thu, Oct 24, 2013 at 10:51:28PM +0100, Stephen Warren
 >>> wrote:
->>>> From: Stephen Warren <swarren@nvidia.com>
+>>>> From: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
 >>>> 
 >>>> This is a very quick proof-of-concept re: how a DT schema
 >>>> checker might look if written in C, and integrated into dtc.
@@ -106,7 +106,7 @@ less reasonable.
 >> actually does make use of the "interrupt" schema". This is
 >> important since it disallows e.g.:
 >> 
->> battery: smart-battery at b { compatible = "ti,bq20z45",
+>> battery: smart-battery@b { compatible = "ti,bq20z45",
 >> "sbs,sbs-battery"; reg = <0xb>; interrupt-parent = <&gpio>; 
 >> interrupts = <5 4>; };
 >> 
@@ -233,3 +233,8 @@ set of techniques that work for GPIOs.
 > So, I certainly think we want explicitly invoked subcheckers.  But
 > I think we want multiple independently applied schemas for a single
 > node too.
+
+--
+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 d535aee..2753b1f 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,10 +2,28 @@
  "ref\020131025232951.GD17659@voom.redhat.com\0"
  "ref\05272C773.2030901@wwwdotorg.org\0"
  "ref\020131110110043.GB21328@voom.fritz.box\0"
- "From\0swarren@wwwdotorg.org (Stephen Warren)\0"
- "Subject\0[RFC PATCH dtc] C-based DT schema checker integrated into dtc\0"
+ "ref\020131110110043.GB21328-RXTfZT5YzpxwFLYp8hBm2A@public.gmane.org\0"
+ "From\0Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>\0"
+ "Subject\0Re: [RFC PATCH dtc] C-based DT schema checker integrated into dtc\0"
  "Date\0Tue, 12 Nov 2013 15:06:03 -0700\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0David Gibson <david-xT8FGy+AXnRB3Ne2BGzF6laj5H9X9Tb+@public.gmane.org>\0"
+ "Cc\0Benoit Cousson <bcousson-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>"
+  Tomasz Figa <t.figa-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
+  olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org
+  grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org
+  rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org
+  khilman-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org
+  fparent-rdvid1DuHRBWk0Htik3J/w@public.gmane.org
+  galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org
+  mark.rutland-5wv7dgnIgG8@public.gmane.org
+  a.hajda-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org
+  s.nawrocki-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org
+  pawel.moll-5wv7dgnIgG8@public.gmane.org
+  jdl-CYoMK+44s/E@public.gmane.org
+  Alison_Chaiken-nmGgyN9QBj3QT0dZR+AlfA@public.gmane.org
+ " Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\0"
  "\00:1\0"
  "b\0"
  "On 11/10/2013 04:00 AM, David Gibson wrote:\n"
@@ -13,7 +31,7 @@
  ">> On 10/25/2013 05:29 PM, David Gibson wrote:\n"
  ">>> On Thu, Oct 24, 2013 at 10:51:28PM +0100, Stephen Warren\n"
  ">>> wrote:\n"
- ">>>> From: Stephen Warren <swarren@nvidia.com>\n"
+ ">>>> From: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\n"
  ">>>> \n"
  ">>>> This is a very quick proof-of-concept re: how a DT schema\n"
  ">>>> checker might look if written in C, and integrated into dtc.\n"
@@ -116,7 +134,7 @@
  ">> actually does make use of the \"interrupt\" schema\". This is\n"
  ">> important since it disallows e.g.:\n"
  ">> \n"
- ">> battery: smart-battery at b { compatible = \"ti,bq20z45\",\n"
+ ">> battery: smart-battery@b { compatible = \"ti,bq20z45\",\n"
  ">> \"sbs,sbs-battery\"; reg = <0xb>; interrupt-parent = <&gpio>; \n"
  ">> interrupts = <5 4>; };\n"
  ">> \n"
@@ -242,6 +260,11 @@
  "> \n"
  "> So, I certainly think we want explicitly invoked subcheckers.  But\n"
  "> I think we want multiple independently applied schemas for a single\n"
- > node too.
+ "> node too.\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
 
-926351d0b1ef437bb3063b0877b48e3ff177b3e5fa797d67eaa24619e070b209
+77f786000fb55d64d28423893dcd3544ab7a09ff3b09cf8e007d14e24492dac1

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.