All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <548037CF.7090500@atmel.com>

diff --git a/a/1.txt b/N1/1.txt
index ab89b7e..7c1fddb 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,4 +1,4 @@
-Le 03/12/2014 21:44, Boris Brezillon a ?crit :
+Le 03/12/2014 21:44, Boris Brezillon a écrit :
 > The EBI (External Bus Interface) is used to access external peripherals
 > (NOR, SRAM, NAND, and other specific devices like ethernet controllers).
 > Each device is assigned a CS line and an address range and can have its
@@ -9,7 +9,7 @@ Le 03/12/2014 21:44, Boris Brezillon a ?crit :
 > 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      | 155 +++++++++++++++++++++
 >  1 file changed, 155 insertions(+)
@@ -133,7 +133,7 @@ Here, you mean: "atmel,specialized-logic" and the corresponding text...
 > +
 > +Example:
 > +
-> +	ebi: ebi at 10000000 {
+> +	ebi: ebi@10000000 {
 > +		compatible = "atmel,sama5d3-ebi", "simple-bus";
 > +		#address-cells = <2>;
 > +		#size-cells = <1>;
@@ -150,7 +150,7 @@ Here, you mean: "atmel,specialized-logic" and the corresponding text...
 > +		pinctrl-names = "default";
 > +		pinctrl-0 = <&pinctrl_ebi_addr>;
 > +
-> +		cs at 0 {
+> +		cs@0 {
 > +			#address-cells = <2>;
 > +			#size-cells = <1>;
 > +			ranges;
@@ -173,7 +173,7 @@ Ditto.
 > +			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 @@ Ditto.
 
 -- 
 Nicolas Ferre
+--
+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 734a37d..7151509 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,12 +1,28 @@
  "ref\01417639455-17410-1-git-send-email-boris.brezillon@free-electrons.com\0"
  "ref\01417639455-17410-7-git-send-email-boris.brezillon@free-electrons.com\0"
- "From\0nicolas.ferre@atmel.com (Nicolas Ferre)\0"
- "Subject\0[PATCH v5 06/11] memory: atmel-ebi: add DT bindings documentation\0"
+ "ref\01417639455-17410-7-git-send-email-boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org\0"
+ "From\0Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\0"
+ "Subject\0Re: [PATCH v5 06/11] memory: atmel-ebi: add DT bindings documentation\0"
  "Date\0Thu, 4 Dec 2014 11:30:39 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Boris Brezillon <boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>"
+  Jean-Christophe Plagniol-Villard <plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org>
+  Alexandre Belloni <alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
+ " Andrew Victor <linux-PelNFVqkFnVyf+4FbqDuWQ@public.gmane.org>\0"
+ "Cc\0Samuel Ortiz <sameo-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>"
+  Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
+  Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
+  Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>
+  Mark Rutland <mark.rutland-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"
- "Le 03/12/2014 21:44, Boris Brezillon a ?crit :\n"
+ "Le 03/12/2014 21:44, Boris Brezillon a \303\251crit :\n"
  "> The EBI (External Bus Interface) is used to access external peripherals\n"
  "> (NOR, SRAM, NAND, and other specific devices like ethernet controllers).\n"
  "> Each device is assigned a CS line and an address range and can have its\n"
@@ -17,7 +33,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      | 155 +++++++++++++++++++++\n"
  ">  1 file changed, 155 insertions(+)\n"
@@ -141,7 +157,7 @@
  "> +\n"
  "> +Example:\n"
  "> +\n"
- "> +\tebi: ebi at 10000000 {\n"
+ "> +\tebi: ebi@10000000 {\n"
  "> +\t\tcompatible = \"atmel,sama5d3-ebi\", \"simple-bus\";\n"
  "> +\t\t#address-cells = <2>;\n"
  "> +\t\t#size-cells = <1>;\n"
@@ -158,7 +174,7 @@
  "> +\t\tpinctrl-names = \"default\";\n"
  "> +\t\tpinctrl-0 = <&pinctrl_ebi_addr>;\n"
  "> +\n"
- "> +\t\tcs at 0 {\n"
+ "> +\t\tcs@0 {\n"
  "> +\t\t\t#address-cells = <2>;\n"
  "> +\t\t\t#size-cells = <1>;\n"
  "> +\t\t\tranges;\n"
@@ -181,7 +197,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 +211,10 @@
  "\n"
  "\n"
  "-- \n"
- Nicolas Ferre
+ "Nicolas Ferre\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
 
-0adbf3ba6f4c477e271d259c6ba64af85f818b82161fdb0989965ce7c7d3e235
+0b38d10dae8fdf021d4f79648400b9da0b4d773405743d376753440da24a6d7d

diff --git a/a/1.txt b/N2/1.txt
index ab89b7e..7278c2b 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,4 +1,4 @@
-Le 03/12/2014 21:44, Boris Brezillon a ?crit :
+Le 03/12/2014 21:44, Boris Brezillon a écrit :
 > The EBI (External Bus Interface) is used to access external peripherals
 > (NOR, SRAM, NAND, and other specific devices like ethernet controllers).
 > Each device is assigned a CS line and an address range and can have its
@@ -133,7 +133,7 @@ Here, you mean: "atmel,specialized-logic" and the corresponding text...
 > +
 > +Example:
 > +
-> +	ebi: ebi at 10000000 {
+> +	ebi: ebi@10000000 {
 > +		compatible = "atmel,sama5d3-ebi", "simple-bus";
 > +		#address-cells = <2>;
 > +		#size-cells = <1>;
@@ -150,7 +150,7 @@ Here, you mean: "atmel,specialized-logic" and the corresponding text...
 > +		pinctrl-names = "default";
 > +		pinctrl-0 = <&pinctrl_ebi_addr>;
 > +
-> +		cs at 0 {
+> +		cs@0 {
 > +			#address-cells = <2>;
 > +			#size-cells = <1>;
 > +			ranges;
@@ -173,7 +173,7 @@ Ditto.
 > +			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 734a37d..69342ce 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,12 +1,27 @@
  "ref\01417639455-17410-1-git-send-email-boris.brezillon@free-electrons.com\0"
  "ref\01417639455-17410-7-git-send-email-boris.brezillon@free-electrons.com\0"
- "From\0nicolas.ferre@atmel.com (Nicolas Ferre)\0"
- "Subject\0[PATCH v5 06/11] memory: atmel-ebi: add DT bindings documentation\0"
+ "From\0Nicolas Ferre <nicolas.ferre@atmel.com>\0"
+ "Subject\0Re: [PATCH v5 06/11] memory: atmel-ebi: add DT bindings documentation\0"
  "Date\0Thu, 4 Dec 2014 11:30:39 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Boris Brezillon <boris.brezillon@free-electrons.com>"
+  Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
+  Alexandre Belloni <alexandre.belloni@free-electrons.com>
+ " Andrew Victor <linux@maxim.org.za>\0"
+ "Cc\0Samuel Ortiz <sameo@linux.intel.com>"
+  Lee Jones <lee.jones@linaro.org>
+  Rob Herring <robh+dt@kernel.org>
+  Pawel Moll <pawel.moll@arm.com>
+  Mark Rutland <mark.rutland@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"
- "Le 03/12/2014 21:44, Boris Brezillon a ?crit :\n"
+ "Le 03/12/2014 21:44, Boris Brezillon a \303\251crit :\n"
  "> The EBI (External Bus Interface) is used to access external peripherals\n"
  "> (NOR, SRAM, NAND, and other specific devices like ethernet controllers).\n"
  "> Each device is assigned a CS line and an address range and can have its\n"
@@ -141,7 +156,7 @@
  "> +\n"
  "> +Example:\n"
  "> +\n"
- "> +\tebi: ebi at 10000000 {\n"
+ "> +\tebi: ebi@10000000 {\n"
  "> +\t\tcompatible = \"atmel,sama5d3-ebi\", \"simple-bus\";\n"
  "> +\t\t#address-cells = <2>;\n"
  "> +\t\t#size-cells = <1>;\n"
@@ -158,7 +173,7 @@
  "> +\t\tpinctrl-names = \"default\";\n"
  "> +\t\tpinctrl-0 = <&pinctrl_ebi_addr>;\n"
  "> +\n"
- "> +\t\tcs at 0 {\n"
+ "> +\t\tcs@0 {\n"
  "> +\t\t\t#address-cells = <2>;\n"
  "> +\t\t\t#size-cells = <1>;\n"
  "> +\t\t\tranges;\n"
@@ -181,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"
@@ -197,4 +212,4 @@
  "-- \n"
  Nicolas Ferre
 
-0adbf3ba6f4c477e271d259c6ba64af85f818b82161fdb0989965ce7c7d3e235
+a25387066318a336c41e5291bf72254f5e7a49a3e639665f6401f5371fb57b97

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.