All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <2ce14097-e003-d59a-a05c-1cee55cb0929@linux.intel.com>

diff --git a/a/1.txt b/N1/1.txt
index 7ab98ab..b7f1774 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -198,7 +198,3 @@ Thanks a lot for your comments!
 >> linux-arm-kernel mailing list
 >> linux-arm-kernel@lists.infradead.org
 >> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
---
-To unsubscribe from this list: send the line "unsubscribe linux-doc" in
-the body of a message to majordomo@vger.kernel.org
-More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N1/content_digest
index d2a70d8..c31c043 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -234,10 +234,6 @@
  ">> _______________________________________________\n"
  ">> linux-arm-kernel mailing list\n"
  ">> linux-arm-kernel@lists.infradead.org\n"
- ">> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel\n"
- "--\n"
- "To unsubscribe from this list: send the line \"unsubscribe linux-doc\" in\n"
- "the body of a message to majordomo@vger.kernel.org\n"
- More majordomo info at  http://vger.kernel.org/majordomo-info.html
+ >> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
 
-246f1f18bae5392c7ff98ec536a9688066d85dce96697044b75fff29c4306dd3
+76dd8d5b55cc594b4b8f54b26e18e3bdab80f9fa8cc41655299687bda3cd8da5

diff --git a/a/1.txt b/N2/1.txt
index 7ab98ab..c82241e 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -78,7 +78,7 @@ It is for the PECI client address. Will add details.
 
 >> +
 >> +Example:
