All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <4F7D974C.9050506@arm.com>

diff --git a/a/1.txt b/N1/1.txt
index 7f74cdd..46f1290 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -35,7 +35,7 @@ other extension to the GIC.
 
 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>;
@@ -54,7 +54,7 @@ short of adding more attributes.
 
 How about this?
 
-	gic: interrupt-controller at 2c001000 {
+	gic: interrupt-controller@2c001000 {
 		compatible = "arm,cortex-a15-gic";
 		#interrupt-cells = <3>;
 		#address-cells = <1>;
@@ -63,7 +63,7 @@ How about this?
 		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 3e5210e..ffd2daa 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,10 +2,14 @@
  "ref\04F7AC138.9020308@citrix.com\0"
  "ref\04F7AC8A8.9020606@arm.com\0"
  "ref\020120403153538.0D1B83E044A@localhost\0"
- "From\0marc.zyngier@arm.com (Marc Zyngier)\0"
- "Subject\0[PATCH] ARM: DT: Add binding for GIC virtualization extentions (VGIC)\0"
+ "From\0Marc Zyngier <marc.zyngier@arm.com>\0"
+ "Subject\0Re: [PATCH] ARM: DT: Add binding for GIC virtualization extentions (VGIC)\0"
  "Date\0Thu, 05 Apr 2012 13:59:56 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Grant Likely <grant.likely@secretlab.ca>\0"
+ "Cc\0linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>"
+  devicetree-discuss@lists.ozlabs.org <devicetree-discuss@lists.ozlabs.org>
+  David Vrabel <david.vrabel@citrix.com>
+ " rob.herring@calxeda.com <rob.herring@calxeda.com>\0"
  "\00:1\0"
  "b\0"
  "On 03/04/12 16:35, Grant Likely wrote:\n"
@@ -45,7 +49,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"
@@ -64,7 +68,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"
@@ -73,7 +77,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"
@@ -90,4 +94,4 @@
  "-- \n"
  Jazz is not dead. It just smells funny...
 
-0c8f66485477683981601e4625eee20cf6a5e74982fff8f7a99b63338a3f7278
+eae0452624da830e08be0743da11a4556ed0d2703e60863d194605b936cf4dc9

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.