All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <55B5E5A6.2030509@arm.com>

diff --git a/a/1.txt b/N1/1.txt
index b1c0f71..0f7c4ed 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -118,14 +118,14 @@ On 23/07/15 17:52, Mark Rutland wrote:
 > +	#address-cells = <1>;
 > +	#size-cells = <1>;
 > +
-> +	msi_a: msi-controller@a {
+> +	msi_a: msi-controller at a {
 > +		reg = <0xa 0xf00>;
 > +		compatible = "vendor-a,some-controller";
 > +		msi-controller;
 > +		/* No sideband data, so #msi-cells omitted */
 > +	};
 > +
-> +	msi_b: msi-controller@b {
+> +	msi_b: msi-controller at b {
 > +		reg = <0xb 0xf00>;
 > +		compatible = "vendor-b,another-controller";
 > +		msi-controller;
@@ -133,7 +133,7 @@ On 23/07/15 17:52, Mark Rutland wrote:
 > +		#msi-cells = <1>;
 > +	};
 > +
-> +	msi_c: msi-controller@c {
+> +	msi_c: msi-controller at c {
 > +		reg = <0xb 0xf00>;
 > +		compatible = "vendor-b,another-controller";
 > +		msi-controller;
@@ -141,7 +141,7 @@ On 23/07/15 17:52, Mark Rutland wrote:
 > +		#msi-cells = <1>;
 > +	};
 > +
-> +	dev@0 {
+> +	dev at 0 {
 > +		reg = <0x0 0xf00>;
 > +		compatible = "vendor-c,some-device";
 > +
@@ -149,7 +149,7 @@ On 23/07/15 17:52, Mark Rutland wrote:
 > +		msi-parent = <&msi_a>;
 > +	};
 > +
-> +	dev@1 {
+> +	dev at 1 {
 > +		reg = <0x1 0xf00>;
 > +		compatible = "vendor-c,some-device";
 > +
@@ -159,7 +159,7 @@ On 23/07/15 17:52, Mark Rutland wrote:
 > +		msi-parent = <&msi_a>, <&msi_b 0x17>;
 > +	};
 > +
-> +	dev@2 {
+> +	dev at 2 {
 > +		reg = <0x2 0xf00>;
 > +		compatible = "vendor-c,some-device";
 > +		/*
diff --git a/a/content_digest b/N1/content_digest
index be421e3..17bb265 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,23 +1,9 @@
  "ref\01437670365-20704-1-git-send-email-mark.rutland@arm.com\0"
  "ref\01437670365-20704-2-git-send-email-mark.rutland@arm.com\0"
- "From\0Marc Zyngier <marc.zyngier@arm.com>\0"
- "Subject\0Re: [PATCH 1/3] Docs: dt: add generic MSI bindings\0"
+ "From\0marc.zyngier@arm.com (Marc Zyngier)\0"
+ "Subject\0[PATCH 1/3] Docs: dt: add generic MSI bindings\0"
  "Date\0Mon, 27 Jul 2015 09:02:46 +0100\0"
- "To\0Mark Rutland <mark.rutland@arm.com>"
- " devicetree@vger.kernel.org <devicetree@vger.kernel.org>\0"
- "Cc\0linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>"
-  iommu@lists.linux-foundation.org <iommu@lists.linux-foundation.org>
-  linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>
-  Will Deacon <Will.Deacon@arm.com>
-  Robin Murphy <Robin.Murphy@arm.com>
-  Lorenzo Pieralisi <Lorenzo.Pieralisi@arm.com>
-  arnd@arndb.de <arnd@arndb.de>
-  treding@nvidia.com <treding@nvidia.com>
-  ddaney@caviumnetworks.com <ddaney@caviumnetworks.com>
-  majun258@huawei.com <majun258@huawei.com>
-  thunder.leizhen@huawei.com <thunder.leizhen@huawei.com>
-  tirumalesh.chalamarla@caviumnetworks.com <tirumalesh.chalamarla@caviumnetworks.com>
- " laurent.pinchart@ideasonboard.com <laurent.pinchart@ideasonboard.com>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hi Mark,\n"
@@ -140,14 +126,14 @@
  "> +\t#address-cells = <1>;\n"
  "> +\t#size-cells = <1>;\n"
  "> +\n"
- "> +\tmsi_a: msi-controller@a {\n"
+ "> +\tmsi_a: msi-controller at a {\n"
  "> +\t\treg = <0xa 0xf00>;\n"
  "> +\t\tcompatible = \"vendor-a,some-controller\";\n"
  "> +\t\tmsi-controller;\n"
  "> +\t\t/* No sideband data, so #msi-cells omitted */\n"
  "> +\t};\n"
  "> +\n"
- "> +\tmsi_b: msi-controller@b {\n"
+ "> +\tmsi_b: msi-controller at b {\n"
  "> +\t\treg = <0xb 0xf00>;\n"
  "> +\t\tcompatible = \"vendor-b,another-controller\";\n"
  "> +\t\tmsi-controller;\n"
@@ -155,7 +141,7 @@
  "> +\t\t#msi-cells = <1>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tmsi_c: msi-controller@c {\n"
+ "> +\tmsi_c: msi-controller at c {\n"
  "> +\t\treg = <0xb 0xf00>;\n"
  "> +\t\tcompatible = \"vendor-b,another-controller\";\n"
  "> +\t\tmsi-controller;\n"
@@ -163,7 +149,7 @@
  "> +\t\t#msi-cells = <1>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tdev@0 {\n"
+ "> +\tdev at 0 {\n"
  "> +\t\treg = <0x0 0xf00>;\n"
  "> +\t\tcompatible = \"vendor-c,some-device\";\n"
  "> +\n"
@@ -171,7 +157,7 @@
  "> +\t\tmsi-parent = <&msi_a>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tdev@1 {\n"
+ "> +\tdev at 1 {\n"
  "> +\t\treg = <0x1 0xf00>;\n"
  "> +\t\tcompatible = \"vendor-c,some-device\";\n"
  "> +\n"
@@ -181,7 +167,7 @@
  "> +\t\tmsi-parent = <&msi_a>, <&msi_b 0x17>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tdev@2 {\n"
+ "> +\tdev at 2 {\n"
  "> +\t\treg = <0x2 0xf00>;\n"
  "> +\t\tcompatible = \"vendor-c,some-device\";\n"
  "> +\t\t/*\n"
@@ -204,4 +190,4 @@
  "-- \n"
  Jazz is not dead. It just smells funny...
 
-2fe1c20fd72e8c56ca2a28364ac7a3b67b006289023b52d6d54cb55ddeb94a20
+d1e27b4e644aa9ad4997576524edc99d8edee29e1f8a606645e0c6688a959785

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.