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

diff --git a/a/1.txt b/N1/1.txt
index ef6bfac..7286f3c 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -10,8 +10,8 @@ On 01/12/2012 10:00 AM, Marc Zyngier wrote:
 >>>>> Add bindings to support DT discovery of the ARM Timer Watchdog
 >>>>> (aka TWD). Only the timer side is converted by this patch.
 >>>>>
->>>>> Cc: Rob Herring <rob.herring@calxeda.com>
->>>>> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
+>>>>> Cc: Rob Herring <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org>
+>>>>> Signed-off-by: Marc Zyngier <marc.zyngier-5wv7dgnIgG8@public.gmane.org>
 >>>>> ---
 >>>>>  Documentation/devicetree/bindings/arm/twd.txt |   29 +++++++++++
 >>>>>  arch/arm/include/asm/smp_twd.h                |    1 +
@@ -49,7 +49,7 @@ On 01/12/2012 10:00 AM, Marc Zyngier wrote:
 >>>>> +
 >>>>> +Example:
 >>>>> +
->>>>> +	twd at 2c000600 {
+>>>>> +	twd@2c000600 {
 >>>>> +		compatible = "arm,arm11mp-twd", "arm,smp-twd";
 >>>>> +		reg = <0x2c000600 0x100>;
 >>>>> +		interrupts = <1 13 0xf01 1 14 0xf01>;
@@ -74,13 +74,13 @@ On 01/12/2012 10:00 AM, Marc Zyngier wrote:
 > 
 > How about something like:
 > 
-> 	twd-timer at 2c000600 {
+> 	twd-timer@2c000600 {
 > 		compatible = "arm,arm11mp-twd", "arm,smp-twd";
 > 		reg = <0x2c000600 0x20>;
 > 		interrupts = <1 13 0xf01>;
 > 	};
 > 
-> 	twd-watchdog at 2c000620 {
+> 	twd-watchdog@2c000620 {
 > 		compatible = "arm,arm11mp-wd", "arm,smp-wd";
 > 		reg = <0x2c000620 0x20>;
 > 		interrupts = <1 14 0xf01>;
diff --git a/a/content_digest b/N1/content_digest
index cf1060d..62bd5e3 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -4,10 +4,13 @@
  "ref\04F0EEFEA.1020305@arm.com\0"
  "ref\04F0EFF79.8060606@gmail.com\0"
  "ref\04F0F03B5.5040300@arm.com\0"
- "From\0robherring2@gmail.com (Rob Herring)\0"
- "Subject\0[PATCH 04/15] ARM: smp_twd: add device tree support\0"
+ "ref\04F0F03B5.5040300-5wv7dgnIgG8@public.gmane.org\0"
+ "From\0Rob Herring <robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0"
+ "Subject\0Re: [PATCH 04/15] ARM: smp_twd: add device tree support\0"
  "Date\0Thu, 12 Jan 2012 10:27:21 -0600\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Marc Zyngier <marc.zyngier-5wv7dgnIgG8@public.gmane.org>\0"
+ "Cc\0devicetree-discuss <devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org>"
+ " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>\0"
  "\00:1\0"
  "b\0"
  "Adding devicetree-discuss since we are talking bindings...\n"
@@ -22,8 +25,8 @@
  ">>>>> Add bindings to support DT discovery of the ARM Timer Watchdog\n"
  ">>>>> (aka TWD). Only the timer side is converted by this patch.\n"
  ">>>>>\n"
- ">>>>> Cc: Rob Herring <rob.herring@calxeda.com>\n"
- ">>>>> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>\n"
+ ">>>>> Cc: Rob Herring <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org>\n"
+ ">>>>> Signed-off-by: Marc Zyngier <marc.zyngier-5wv7dgnIgG8@public.gmane.org>\n"
  ">>>>> ---\n"
  ">>>>>  Documentation/devicetree/bindings/arm/twd.txt |   29 +++++++++++\n"
  ">>>>>  arch/arm/include/asm/smp_twd.h                |    1 +\n"
@@ -61,7 +64,7 @@
  ">>>>> +\n"
  ">>>>> +Example:\n"
  ">>>>> +\n"
- ">>>>> +\ttwd at 2c000600 {\n"
+ ">>>>> +\ttwd@2c000600 {\n"
  ">>>>> +\t\tcompatible = \"arm,arm11mp-twd\", \"arm,smp-twd\";\n"
  ">>>>> +\t\treg = <0x2c000600 0x100>;\n"
  ">>>>> +\t\tinterrupts = <1 13 0xf01 1 14 0xf01>;\n"
@@ -86,13 +89,13 @@
  "> \n"
  "> How about something like:\n"
  "> \n"
- "> \ttwd-timer at 2c000600 {\n"
+ "> \ttwd-timer@2c000600 {\n"
  "> \t\tcompatible = \"arm,arm11mp-twd\", \"arm,smp-twd\";\n"
  "> \t\treg = <0x2c000600 0x20>;\n"
  "> \t\tinterrupts = <1 13 0xf01>;\n"
  "> \t};\n"
  "> \n"
- "> \ttwd-watchdog at 2c000620 {\n"
+ "> \ttwd-watchdog@2c000620 {\n"
  "> \t\tcompatible = \"arm,arm11mp-wd\", \"arm,smp-wd\";\n"
  "> \t\treg = <0x2c000620 0x20>;\n"
  "> \t\tinterrupts = <1 14 0xf01>;\n"
@@ -113,4 +116,4 @@
  "\n"
  Rob
 
-cc9440a5577d77b98553352e3629f04d0c1d47370e36157032e1fcd5a9ad96a8
+9bb820562020f6c974da2cb9d91033081abcd6c8a743d3c5e6955d80d8d7ca5e

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.