All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <54651C48.90809@ti.com>

diff --git a/a/1.txt b/N1/1.txt
index 0d2cfdc..5ff0352 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -3,7 +3,7 @@ Hi Ohad,
 On 11/13/2014 01:45 PM, Ohad Ben-Cohen wrote:
 > Hi Suman,
 > 
-> On Thu, Nov 13, 2014 at 7:38 PM, Suman Anna <s-anna-l0cyMroinI0@public.gmane.org> wrote:
+> On Thu, Nov 13, 2014 at 7:38 PM, Suman Anna <s-anna@ti.com> wrote:
 >> No, not always, because, either of them can be optional between
 >> different platform implementations. For example, on OMAP, the number of
 >> locks is read from an IP register, and not coded in DT. Similarly,
@@ -32,12 +32,12 @@ problem (that of looking up base-id for a specific device).
 The number of locks would still be needed for validation purposes.
 
 OK, lets take an example. I have say 2 device instances, say
-	hwlock1: hwlock@0 {
+	hwlock1: hwlock at 0 {
 		hwlock-num-locks = <32>
 		hwlock-base-id = <0>;
 		#hwlock-cells = <1>;
 	};
-	hwlock2: hwlock@0 {
+	hwlock2: hwlock at 0 {
 		hwlock-num-locks = <32>
 		hwlock-base-id = <32>;
 		#hwlock-cells = <1>;
@@ -92,7 +92,3 @@ Any comments here?
 
 regards
 Suman
---
-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 09d591c..761416f 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -5,20 +5,10 @@
  "ref\0CAK=WgbbatPTiz3efDWHVEcuug_UQfkCViMoK0zcfUg3JwB2oTA@mail.gmail.com\0"
  "ref\05464EC7A.7050603@ti.com\0"
  "ref\0CAK=WgbbodS8GsUxQbkyCp6hAG+Ko4LMirx+pUa8_fUdxWFasvw@mail.gmail.com\0"
- "ref\0CAK=WgbbodS8GsUxQbkyCp6hAG+Ko4LMirx+pUa8_fUdxWFasvw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org\0"
- "From\0Suman Anna <s-anna-l0cyMroinI0@public.gmane.org>\0"
- "Subject\0Re: [PATCHv6 4/5] hwspinlock/core: add common OF helpers\0"
+ "From\0s-anna@ti.com (Suman Anna)\0"
+ "Subject\0[PATCHv6 4/5] hwspinlock/core: add common OF helpers\0"
  "Date\0Thu, 13 Nov 2014 15:02:00 -0600\0"
- "To\0Ohad Ben-Cohen <ohad-Ix1uc/W3ht7QT0dZR+AlfA@public.gmane.org>"
-  Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>
- " Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>\0"
- "Cc\0Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>"
-  Josh Cartwright <joshc-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
-  Bjorn Andersson <bjorn-UYDU3/A3LUY@public.gmane.org>
-  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
-  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
-  linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
- " linux-arm <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hi Ohad,\n"
@@ -26,7 +16,7 @@
  "On 11/13/2014 01:45 PM, Ohad Ben-Cohen wrote:\n"
  "> Hi Suman,\n"
  "> \n"
- "> On Thu, Nov 13, 2014 at 7:38 PM, Suman Anna <s-anna-l0cyMroinI0@public.gmane.org> wrote:\n"
+ "> On Thu, Nov 13, 2014 at 7:38 PM, Suman Anna <s-anna@ti.com> wrote:\n"
  ">> No, not always, because, either of them can be optional between\n"
  ">> different platform implementations. For example, on OMAP, the number of\n"
  ">> locks is read from an IP register, and not coded in DT. Similarly,\n"
@@ -55,12 +45,12 @@
  "The number of locks would still be needed for validation purposes.\n"
  "\n"
  "OK, lets take an example. I have say 2 device instances, say\n"
- "\thwlock1: hwlock@0 {\n"
+ "\thwlock1: hwlock at 0 {\n"
  "\t\thwlock-num-locks = <32>\n"
  "\t\thwlock-base-id = <0>;\n"
  "\t\t#hwlock-cells = <1>;\n"
  "\t};\n"
- "\thwlock2: hwlock@0 {\n"
+ "\thwlock2: hwlock at 0 {\n"
  "\t\thwlock-num-locks = <32>\n"
  "\t\thwlock-base-id = <32>;\n"
  "\t\t#hwlock-cells = <1>;\n"
@@ -114,10 +104,6 @@
  "Any comments here?\n"
  "\n"
  "regards\n"
- "Suman\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
+ Suman
 
-6efee23dd268c6e0c14a77a398653af8ce24e8515fe0e8e1cc13f0bee25c1c71
+f888abfebac3d31c0fe933e3a89f5a58fa8c7c0498148727f26edb8da20557ff

diff --git a/a/1.txt b/N2/1.txt
index 0d2cfdc..0c22037 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -3,7 +3,7 @@ Hi Ohad,
 On 11/13/2014 01:45 PM, Ohad Ben-Cohen wrote:
 > Hi Suman,
 > 
-> On Thu, Nov 13, 2014 at 7:38 PM, Suman Anna <s-anna-l0cyMroinI0@public.gmane.org> wrote:
+> On Thu, Nov 13, 2014 at 7:38 PM, Suman Anna <s-anna@ti.com> wrote:
 >> No, not always, because, either of them can be optional between
 >> different platform implementations. For example, on OMAP, the number of
 >> locks is read from an IP register, and not coded in DT. Similarly,
@@ -92,7 +92,3 @@ Any comments here?
 
 regards
 Suman
---
-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/N2/content_digest
index 09d591c..e7d2b0d 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -5,20 +5,19 @@
  "ref\0CAK=WgbbatPTiz3efDWHVEcuug_UQfkCViMoK0zcfUg3JwB2oTA@mail.gmail.com\0"
  "ref\05464EC7A.7050603@ti.com\0"
  "ref\0CAK=WgbbodS8GsUxQbkyCp6hAG+Ko4LMirx+pUa8_fUdxWFasvw@mail.gmail.com\0"
- "ref\0CAK=WgbbodS8GsUxQbkyCp6hAG+Ko4LMirx+pUa8_fUdxWFasvw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org\0"
- "From\0Suman Anna <s-anna-l0cyMroinI0@public.gmane.org>\0"
+ "From\0Suman Anna <s-anna@ti.com>\0"
  "Subject\0Re: [PATCHv6 4/5] hwspinlock/core: add common OF helpers\0"
  "Date\0Thu, 13 Nov 2014 15:02:00 -0600\0"
- "To\0Ohad Ben-Cohen <ohad-Ix1uc/W3ht7QT0dZR+AlfA@public.gmane.org>"
-  Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>
- " Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>\0"
- "Cc\0Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>"
-  Josh Cartwright <joshc-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
-  Bjorn Andersson <bjorn-UYDU3/A3LUY@public.gmane.org>
-  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
-  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
-  linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
- " linux-arm <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>\0"
+ "To\0Ohad Ben-Cohen <ohad@wizery.com>"
+  Mark Rutland <mark.rutland@arm.com>
+ " Kumar Gala <galak@codeaurora.org>\0"
+ "Cc\0Tony Lindgren <tony@atomide.com>"
+  Josh Cartwright <joshc@codeaurora.org>
+  Bjorn Andersson <bjorn@kryo.se>
+  devicetree@vger.kernel.org <devicetree@vger.kernel.org>
+  linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>
+  linux-omap@vger.kernel.org <linux-omap@vger.kernel.org>
+ " linux-arm <linux-arm-kernel@lists.infradead.org>\0"
  "\00:1\0"
  "b\0"
  "Hi Ohad,\n"
@@ -26,7 +25,7 @@
  "On 11/13/2014 01:45 PM, Ohad Ben-Cohen wrote:\n"
  "> Hi Suman,\n"
  "> \n"
- "> On Thu, Nov 13, 2014 at 7:38 PM, Suman Anna <s-anna-l0cyMroinI0@public.gmane.org> wrote:\n"
+ "> On Thu, Nov 13, 2014 at 7:38 PM, Suman Anna <s-anna@ti.com> wrote:\n"
  ">> No, not always, because, either of them can be optional between\n"
  ">> different platform implementations. For example, on OMAP, the number of\n"
  ">> locks is read from an IP register, and not coded in DT. Similarly,\n"
@@ -114,10 +113,6 @@
  "Any comments here?\n"
  "\n"
  "regards\n"
- "Suman\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
+ Suman
 
-6efee23dd268c6e0c14a77a398653af8ce24e8515fe0e8e1cc13f0bee25c1c71
+d78bebb66fc7312eb587c0df5fda324503651160789978ae39cdcb48c1afa216

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.