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

diff --git a/a/1.txt b/N1/1.txt
index d816e38..38be510 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -3,7 +3,7 @@ On 04/05/2012 07:59 AM, Marc Zyngier wrote:
 > 
 > Hi Grant,
 > 
->> On Tue, 03 Apr 2012 10:53:44 +0100, Marc Zyngier <marc.zyngier@arm.com> wrote:
+>> On Tue, 03 Apr 2012 10:53:44 +0100, Marc Zyngier <marc.zyngier-5wv7dgnIgG8@public.gmane.org> wrote:
 >>> On 03/04/12 10:22, David Vrabel wrote:
 >>>
 >>> Hi David,
@@ -39,7 +39,7 @@ But that would be a new compatible string as is this case.
 
 > Let's say we implement the following:
 > 
-> 	gic: interrupt-controller at 2c001000 {
+> 	gic: interrupt-controller@2c001000 {
 > 		compatible = "arm,cortex-a15-gic";
 > 		#interrupt-cells = <3>;
 > 		#address-cells = <1>;
@@ -62,7 +62,7 @@ this would be the connection to the next level up.
 > 
 > How about this?
 > 
-> 	gic: interrupt-controller at 2c001000 {
+> 	gic: interrupt-controller@2c001000 {
 > 		compatible = "arm,cortex-a15-gic";
 > 		#interrupt-cells = <3>;
 > 		#address-cells = <1>;
@@ -71,7 +71,7 @@ this would be the connection to the next level up.
 > 		reg = <0x2c001000 0x1000>,
 > 		      <0x2c002000 0x100>;
 > 
-> 		vgic at 2c004000 {
+> 		vgic@2c004000 {
 > 			compatible = "arm,cortex-a15-vgic", "arm,vgic";
 > 			reg = <0x2c004000 0x2000>,
 > 			      <0x2c006000 0x2000>;
diff --git a/a/content_digest b/N1/content_digest
index 727f78d..f1def5a 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -3,10 +3,15 @@
  "ref\04F7AC8A8.9020606@arm.com\0"
  "ref\020120403153538.0D1B83E044A@localhost\0"
  "ref\04F7D974C.9050506@arm.com\0"
- "From\0robherring2@gmail.com (Rob Herring)\0"
- "Subject\0[PATCH] ARM: DT: Add binding for GIC virtualization extentions (VGIC)\0"
+ "ref\04F7D974C.9050506-5wv7dgnIgG8@public.gmane.org\0"
+ "From\0Rob Herring <robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0"
+ "Subject\0Re: [PATCH] ARM: DT: Add binding for GIC virtualization extentions (VGIC)\0"
  "Date\0Thu, 05 Apr 2012 08:34:18 -0500\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Marc Zyngier <marc.zyngier-5wv7dgnIgG8@public.gmane.org>\0"
+ "Cc\0devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org <devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org>"
+  rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org>
+  David Vrabel <david.vrabel-Sxgqhf6Nn4DQT0dZR+AlfA@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"
  "On 04/05/2012 07:59 AM, Marc Zyngier wrote:\n"
@@ -14,7 +19,7 @@
  "> \n"
  "> Hi Grant,\n"
  "> \n"
- ">> On Tue, 03 Apr 2012 10:53:44 +0100, Marc Zyngier <marc.zyngier@arm.com> wrote:\n"
+ ">> On Tue, 03 Apr 2012 10:53:44 +0100, Marc Zyngier <marc.zyngier-5wv7dgnIgG8@public.gmane.org> wrote:\n"
  ">>> On 03/04/12 10:22, David Vrabel wrote:\n"
  ">>>\n"
  ">>> Hi David,\n"
@@ -50,7 +55,7 @@
  "\n"
  "> Let's say we implement the following:\n"
  "> \n"
- "> \tgic: interrupt-controller at 2c001000 {\n"
+ "> \tgic: interrupt-controller@2c001000 {\n"
  "> \t\tcompatible = \"arm,cortex-a15-gic\";\n"
  "> \t\t#interrupt-cells = <3>;\n"
  "> \t\t#address-cells = <1>;\n"
@@ -73,7 +78,7 @@
  "> \n"
  "> How about this?\n"
  "> \n"
- "> \tgic: interrupt-controller at 2c001000 {\n"
+ "> \tgic: interrupt-controller@2c001000 {\n"
  "> \t\tcompatible = \"arm,cortex-a15-gic\";\n"
  "> \t\t#interrupt-cells = <3>;\n"
  "> \t\t#address-cells = <1>;\n"
@@ -82,7 +87,7 @@
  "> \t\treg = <0x2c001000 0x1000>,\n"
  "> \t\t      <0x2c002000 0x100>;\n"
  "> \n"
- "> \t\tvgic at 2c004000 {\n"
+ "> \t\tvgic@2c004000 {\n"
  "> \t\t\tcompatible = \"arm,cortex-a15-vgic\", \"arm,vgic\";\n"
  "> \t\t\treg = <0x2c004000 0x2000>,\n"
  "> \t\t\t      <0x2c006000 0x2000>;\n"
@@ -102,4 +107,4 @@
  "\n"
  "> \tM."
 
-007327900a92ae92068023105a8d6ba2e9ae0f70b74d98b2b8650628830d01d0
+9fd1e290c0f03ef4fe2f7a6f0a775dbfdf81bac2331d18449ee0f6e2fc6a14dc

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.