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

diff --git a/a/1.txt b/N1/1.txt
index 8cffd01..255a8a4 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,4 +1,4 @@
-Le 13/01/2016 17:34, Romain Izard a écrit :
+Le 13/01/2016 17:34, 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.
 > 
@@ -15,7 +15,7 @@ Le 13/01/2016 17:34, Romain Izard a écrit :
 >  			cache-level = <2>;
 >  		};
 >  
-> +		nand0: nand@80000000 {
+> +		nand0: nand at 80000000 {
 > +			compatible = "atmel,sama5d2-nand";
 > +			#address-cells = <1>;
 > +			#size-cells = <1>;
@@ -37,9 +37,9 @@ Le 13/01/2016 17:34, Romain Izard a écrit :
 > +			atmel,pmecc-lookup-table-offset = <0x0 0x8000>;
 > +			status = "disabled";
 > +
-> +			nfc@90000000 {
+> +			nfc at 90000000 {
 
-It's nfc@c0000000
+It's nfc at c0000000
 
 > +				compatible = "atmel,sama5d4-nfc";
 > +				#address-cells = <1>;
@@ -70,7 +70,7 @@ should be no conflict with arm-soc for the upcoming kernel revisions.
 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 2bcdd6f..132398e 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,19 +1,12 @@
  "ref\01452702857-2240-1-git-send-email-romain.izard.pro@gmail.com\0"
  "ref\01452702857-2240-6-git-send-email-romain.izard.pro@gmail.com\0"
- "From\0Nicolas Ferre <nicolas.ferre@atmel.com>\0"
- "Subject\0Re: [PATCH v1 5/5] ARM: at91/dt: sama5d2: add nand0 and nfc0 nodes\0"
+ "From\0nicolas.ferre@atmel.com (Nicolas Ferre)\0"
+ "Subject\0[PATCH v1 5/5] ARM: at91/dt: sama5d2: add nand0 and nfc0 nodes\0"
  "Date\0Wed, 13 Jan 2016 18:04:25 +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\0Yang Wenyou <Wenyou.Yang@atmel.com>"
-  Josh Wu <rainyfeeling@outlook.com>
-  linux-arm-kernel <linux-arm-kernel@lists.infradead.org>
- " Alexandre Belloni <alexandre.belloni@free-electrons.com>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
- "Le 13/01/2016 17:34, Romain Izard a \303\251crit :\n"
+ "Le 13/01/2016 17:34, 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"
@@ -30,7 +23,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"
@@ -52,9 +45,9 @@
  "> +\t\t\tatmel,pmecc-lookup-table-offset = <0x0 0x8000>;\n"
  "> +\t\t\tstatus = \"disabled\";\n"
  "> +\n"
- "> +\t\t\tnfc@90000000 {\n"
+ "> +\t\t\tnfc at 90000000 {\n"
  "\n"
- "It's nfc@c0000000\n"
+ "It's nfc at c0000000\n"
  "\n"
  "> +\t\t\t\tcompatible = \"atmel,sama5d4-nfc\";\n"
  "> +\t\t\t\t#address-cells = <1>;\n"
@@ -85,7 +78,7 @@
  "Thanks, bye.\n"
  "\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"
@@ -94,4 +87,4 @@
  "-- \n"
  Nicolas Ferre
 
-f46db5f52060a65b4b8b18a4aa6641b958d87c4d7f8e0df50c0d6327bb8ebce9
+ce3a7102cef65a42b8334e6d4129ea331d5d2b95eefdca84968ac15bde834e28

diff --git a/a/1.txt b/N2/1.txt
index 8cffd01..62de8be 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -2,7 +2,7 @@ Le 13/01/2016 17:34, 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.
 > 
-> Signed-off-by: Romain Izard <romain.izard.pro@gmail.com>
+> Signed-off-by: Romain Izard <romain.izard.pro-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
 > ---
 >  arch/arm/boot/dts/sama5d2.dtsi | 38 ++++++++++++++++++++++++++++++++++++++
 >  1 file changed, 38 insertions(+)
@@ -61,7 +61,7 @@ Lower case please
 > +
 
 Otherwise, it seems okay. When corrected, you can add my:
-Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
+Acked-by: Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
 
 Brian, Wenyou,
 I'm okay if this patch goes to Mainline with the mtd subsystem: there
@@ -78,3 +78,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 2bcdd6f..965d246 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,23 +1,24 @@
  "ref\01452702857-2240-1-git-send-email-romain.izard.pro@gmail.com\0"
  "ref\01452702857-2240-6-git-send-email-romain.izard.pro@gmail.com\0"
- "From\0Nicolas Ferre <nicolas.ferre@atmel.com>\0"
+ "ref\01452702857-2240-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 v1 5/5] ARM: at91/dt: sama5d2: add nand0 and nfc0 nodes\0"
  "Date\0Wed, 13 Jan 2016 18:04:25 +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\0Yang Wenyou <Wenyou.Yang@atmel.com>"
-  Josh Wu <rainyfeeling@outlook.com>
-  linux-arm-kernel <linux-arm-kernel@lists.infradead.org>
- " Alexandre Belloni <alexandre.belloni@free-electrons.com>\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\0Yang Wenyou <Wenyou.Yang-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>"
+  Josh Wu <rainyfeeling-1ViLX0X+lBJBDgjK7y7TUQ@public.gmane.org>
+  linux-arm-kernel <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>
+ " Alexandre Belloni <alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0"
  "\00:1\0"
  "b\0"
  "Le 13/01/2016 17:34, 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"
- "> Signed-off-by: Romain Izard <romain.izard.pro@gmail.com>\n"
+ "> Signed-off-by: Romain Izard <romain.izard.pro-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n"
  "> ---\n"
  ">  arch/arm/boot/dts/sama5d2.dtsi | 38 ++++++++++++++++++++++++++++++++++++++\n"
  ">  1 file changed, 38 insertions(+)\n"
@@ -76,7 +77,7 @@
  "> +\n"
  "\n"
  "Otherwise, it seems okay. When corrected, you can add my:\n"
- "Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>\n"
+ "Acked-by: Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\n"
  "\n"
  "Brian, Wenyou,\n"
  "I'm okay if this patch goes to Mainline with the mtd subsystem: there\n"
@@ -92,6 +93,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
 
-f46db5f52060a65b4b8b18a4aa6641b958d87c4d7f8e0df50c0d6327bb8ebce9
+47d0bef9e575ffa87f831cc87d24dce2bc5e1db847232200a5b570b3bea7eede

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.