All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20140910152019.111c4c01@bbrezillon>

diff --git a/a/1.txt b/N1/1.txt
index 986275e..8d2a10d 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -27,7 +27,7 @@ Johan Hovold <johan@kernel.org> wrote:
 > > +
 > > +Example:
 > > +
-> > +rtc@fffffe00 {
+> > +rtc at fffffe00 {
 > > +	compatible = "atmel,at91sam9260-rtt";
 > > +	reg = <0xfffffd20 0x10
 > > +	       0xfffffd50 0x4>;
@@ -47,7 +47,7 @@ Johan Hovold <johan@kernel.org> wrote:
 We could use a syscon device (which exposes a regmap) for the GPBR
 block.
 
-rtc@ffffff20 {
+rtc at ffffff20 {
 	compatible = "atmel,at91sam9260-rtt";
 	reg = <0xfffffd20 0x10>;
 	interrupts = <1 4 7>;
@@ -55,7 +55,7 @@ rtc@ffffff20 {
 	atmel,time-reg = <&gpbr 0x0>;
 };
 
-gpbr: syscon@fffffd50 {
+gpbr: syscon at fffffd50 {
 	compatible = "atmel,at91sam9260-gpbr", "syscon";
 	reg = <0xfffffd50 0x10>;
 	
diff --git a/a/content_digest b/N1/content_digest
index a8e5f22..a3991f4 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,24 +1,10 @@
  "ref\01409733934-14465-1-git-send-email-boris.brezillon@free-electrons.com\0"
  "ref\01409733934-14465-6-git-send-email-boris.brezillon@free-electrons.com\0"
  "ref\020140910121424.GG2974@localhost\0"
- "From\0Boris BREZILLON <boris.brezillon@free-electrons.com>\0"
- "Subject\0Re: [PATCH 5/5] rtc: at91sam9: add DT bindings documentation\0"
+ "From\0boris.brezillon@free-electrons.com (Boris BREZILLON)\0"
+ "Subject\0[PATCH 5/5] rtc: at91sam9: add DT bindings documentation\0"
  "Date\0Wed, 10 Sep 2014 15:20:19 +0200\0"
- "To\0Johan Hovold <johan@kernel.org>\0"
- "Cc\0Nicolas Ferre <nicolas.ferre@atmel.com>"
-  Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
-  Alexandre Belloni <alexandre.belloni@free-electrons.com>
-  Andrew Victor <linux@maxim.org.za>
-  Alessandro Zummo <a.zummo@towertech.it>
-  rtc-linux@googlegroups.com
-  Rob Herring <robh+dt@kernel.org>
-  Pawel Moll <pawel.moll@arm.com>
-  Mark Rutland <mark.rutland@arm.com>
-  Ian Campbell <ijc+devicetree@hellion.org.uk>
-  Kumar Gala <galak@codeaurora.org>
-  devicetree@vger.kernel.org
-  linux-arm-kernel@lists.infradead.org
- " linux-kernel@vger.kernel.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On Wed, 10 Sep 2014 14:14:24 +0200\n"
@@ -50,7 +36,7 @@
  "> > +\n"
  "> > +Example:\n"
  "> > +\n"
- "> > +rtc@fffffe00 {\n"
+ "> > +rtc at fffffe00 {\n"
  "> > +\tcompatible = \"atmel,at91sam9260-rtt\";\n"
  "> > +\treg = <0xfffffd20 0x10\n"
  "> > +\t       0xfffffd50 0x4>;\n"
@@ -70,7 +56,7 @@
  "We could use a syscon device (which exposes a regmap) for the GPBR\n"
  "block.\n"
  "\n"
- "rtc@ffffff20 {\n"
+ "rtc at ffffff20 {\n"
  "\tcompatible = \"atmel,at91sam9260-rtt\";\n"
  "\treg = <0xfffffd20 0x10>;\n"
  "\tinterrupts = <1 4 7>;\n"
@@ -78,7 +64,7 @@
  "\tatmel,time-reg = <&gpbr 0x0>;\n"
  "};\n"
  "\n"
- "gpbr: syscon@fffffd50 {\n"
+ "gpbr: syscon at fffffd50 {\n"
  "\tcompatible = \"atmel,at91sam9260-gpbr\", \"syscon\";\n"
  "\treg = <0xfffffd50 0x10>;\n"
  "\t\n"
@@ -100,4 +86,4 @@
  "Embedded Linux and Kernel engineering\n"
  http://free-electrons.com
 
-4a59005798beb569011a5e62452da969f75a041e901e8dfb69286035fe7c19c7
+40e03dbf1b8fa6e26c596ee91325cb916478a17e5a24c3897b84d95c356a355a

diff --git a/a/1.txt b/N2/1.txt
index 986275e..634ede8 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,8 +1,8 @@
 On Wed, 10 Sep 2014 14:14:24 +0200
-Johan Hovold <johan@kernel.org> wrote:
+Johan Hovold <johan-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> wrote:
 
 > On Wed, Sep 03, 2014 at 10:45:34AM +0200, Boris BREZILLON wrote:
-> > Signed-off-by: Boris BREZILLON <boris.brezillon@free-electrons.com>
+> > Signed-off-by: Boris BREZILLON <boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
 > > ---
 > >  .../devicetree/bindings/rtc/atmel,at91sam9-rtc.txt   | 20 ++++++++++++++++++++
 > >  1 file changed, 20 insertions(+)
@@ -76,3 +76,7 @@ gpbr: syscon@fffffd50 {
 Boris Brezillon, Free Electrons
 Embedded Linux and Kernel engineering
 http://free-electrons.com
+--
+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 a8e5f22..077f2d1 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,31 +1,31 @@
  "ref\01409733934-14465-1-git-send-email-boris.brezillon@free-electrons.com\0"
  "ref\01409733934-14465-6-git-send-email-boris.brezillon@free-electrons.com\0"
  "ref\020140910121424.GG2974@localhost\0"
- "From\0Boris BREZILLON <boris.brezillon@free-electrons.com>\0"
+ "From\0Boris BREZILLON <boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0"
  "Subject\0Re: [PATCH 5/5] rtc: at91sam9: add DT bindings documentation\0"
  "Date\0Wed, 10 Sep 2014 15:20:19 +0200\0"
- "To\0Johan Hovold <johan@kernel.org>\0"
- "Cc\0Nicolas Ferre <nicolas.ferre@atmel.com>"
-  Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
-  Alexandre Belloni <alexandre.belloni@free-electrons.com>
-  Andrew Victor <linux@maxim.org.za>
-  Alessandro Zummo <a.zummo@towertech.it>
-  rtc-linux@googlegroups.com
-  Rob Herring <robh+dt@kernel.org>
-  Pawel Moll <pawel.moll@arm.com>
-  Mark Rutland <mark.rutland@arm.com>
-  Ian Campbell <ijc+devicetree@hellion.org.uk>
-  Kumar Gala <galak@codeaurora.org>
-  devicetree@vger.kernel.org
-  linux-arm-kernel@lists.infradead.org
- " linux-kernel@vger.kernel.org\0"
+ "To\0Johan Hovold <johan-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0"
+ "Cc\0Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>"
+  Jean-Christophe Plagniol-Villard <plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org>
+  Alexandre Belloni <alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
+  Andrew Victor <linux-PelNFVqkFnVyf+4FbqDuWQ@public.gmane.org>
+  Alessandro Zummo <a.zummo-BfzFCNDTiLLj+vYz1yj4TQ@public.gmane.org>
+  rtc-linux-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
+  Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
+  Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>
+  Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>
+  Ian Campbell <ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>
+  Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
+ " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
  "\00:1\0"
  "b\0"
  "On Wed, 10 Sep 2014 14:14:24 +0200\n"
- "Johan Hovold <johan@kernel.org> wrote:\n"
+ "Johan Hovold <johan-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> wrote:\n"
  "\n"
  "> On Wed, Sep 03, 2014 at 10:45:34AM +0200, Boris BREZILLON wrote:\n"
- "> > Signed-off-by: Boris BREZILLON <boris.brezillon@free-electrons.com>\n"
+ "> > Signed-off-by: Boris BREZILLON <boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\n"
  "> > ---\n"
  "> >  .../devicetree/bindings/rtc/atmel,at91sam9-rtc.txt   | 20 ++++++++++++++++++++\n"
  "> >  1 file changed, 20 insertions(+)\n"
@@ -98,6 +98,10 @@
  "-- \n"
  "Boris Brezillon, Free Electrons\n"
  "Embedded Linux and Kernel engineering\n"
- http://free-electrons.com
+ "http://free-electrons.com\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
 
-4a59005798beb569011a5e62452da969f75a041e901e8dfb69286035fe7c19c7
+8e25175b3c072aa62ff3df571369b149f19ae94f07dfd756e5e8757395d9acc9

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.