All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <55B131C3.8050009@caviumnetworks.com>

diff --git a/a/1.txt b/N1/1.txt
index df28471..e21dcc8 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -34,14 +34,14 @@ We say here that "msi-parent" consists of pairs ...
 > +	#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;
@@ -49,7 +49,7 @@ We say here that "msi-parent" consists of pairs ...
 > +		#msi-cells = <1>;
 > +	};
 > +
-> +	msi_c: msi-controller@c {
+> +	msi_c: msi-controller at c {
 > +		reg = <0xb 0xf00>;
 > +		compatible = "vendor-b,another-controller";
 > +		msi-controller;
@@ -57,7 +57,7 @@ We say here that "msi-parent" consists of pairs ...
 > +		#msi-cells = <1>;
 > +	};
 > +
-> +	dev@0 {
+> +	dev at 0 {
 > +		reg = <0x0 0xf00>;
 > +		compatible = "vendor-c,some-device";
 > +
@@ -70,7 +70,7 @@ need a pair of elements?  This has only the phandle.
 
 > +	};
 > +
-> +	dev@1 {
+> +	dev at 1 {
 > +		reg = <0x1 0xf00>;
 > +		compatible = "vendor-c,some-device";
 > +
@@ -84,7 +84,7 @@ need a pair of elements?  This has only the phandle.
 
 > +	};
 > +
-> +	dev@2 {
+> +	dev at 2 {
 > +		reg = <0x2 0xf00>;
 > +		compatible = "vendor-c,some-device";
 > +		/*
@@ -98,7 +98,3 @@ need a pair of elements?  This has only the phandle.
 > +	};
 > +};
 >
---
-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/N1/content_digest
index b9800c3..3278700 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,24 +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"
- "ref\01437670365-20704-2-git-send-email-mark.rutland-5wv7dgnIgG8@public.gmane.org\0"
- "From\0David Daney <ddaney-M3mlKVOIwJVv6pq1l3V1OdBPR1lH4CV8@public.gmane.org>\0"
- "Subject\0Re: [PATCH 1/3] Docs: dt: add generic MSI bindings\0"
+ "From\0ddaney@caviumnetworks.com (David Daney)\0"
+ "Subject\0[PATCH 1/3] Docs: dt: add generic MSI bindings\0"
  "Date\0Thu, 23 Jul 2015 11:26:11 -0700\0"
- "To\0Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>"
- " devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
- "Cc\0linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
-  iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
-  will.deacon-5wv7dgnIgG8@public.gmane.org
-  marc.zyngier-5wv7dgnIgG8@public.gmane.org
-  robin.murphy-5wv7dgnIgG8@public.gmane.org
-  lorenzo.pieralisi-5wv7dgnIgG8@public.gmane.org
-  arnd-r2nGTMty4D4@public.gmane.org
-  treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org
-  majun258-hv44wF8Li93QT0dZR+AlfA@public.gmane.org
-  thunder.leizhen-hv44wF8Li93QT0dZR+AlfA@public.gmane.org
-  tirumalesh.chalamarla-M3mlKVOIwJVv6pq1l3V1OdBPR1lH4CV8@public.gmane.org
- " laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On 07/23/2015 09:52 AM, Mark Rutland wrote:\n"
@@ -57,14 +42,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"
@@ -72,7 +57,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"
@@ -80,7 +65,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"
@@ -93,7 +78,7 @@
  "\n"
  "> +\t};\n"
  "> +\n"
- "> +\tdev@1 {\n"
+ "> +\tdev at 1 {\n"
  "> +\t\treg = <0x1 0xf00>;\n"
  "> +\t\tcompatible = \"vendor-c,some-device\";\n"
  "> +\n"
@@ -107,7 +92,7 @@
  "\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"
@@ -120,10 +105,6 @@
  "\n"
  "> +\t};\n"
  "> +};\n"
- ">\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
+ >
 
-021f5f57f8dcd4e59973c98fdceb79f805ef974ebb14aabf2cdd61e831140c6b
+7fe1bfb25c2fc1113b887c47f74ed7cd55e179bc0bb4eb5148333b3d4ead70e7

diff --git a/a/1.txt b/N2/1.txt
index df28471..020dbe4 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -98,7 +98,3 @@ need a pair of elements?  This has only the phandle.
 > +	};
 > +};
 >
---
-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 b9800c3..d334aeb 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,24 +1,23 @@
  "ref\01437670365-20704-1-git-send-email-mark.rutland@arm.com\0"
  "ref\01437670365-20704-2-git-send-email-mark.rutland@arm.com\0"
- "ref\01437670365-20704-2-git-send-email-mark.rutland-5wv7dgnIgG8@public.gmane.org\0"
- "From\0David Daney <ddaney-M3mlKVOIwJVv6pq1l3V1OdBPR1lH4CV8@public.gmane.org>\0"
+ "From\0David Daney <ddaney@caviumnetworks.com>\0"
  "Subject\0Re: [PATCH 1/3] Docs: dt: add generic MSI bindings\0"
  "Date\0Thu, 23 Jul 2015 11:26:11 -0700\0"
- "To\0Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>"
- " devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
- "Cc\0linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
-  iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
-  will.deacon-5wv7dgnIgG8@public.gmane.org
-  marc.zyngier-5wv7dgnIgG8@public.gmane.org
-  robin.murphy-5wv7dgnIgG8@public.gmane.org
-  lorenzo.pieralisi-5wv7dgnIgG8@public.gmane.org
-  arnd-r2nGTMty4D4@public.gmane.org
-  treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org
-  majun258-hv44wF8Li93QT0dZR+AlfA@public.gmane.org
-  thunder.leizhen-hv44wF8Li93QT0dZR+AlfA@public.gmane.org
-  tirumalesh.chalamarla-M3mlKVOIwJVv6pq1l3V1OdBPR1lH4CV8@public.gmane.org
- " laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org\0"
+ "To\0Mark Rutland <mark.rutland@arm.com>"
+ " <devicetree@vger.kernel.org>\0"
+ "Cc\0<linux-kernel@vger.kernel.org>"
+  <iommu@lists.linux-foundation.org>
+  <linux-arm-kernel@lists.infradead.org>
+  <will.deacon@arm.com>
+  <marc.zyngier@arm.com>
+  <robin.murphy@arm.com>
+  <lorenzo.pieralisi@arm.com>
+  <arnd@arndb.de>
+  <treding@nvidia.com>
+  <majun258@huawei.com>
+  <thunder.leizhen@huawei.com>
+  <tirumalesh.chalamarla@caviumnetworks.com>
+ " <laurent.pinchart@ideasonboard.com>\0"
  "\00:1\0"
  "b\0"
  "On 07/23/2015 09:52 AM, Mark Rutland wrote:\n"
@@ -120,10 +119,6 @@
  "\n"
  "> +\t};\n"
  "> +};\n"
- ">\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
+ >
 
-021f5f57f8dcd4e59973c98fdceb79f805ef974ebb14aabf2cdd61e831140c6b
+db8a22010a0ee58766fcc7198da2cbec6d62a38b8190d8da72de5ffa6622898e

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.