All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <56D58B04.3050106@atmel.com>

diff --git a/a/1.txt b/N1/1.txt
index 1bc2518..3646b43 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,4 +1,4 @@
-Le 10/02/2016 10:56, Romain Izard a écrit :
+Le 10/02/2016 10:56, Romain Izard a ?crit :
 > Both nodes are required to access NAND Flash memory. Additional
 > settings will be necessary at the board level to use it.
 > 
@@ -28,7 +28,7 @@ Thanks, bye.
 >  			cache-level = <2>;
 >  		};
 >  
-> +		nand0: nand@80000000 {
+> +		nand0: nand at 80000000 {
 > +			compatible = "atmel,sama5d2-nand";
 > +			#address-cells = <1>;
 > +			#size-cells = <1>;
@@ -50,7 +50,7 @@ Thanks, bye.
 > +			atmel,pmecc-lookup-table-offset = <0x0 0x8000>;
 > +			status = "disabled";
 > +
-> +			nfc@c0000000 {
+> +			nfc at c0000000 {
 > +				compatible = "atmel,sama5d4-nfc";
 > +				#address-cells = <1>;
 > +				#size-cells = <1>;
@@ -66,7 +66,7 @@ Thanks, bye.
 > +			};
 > +		};
 > +
->  		sdmmc0: sdio-host@a0000000 {
+>  		sdmmc0: sdio-host at a0000000 {
 >  			compatible = "atmel,sama5d2-sdhci";
 >  			reg = <0xa0000000 0x300>;
 > 
diff --git a/a/content_digest b/N1/content_digest
index 8a7b829..43c3cdb 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,20 +1,12 @@
  "ref\01455098187-9442-1-git-send-email-romain.izard.pro@gmail.com\0"
  "ref\01455098187-9442-6-git-send-email-romain.izard.pro@gmail.com\0"
- "From\0Nicolas Ferre <nicolas.ferre@atmel.com>\0"
- "Subject\0Re: [PATCH v4 5/5] ARM: at91/dt: sama5d2: add nand0 and nfc0 nodes\0"
+ "From\0nicolas.ferre@atmel.com (Nicolas Ferre)\0"
+ "Subject\0[PATCH v4 5/5] ARM: at91/dt: sama5d2: add nand0 and nfc0 nodes\0"
  "Date\0Tue, 1 Mar 2016 13:28:52 +0100\0"
- "To\0Romain Izard <romain.izard.pro@gmail.com>"
-  <linux-mtd@lists.infradead.org>
-  <devicetree@vger.kernel.org>
- " Brian Norris <computersforpeace@gmail.com>\0"
- "Cc\0Josh Wu <rainyfeeling@outlook.com>"
-  Yang Wenyou <Wenyou.Yang@atmel.com>
-  Boris Brezillon <boris.brezillon@free-electrons.com>
-  Rob Herring <robh@kernel.org>
- " linux-arm-kernel <linux-arm-kernel@lists.infradead.org>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
- "Le 10/02/2016 10:56, Romain Izard a \303\251crit :\n"
+ "Le 10/02/2016 10:56, Romain Izard a ?crit :\n"
  "> Both nodes are required to access NAND Flash memory. Additional\n"
  "> settings will be necessary at the board level to use it.\n"
  "> \n"
@@ -44,7 +36,7 @@
  ">  \t\t\tcache-level = <2>;\n"
  ">  \t\t};\n"
  ">  \n"
- "> +\t\tnand0: nand@80000000 {\n"
+ "> +\t\tnand0: nand at 80000000 {\n"
  "> +\t\t\tcompatible = \"atmel,sama5d2-nand\";\n"
  "> +\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t#size-cells = <1>;\n"
@@ -66,7 +58,7 @@
  "> +\t\t\tatmel,pmecc-lookup-table-offset = <0x0 0x8000>;\n"
  "> +\t\t\tstatus = \"disabled\";\n"
  "> +\n"
- "> +\t\t\tnfc@c0000000 {\n"
+ "> +\t\t\tnfc at c0000000 {\n"
  "> +\t\t\t\tcompatible = \"atmel,sama5d4-nfc\";\n"
  "> +\t\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t\t#size-cells = <1>;\n"
@@ -82,7 +74,7 @@
  "> +\t\t\t};\n"
  "> +\t\t};\n"
  "> +\n"
- ">  \t\tsdmmc0: sdio-host@a0000000 {\n"
+ ">  \t\tsdmmc0: sdio-host at a0000000 {\n"
  ">  \t\t\tcompatible = \"atmel,sama5d2-sdhci\";\n"
  ">  \t\t\treg = <0xa0000000 0x300>;\n"
  "> \n"
@@ -91,4 +83,4 @@
  "-- \n"
  Nicolas Ferre
 
-52d37cf8567666cd5810c39eee6f58d9679561400cf1eb843569cd552d4d9511
+697fc7aae8b1d3271b69b36db67c374d1236fb2aa427f6bd0948c1dc7f8a7f4c

diff --git a/a/1.txt b/N2/1.txt
index 1bc2518..6b4dfae 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -2,11 +2,11 @@ Le 10/02/2016 10:56, Romain Izard a écrit :
 > Both nodes are required to access NAND Flash memory. Additional
 > settings will be necessary at the board level to use it.
 > 
-> Tested-by: Wenyou Yang <wenyou.yang@atmel.com>
-> Reviewed-by: Boris Brezillon <boris.brezillon@free-electrons.com>
-> Signed-off-by: Romain Izard <romain.izard.pro@gmail.com>
+> Tested-by: Wenyou Yang <wenyou.yang-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
+> Reviewed-by: Boris Brezillon <boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
+> Signed-off-by: Romain Izard <romain.izard.pro-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
 
-Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
+Acked-by: Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
 
 I add it in our at91-4.6-dt branch.
 
@@ -74,3 +74,7 @@ Thanks, bye.
 
 -- 
 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/N2/content_digest
index 8a7b829..cd16728 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,28 +1,29 @@
  "ref\01455098187-9442-1-git-send-email-romain.izard.pro@gmail.com\0"
  "ref\01455098187-9442-6-git-send-email-romain.izard.pro@gmail.com\0"
- "From\0Nicolas Ferre <nicolas.ferre@atmel.com>\0"
+ "ref\01455098187-9442-6-git-send-email-romain.izard.pro-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org\0"
+ "From\0Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\0"
  "Subject\0Re: [PATCH v4 5/5] ARM: at91/dt: sama5d2: add nand0 and nfc0 nodes\0"
  "Date\0Tue, 1 Mar 2016 13:28:52 +0100\0"
- "To\0Romain Izard <romain.izard.pro@gmail.com>"
-  <linux-mtd@lists.infradead.org>
-  <devicetree@vger.kernel.org>
- " Brian Norris <computersforpeace@gmail.com>\0"
- "Cc\0Josh Wu <rainyfeeling@outlook.com>"
-  Yang Wenyou <Wenyou.Yang@atmel.com>
-  Boris Brezillon <boris.brezillon@free-electrons.com>
-  Rob Herring <robh@kernel.org>
- " linux-arm-kernel <linux-arm-kernel@lists.infradead.org>\0"
+ "To\0Romain Izard <romain.izard.pro-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>"
+  linux-mtd-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+ " Brian Norris <computersforpeace-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0"
+ "Cc\0Josh Wu <rainyfeeling-1ViLX0X+lBJBDgjK7y7TUQ@public.gmane.org>"
+  Yang Wenyou <Wenyou.Yang-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
+  Boris Brezillon <boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
+  Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
+ " linux-arm-kernel <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>\0"
  "\00:1\0"
  "b\0"
  "Le 10/02/2016 10:56, Romain Izard a \303\251crit :\n"
  "> Both nodes are required to access NAND Flash memory. Additional\n"
  "> settings will be necessary at the board level to use it.\n"
  "> \n"
- "> Tested-by: Wenyou Yang <wenyou.yang@atmel.com>\n"
- "> Reviewed-by: Boris Brezillon <boris.brezillon@free-electrons.com>\n"
- "> Signed-off-by: Romain Izard <romain.izard.pro@gmail.com>\n"
+ "> Tested-by: Wenyou Yang <wenyou.yang-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\n"
+ "> Reviewed-by: Boris Brezillon <boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\n"
+ "> Signed-off-by: Romain Izard <romain.izard.pro-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n"
  "\n"
- "Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>\n"
+ "Acked-by: Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\n"
  "\n"
  "I add it in our at91-4.6-dt branch.\n"
  "\n"
@@ -89,6 +90,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
 
-52d37cf8567666cd5810c39eee6f58d9679561400cf1eb843569cd552d4d9511
+e6959db07be719296aa31cf6b5d99c6a91ff8239c8138c9e0ff74964e1567ad1

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.