All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20160427150738.GA7359@leverpostej>

diff --git a/a/1.txt b/N1/1.txt
index 84354f9..c7a7e62 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -9,7 +9,7 @@ On Wed, Apr 27, 2016 at 04:35:54PM +0200, Boris Brezillon wrote:
 > should be configured by the controller driver through the matrix and smc
 > syscon regmaps.
 > 
-> Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
+> Signed-off-by: Boris Brezillon <boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
 > ---
 >  .../bindings/memory-controllers/atmel,ebi.txt      | 146 +++++++++++++++++++++
 >  1 file changed, 146 insertions(+)
@@ -124,7 +124,7 @@ I assume that these are defined in a datasheet. It may be worth noting
 > +
 > +Example:
 > +
-> +	ebi: ebi at 10000000 {
+> +	ebi: ebi@10000000 {
 > +		compatible = "atmel,sama5d3-ebi", "simple-bus";
 
 I don't believe that "simple-bus" should be here.
@@ -144,7 +144,7 @@ I don't believe that "simple-bus" should be here.
 > +		pinctrl-names = "default";
 > +		pinctrl-0 = <&pinctrl_ebi_addr>;
 > +
-> +		cs at 0 {
+> +		cs@0 {
 
 I suspect recent DTC will warn here, as the unit-address should match
 the reg for the node (and no reg is defined). Here the reg would have to
@@ -175,7 +175,7 @@ The cover letter mentioned this should go.
 > +			atmel,nwe-cycle-ns = <84>;
 > +			atmel,tdf-ns = <16>;
 > +
-> +			nor: flash at 0,0 {
+> +			nor: flash@0,0 {
 > +				compatible = "cfi-flash";
 > +				#address-cells = <1>;
 > +				#size-cells = <1>;
@@ -188,3 +188,7 @@ reg (or somehow to make that translation/truncation implicit).
 
 Thanks,
 Mark,
+--
+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 59a9fd5..02d1269 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,9 +1,22 @@
  "ref\01461767754-12189-1-git-send-email-boris.brezillon@free-electrons.com\0"
  "ref\01461767754-12189-3-git-send-email-boris.brezillon@free-electrons.com\0"
- "From\0mark.rutland@arm.com (Mark Rutland)\0"
- "Subject\0[PATCH v6 2/2] memory: atmel-ebi: add DT bindings documentation\0"
+ "ref\01461767754-12189-3-git-send-email-boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org\0"
+ "From\0Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>\0"
+ "Subject\0Re: [PATCH v6 2/2] memory: atmel-ebi: add DT bindings documentation\0"
  "Date\0Wed, 27 Apr 2016 16:07:38 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Boris Brezillon <boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0"
+ "Cc\0Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>"
+  Jean-Christophe Plagniol-Villard <plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org>
+  Alexandre Belloni <alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
+  Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
+  Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>
+  Ian Campbell <ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>
+  Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
+  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>
+ " Jean-Jacques Hiblot <jjhiblot-dLKeG7h1OhBDOHtkgc7UlQ@public.gmane.org>\0"
  "\00:1\0"
  "b\0"
  "On Wed, Apr 27, 2016 at 04:35:54PM +0200, Boris Brezillon wrote:\n"
@@ -17,7 +30,7 @@
  "> should be configured by the controller driver through the matrix and smc\n"
  "> syscon regmaps.\n"
  "> \n"
- "> Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>\n"
+ "> Signed-off-by: Boris Brezillon <boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\n"
  "> ---\n"
  ">  .../bindings/memory-controllers/atmel,ebi.txt      | 146 +++++++++++++++++++++\n"
  ">  1 file changed, 146 insertions(+)\n"
@@ -132,7 +145,7 @@
  "> +\n"
  "> +Example:\n"
  "> +\n"
- "> +\tebi: ebi at 10000000 {\n"
+ "> +\tebi: ebi@10000000 {\n"
  "> +\t\tcompatible = \"atmel,sama5d3-ebi\", \"simple-bus\";\n"
  "\n"
  "I don't believe that \"simple-bus\" should be here.\n"
@@ -152,7 +165,7 @@
  "> +\t\tpinctrl-names = \"default\";\n"
  "> +\t\tpinctrl-0 = <&pinctrl_ebi_addr>;\n"
  "> +\n"
- "> +\t\tcs at 0 {\n"
+ "> +\t\tcs@0 {\n"
  "\n"
  "I suspect recent DTC will warn here, as the unit-address should match\n"
  "the reg for the node (and no reg is defined). Here the reg would have to\n"
@@ -183,7 +196,7 @@
  "> +\t\t\tatmel,nwe-cycle-ns = <84>;\n"
  "> +\t\t\tatmel,tdf-ns = <16>;\n"
  "> +\n"
- "> +\t\t\tnor: flash at 0,0 {\n"
+ "> +\t\t\tnor: flash@0,0 {\n"
  "> +\t\t\t\tcompatible = \"cfi-flash\";\n"
  "> +\t\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t\t#size-cells = <1>;\n"
@@ -195,6 +208,10 @@
  "reg (or somehow to make that translation/truncation implicit).\n"
  "\n"
  "Thanks,\n"
- Mark,
+ "Mark,\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
 
-8970d85fda1c3a45ecee29fcf05aa46c60c3a7082a4f30da45d8249958e37039
+d0422ee443706853716bc7357218676c57ab7270ffec30997a5526eada7ef812

diff --git a/a/1.txt b/N2/1.txt
index 84354f9..cd8e810 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -124,7 +124,7 @@ I assume that these are defined in a datasheet. It may be worth noting
 > +
 > +Example:
 > +
-> +	ebi: ebi at 10000000 {
+> +	ebi: ebi@10000000 {
 > +		compatible = "atmel,sama5d3-ebi", "simple-bus";
 
 I don't believe that "simple-bus" should be here.
@@ -144,7 +144,7 @@ I don't believe that "simple-bus" should be here.
 > +		pinctrl-names = "default";
 > +		pinctrl-0 = <&pinctrl_ebi_addr>;
 > +
-> +		cs at 0 {
+> +		cs@0 {
 
 I suspect recent DTC will warn here, as the unit-address should match
 the reg for the node (and no reg is defined). Here the reg would have to
@@ -175,7 +175,7 @@ The cover letter mentioned this should go.
 > +			atmel,nwe-cycle-ns = <84>;
 > +			atmel,tdf-ns = <16>;
 > +
-> +			nor: flash at 0,0 {
+> +			nor: flash@0,0 {
 > +				compatible = "cfi-flash";
 > +				#address-cells = <1>;
 > +				#size-cells = <1>;
diff --git a/a/content_digest b/N2/content_digest
index 59a9fd5..d86bd5e 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,9 +1,21 @@
  "ref\01461767754-12189-1-git-send-email-boris.brezillon@free-electrons.com\0"
  "ref\01461767754-12189-3-git-send-email-boris.brezillon@free-electrons.com\0"
- "From\0mark.rutland@arm.com (Mark Rutland)\0"
- "Subject\0[PATCH v6 2/2] memory: atmel-ebi: add DT bindings documentation\0"
+ "From\0Mark Rutland <mark.rutland@arm.com>\0"
+ "Subject\0Re: [PATCH v6 2/2] memory: atmel-ebi: add DT bindings documentation\0"
  "Date\0Wed, 27 Apr 2016 16:07:38 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Boris Brezillon <boris.brezillon@free-electrons.com>\0"
+ "Cc\0Nicolas Ferre <nicolas.ferre@atmel.com>"
+  Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
+  Alexandre Belloni <alexandre.belloni@free-electrons.com>
+  Rob Herring <robh+dt@kernel.org>
+  Pawel Moll <pawel.moll@arm.com>
+  Ian Campbell <ijc+devicetree@hellion.org.uk>
+  Kumar Gala <galak@codeaurora.org>
+  devicetree@vger.kernel.org
+  linux-arm-kernel@lists.infradead.org
+  linux-kernel@vger.kernel.org
+  Arnd Bergmann <arnd@arndb.de>
+ " Jean-Jacques Hiblot <jjhiblot@traphandler.com>\0"
  "\00:1\0"
  "b\0"
  "On Wed, Apr 27, 2016 at 04:35:54PM +0200, Boris Brezillon wrote:\n"
@@ -132,7 +144,7 @@
  "> +\n"
  "> +Example:\n"
  "> +\n"
- "> +\tebi: ebi at 10000000 {\n"
+ "> +\tebi: ebi@10000000 {\n"
  "> +\t\tcompatible = \"atmel,sama5d3-ebi\", \"simple-bus\";\n"
  "\n"
  "I don't believe that \"simple-bus\" should be here.\n"
@@ -152,7 +164,7 @@
  "> +\t\tpinctrl-names = \"default\";\n"
  "> +\t\tpinctrl-0 = <&pinctrl_ebi_addr>;\n"
  "> +\n"
- "> +\t\tcs at 0 {\n"
+ "> +\t\tcs@0 {\n"
  "\n"
  "I suspect recent DTC will warn here, as the unit-address should match\n"
  "the reg for the node (and no reg is defined). Here the reg would have to\n"
@@ -183,7 +195,7 @@
  "> +\t\t\tatmel,nwe-cycle-ns = <84>;\n"
  "> +\t\t\tatmel,tdf-ns = <16>;\n"
  "> +\n"
- "> +\t\t\tnor: flash at 0,0 {\n"
+ "> +\t\t\tnor: flash@0,0 {\n"
  "> +\t\t\t\tcompatible = \"cfi-flash\";\n"
  "> +\t\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t\t#size-cells = <1>;\n"
@@ -197,4 +209,4 @@
  "Thanks,\n"
  Mark,
 
-8970d85fda1c3a45ecee29fcf05aa46c60c3a7082a4f30da45d8249958e37039
+26ac1767b69391aa0dfc9b85ab18c377f2d1afd650b6aae5c3e05bd8ffa2c566

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.