->> +	peci: peci@10000000 {
+>> +	peci: peci at 10000000 {
 >> +		compatible = "simple-bus";
 >> +		#address-cells = <1>;
 >> +		#size-cells = <1>;
@@ -91,7 +91,7 @@ It is for the PECI client address. Will add details.
 
 Will remove that part. Thanks!
 
->> +		peci0: peci-bus@0 {
+>> +		peci0: peci-bus at 0 {
 >> +			compatible = "soc,soc-peci";
 >> +			reg = <0x0 0x1000>;
 >> +			#address-cells = <1>;
@@ -121,7 +121,7 @@ a PECI bus subsystem. What should I use then?
 >> +- ranges         : Should contain PECI controller registers ranges.
 >> +
 >> +Example:
->> +	peci: peci@10000000 {
+>> +	peci: peci at 10000000 {
 >> +		compatible = "simple-bus";
 >> +		#address-cells = <1>;
 >> +		#size-cells = <1>;
@@ -162,20 +162,20 @@ details. A setting out of range would be handled accordingly in kernel.
 
 >> +
 >> +Example:
->> +	peci-bus@0 {
+>> +	peci-bus at 0 {
 >> +		#address-cells = <1>;
 >> +		#size-cells = <0>;
 >> +		< more properties >
 >> +
->> +		function@cpu0 {
+>> +		function at cpu0 {
 > 
-> Not a valid node name. "function@30" is what it probably should be. For
+> Not a valid node name. "function at 30" is what it probably should be. For
 > a new bus you can define unit-address format you like, but it must be
 > based on the contents of reg. However, it doesn't look like you should
 > create anything special here.
 > 
 
-Got it. I'll fix these node name like function@30 and function@31.
+Got it. I'll fix these node name like function at 30 and function at 31.
 
 Thanks a lot for your comments!
 
@@ -185,7 +185,7 @@ Thanks a lot for your comments!
 >> +			reg = <0x30>;
 >> +		};
 >> +
->> +		function@cpu1 {
+>> +		function at cpu1 {
 >> +			compatible = "device,function";
 >> +			reg = <0x31>;
 >> +		};
@@ -196,9 +196,5 @@ Thanks a lot for your comments!
 >>
 >> _______________________________________________
 >> linux-arm-kernel mailing list
->> linux-arm-kernel@lists.infradead.org
+>> linux-arm-kernel at lists.infradead.org
 >> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
---
-To unsubscribe from this list: send the line "unsubscribe linux-doc" in
-the body of a message to majordomo@vger.kernel.org
-More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N2/content_digest
index d2a70d8..229e587 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,38 +1,10 @@
  "ref\020180410183212.16787-1-jae.hyun.yoo@linux.intel.com\0"
  "ref\020180410183212.16787-2-jae.hyun.yoo@linux.intel.com\0"
  "ref\020180416175936.4vcse73mrnyk242m@rob-hp-laptop\0"
- "From\0Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com>\0"
- "Subject\0Re: [PATCH v3 01/10] Documentations: dt-bindings: Add documents of generic PECI bus, adapter and client drivers\0"
+ "From\0jae.hyun.yoo@linux.intel.com (Jae Hyun Yoo)\0"
+ "Subject\0[PATCH v3 01/10] Documentations: dt-bindings: Add documents of generic PECI bus, adapter and client drivers\0"
  "Date\0Mon, 16 Apr 2018 16:06:16 -0700\0"
- "To\0Rob Herring <robh@kernel.org>\0"
- "Cc\0Alan Cox <alan@linux.intel.com>"
-  Andrew Jeffery <andrew@aj.id.au>
-  Andrew Lunn <andrew@lunn.ch>
-  Andy Shevchenko <andriy.shevchenko@intel.com>
-  Arnd Bergmann <arnd@arndb.de>
-  Benjamin Herrenschmidt <benh@kernel.crashing.org>
-  Fengguang Wu <fengguang.wu@intel.com>
-  Greg KH <gregkh@linuxfoundation.org>
-  Guenter Roeck <linux@roeck-us.net>
-  Haiyue Wang <haiyue.wang@linux.intel.com>
-  James Feist <james.feist@linux.intel.com>
-  Jason M Biils <jason.m.bills@linux.intel.com>
-  Jean Delvare <jdelvare@suse.com>
-  Joel Stanley <joel@jms.id.au>
-  Julia Cartwright <juliac@eso.teric.us>
-  Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
-  Milton Miller II <miltonm@us.ibm.com>
-  Pavel Machek <pavel@ucw.cz>
-  Randy Dunlap <rdunlap@infradead.org>
-  Stef van Os <stef.van.os@prodrive-technologies.com>
-  Sumeet R Pawnikar <sumeet.r.pawnikar@intel.com>
-  Vernon Mauery <vernon.mauery@linux.intel.com>
-  linux-hwmon@vger.kernel.org
-  devicetree@vger.kernel.org
-  linux-doc@vger.kernel.org
-  openbmc@lists.ozlabs.org
-  linux-kernel@vger.kernel.org
- " linux-arm-kernel@lists.infradead.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hi Rob,\n"
@@ -115,7 +87,7 @@
  "\n"
  ">> +\n"
  ">> +Example:\n"
- ">> +\tpeci: peci@10000000 {\n"
+ ">> +\tpeci: peci at 10000000 {\n"
  ">> +\t\tcompatible = \"simple-bus\";\n"
  ">> +\t\t#address-cells = <1>;\n"
  ">> +\t\t#size-cells = <1>;\n"
@@ -128,7 +100,7 @@
  "\n"
  "Will remove that part. Thanks!\n"
  "\n"
- ">> +\t\tpeci0: peci-bus@0 {\n"
+ ">> +\t\tpeci0: peci-bus at 0 {\n"
  ">> +\t\t\tcompatible = \"soc,soc-peci\";\n"
  ">> +\t\t\treg = <0x0 0x1000>;\n"
  ">> +\t\t\t#address-cells = <1>;\n"
@@ -158,7 +130,7 @@
  ">> +- ranges         : Should contain PECI controller registers ranges.\n"
  ">> +\n"
  ">> +Example:\n"
- ">> +\tpeci: peci@10000000 {\n"
+ ">> +\tpeci: peci at 10000000 {\n"
  ">> +\t\tcompatible = \"simple-bus\";\n"
  ">> +\t\t#address-cells = <1>;\n"
  ">> +\t\t#size-cells = <1>;\n"
@@ -199,20 +171,20 @@
  "\n"
  ">> +\n"
  ">> +Example:\n"
- ">> +\tpeci-bus@0 {\n"
+ ">> +\tpeci-bus at 0 {\n"
  ">> +\t\t#address-cells = <1>;\n"
  ">> +\t\t#size-cells = <0>;\n"
  ">> +\t\t< more properties >\n"
  ">> +\n"
- ">> +\t\tfunction@cpu0 {\n"
+ ">> +\t\tfunction at cpu0 {\n"
  "> \n"
- "> Not a valid node name. \"function@30\" is what it probably should be. For\n"
+ "> Not a valid node name. \"function at 30\" is what it probably should be. For\n"
  "> a new bus you can define unit-address format you like, but it must be\n"
  "> based on the contents of reg. However, it doesn't look like you should\n"
  "> create anything special here.\n"
  "> \n"
  "\n"
- "Got it. I'll fix these node name like function@30 and function@31.\n"
+ "Got it. I'll fix these node name like function at 30 and function at 31.\n"
  "\n"
  "Thanks a lot for your comments!\n"
  "\n"
@@ -222,7 +194,7 @@
  ">> +\t\t\treg = <0x30>;\n"
  ">> +\t\t};\n"
  ">> +\n"
- ">> +\t\tfunction@cpu1 {\n"
+ ">> +\t\tfunction at cpu1 {\n"
  ">> +\t\t\tcompatible = \"device,function\";\n"
  ">> +\t\t\treg = <0x31>;\n"
  ">> +\t\t};\n"
@@ -233,11 +205,7 @@
  ">>\n"
  ">> _______________________________________________\n"
  ">> linux-arm-kernel mailing list\n"
- ">> linux-arm-kernel@lists.infradead.org\n"
- ">> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel\n"
- "--\n"
- "To unsubscribe from this list: send the line \"unsubscribe linux-doc\" in\n"
- "the body of a message to majordomo@vger.kernel.org\n"
- More majordomo info at  http://vger.kernel.org/majordomo-info.html
+ ">> linux-arm-kernel at lists.infradead.org\n"
+ >> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
 
-246f1f18bae5392c7ff98ec536a9688066d85dce96697044b75fff29c4306dd3
+5fb31edea9c545438a07a70a18f5de88118aaec4ed41485ae3fb379552e5a683

diff --git a/a/1.txt b/N3/1.txt
index 7ab98ab..b7f1774 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -198,7 +198,3 @@ Thanks a lot for your comments!
 >> linux-arm-kernel mailing list
 >> linux-arm-kernel@lists.infradead.org
 >> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
---
-To unsubscribe from this list: send the line "unsubscribe linux-doc" in
-the body of a message to majordomo@vger.kernel.org
-More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N3/content_digest
index d2a70d8..ea75b79 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -24,15 +24,7 @@
   Milton Miller II <miltonm@us.ibm.com>
   Pavel Machek <pavel@ucw.cz>
   Randy Dunlap <rdunlap@infradead.org>
-  Stef van Os <stef.van.os@prodrive-technologies.com>
-  Sumeet R Pawnikar <sumeet.r.pawnikar@intel.com>
-  Vernon Mauery <vernon.mauery@linux.intel.com>
-  linux-hwmon@vger.kernel.org
-  devicetree@vger.kernel.org
-  linux-doc@vger.kernel.org
-  openbmc@lists.ozlabs.org
-  linux-kernel@vger.kernel.org
- " linux-arm-kernel@lists.infradead.org\0"
+ " Stef van Os <stef.van>\0"
  "\00:1\0"
  "b\0"
  "Hi Rob,\n"
@@ -234,10 +226,6 @@
  ">> _______________________________________________\n"
  ">> linux-arm-kernel mailing list\n"
  ">> linux-arm-kernel@lists.infradead.org\n"
- ">> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel\n"
- "--\n"
- "To unsubscribe from this list: send the line \"unsubscribe linux-doc\" in\n"
- "the body of a message to majordomo@vger.kernel.org\n"
- More majordomo info at  http://vger.kernel.org/majordomo-info.html
+ >> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
 
-246f1f18bae5392c7ff98ec536a9688066d85dce96697044b75fff29c4306dd3
+391754aceb414244ca62aa0e9931e66fce0fe15c58409b7ea3a32932cdc7a0cf

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.