All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <ffa5a2ce-932b-700d-25ee-723db3cbd163@amlogic.com>

diff --git a/a/1.txt b/N1/1.txt
index e1bcf75..e3f33c1 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -93,18 +93,18 @@ will trace this, then get back to you
 >> current, the NAND chip is only use one CS (which CE0) for now, what's in
 >> the DT is
 >>
->> nand@0 {
+>> nand at 0 {
 >>  reg = < 0 >;
 >>  ..
 >> };
 >>
 >> so for the multiple chips it would something like this in DT?
 >>
->> nand@0 {
+>> nand at 0 {
 >>   reg = < 0 >;
 >> };
 >>
->> nand@1 {
+>> nand at 1 {
 >>   reg = < 1 >;
 >> };
 > 
@@ -112,13 +112,13 @@ will trace this, then get back to you
 > 
 >>
 >> or even
->> nand@0 {
+>> nand at 0 {
 >>   reg = < 0 2 >;
 >> };
 >>
->> nand@1 {
+>> nand at 1 {
 > 
-> nand@3 {
+> nand at 3 {
 > 
 >>   reg = < 3 4 >;
 >> };
diff --git a/a/content_digest b/N1/content_digest
index 5c6a041..59b90aa 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -20,35 +20,16 @@
   "ref\00020180719103953.26164eb6\@bbrezillon\0"
 ]
 [
-  "From\0Yixun Lan <yixun.lan\@amlogic.com>\0"
+  "From\0yixun.lan\@amlogic.com (Yixun Lan)\0"
 ]
 [
-  "Subject\0Re: [PATCH 2/2] mtd: rawnand: meson: add support for Amlogic NAND flash controller\0"
+  "Subject\0[PATCH 2/2] mtd: rawnand: meson: add support for Amlogic NAND flash controller\0"
 ]
 [
   "Date\0Thu, 19 Jul 2018 17:53:24 +0800\0"
 ]
 [
-  "To\0Boris Brezillon <boris.brezillon\@bootlin.com>\0"
-]
-[
-  "Cc\0<yixun.lan\@amlogic.com>",
-  " Rob Herring <robh\@kernel.org>",
-  " Neil Armstrong <narmstrong\@baylibre.com>",
-  " Richard Weinberger <richard\@nod.at>",
-  " Miquel Raynal <miquel.raynal\@bootlin.com>",
-  " <linux-kernel\@vger.kernel.org>",
-  " Marek Vasut <marek.vasut\@gmail.com>",
-  " Jian Hu <jian.hu\@amlogic.com>",
-  " Liang Yang <liang.yang\@amlogic.com>",
-  " <linux-mtd\@lists.infradead.org>",
-  " Kevin Hilman <khilman\@baylibre.com>",
-  " Carlo Caione <carlo\@caione.org>",
-  " <linux-amlogic\@lists.infradead.org>",
-  " Brian Norris <computersforpeace\@gmail.com>",
-  " David Woodhouse <dwmw2\@infradead.org>",
-  " <linux-arm-kernel\@lists.infradead.org>",
-  " Jerome Brunet <jbrunet\@baylibre.com>\0"
+  "To\0linux-arm-kernel\@lists.infradead.org\0"
 ]
 [
   "\0000:1\0"
@@ -152,18 +133,18 @@
   ">> current, the NAND chip is only use one CS (which CE0) for now, what's in\n",
   ">> the DT is\n",
   ">>\n",
-  ">> nand\@0 {\n",
+  ">> nand at 0 {\n",
   ">>  reg = < 0 >;\n",
   ">>  ..\n",
   ">> };\n",
   ">>\n",
   ">> so for the multiple chips it would something like this in DT?\n",
   ">>\n",
-  ">> nand\@0 {\n",
+  ">> nand at 0 {\n",
   ">>   reg = < 0 >;\n",
   ">> };\n",
   ">>\n",
-  ">> nand\@1 {\n",
+  ">> nand at 1 {\n",
   ">>   reg = < 1 >;\n",
   ">> };\n",
   "> \n",
@@ -171,13 +152,13 @@
   "> \n",
   ">>\n",
   ">> or even\n",
-  ">> nand\@0 {\n",
+  ">> nand at 0 {\n",
   ">>   reg = < 0 2 >;\n",
   ">> };\n",
   ">>\n",
-  ">> nand\@1 {\n",
+  ">> nand at 1 {\n",
   "> \n",
-  "> nand\@3 {\n",
+  "> nand at 3 {\n",
   "> \n",
   ">>   reg = < 3 4 >;\n",
   ">> };\n",
@@ -197,4 +178,4 @@
   "Yixun"
 ]
 
-5c07f4c15e22ed8b6b483a64532be38bf86f7b71bdcee826a8cf2c44f3071164
+5a28692d6d505d884d62bc3bee4c61e5dfafadf79c1668199f284ac41c7c13ab

diff --git a/a/1.txt b/N2/1.txt
index e1bcf75..e3f33c1 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -93,18 +93,18 @@ will trace this, then get back to you
 >> current, the NAND chip is only use one CS (which CE0) for now, what's in
 >> the DT is
 >>
->> nand@0 {
+>> nand at 0 {
 >>  reg = < 0 >;
 >>  ..
 >> };
 >>
 >> so for the multiple chips it would something like this in DT?
 >>
->> nand@0 {
+>> nand at 0 {
 >>   reg = < 0 >;
 >> };
 >>
->> nand@1 {
+>> nand at 1 {
 >>   reg = < 1 >;
 >> };
 > 
@@ -112,13 +112,13 @@ will trace this, then get back to you
 > 
 >>
 >> or even
->> nand@0 {
+>> nand at 0 {
 >>   reg = < 0 2 >;
 >> };
 >>
->> nand@1 {
+>> nand at 1 {
 > 
-> nand@3 {
+> nand at 3 {
 > 
 >>   reg = < 3 4 >;
 >> };
diff --git a/a/content_digest b/N2/content_digest
index 5c6a041..c3d785b 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -20,35 +20,16 @@
   "ref\00020180719103953.26164eb6\@bbrezillon\0"
 ]
 [
-  "From\0Yixun Lan <yixun.lan\@amlogic.com>\0"
+  "From\0yixun.lan\@amlogic.com (Yixun Lan)\0"
 ]
 [
-  "Subject\0Re: [PATCH 2/2] mtd: rawnand: meson: add support for Amlogic NAND flash controller\0"
+  "Subject\0[PATCH 2/2] mtd: rawnand: meson: add support for Amlogic NAND flash controller\0"
 ]
 [
   "Date\0Thu, 19 Jul 2018 17:53:24 +0800\0"
 ]
 [
-  "To\0Boris Brezillon <boris.brezillon\@bootlin.com>\0"
-]
-[
-  "Cc\0<yixun.lan\@amlogic.com>",
-  " Rob Herring <robh\@kernel.org>",
-  " Neil Armstrong <narmstrong\@baylibre.com>",
-  " Richard Weinberger <richard\@nod.at>",
-  " Miquel Raynal <miquel.raynal\@bootlin.com>",
-  " <linux-kernel\@vger.kernel.org>",
-  " Marek Vasut <marek.vasut\@gmail.com>",
-  " Jian Hu <jian.hu\@amlogic.com>",
-  " Liang Yang <liang.yang\@amlogic.com>",
-  " <linux-mtd\@lists.infradead.org>",
-  " Kevin Hilman <khilman\@baylibre.com>",
-  " Carlo Caione <carlo\@caione.org>",
-  " <linux-amlogic\@lists.infradead.org>",
-  " Brian Norris <computersforpeace\@gmail.com>",
-  " David Woodhouse <dwmw2\@infradead.org>",
-  " <linux-arm-kernel\@lists.infradead.org>",
-  " Jerome Brunet <jbrunet\@baylibre.com>\0"
+  "To\0linus-amlogic\@lists.infradead.org\0"
 ]
 [
   "\0000:1\0"
@@ -152,18 +133,18 @@
   ">> current, the NAND chip is only use one CS (which CE0) for now, what's in\n",
   ">> the DT is\n",
   ">>\n",
-  ">> nand\@0 {\n",
+  ">> nand at 0 {\n",
   ">>  reg = < 0 >;\n",
   ">>  ..\n",
   ">> };\n",
   ">>\n",
   ">> so for the multiple chips it would something like this in DT?\n",
   ">>\n",
-  ">> nand\@0 {\n",
+  ">> nand at 0 {\n",
   ">>   reg = < 0 >;\n",
   ">> };\n",
   ">>\n",
-  ">> nand\@1 {\n",
+  ">> nand at 1 {\n",
   ">>   reg = < 1 >;\n",
   ">> };\n",
   "> \n",
@@ -171,13 +152,13 @@
   "> \n",
   ">>\n",
   ">> or even\n",
-  ">> nand\@0 {\n",
+  ">> nand at 0 {\n",
   ">>   reg = < 0 2 >;\n",
   ">> };\n",
   ">>\n",
-  ">> nand\@1 {\n",
+  ">> nand at 1 {\n",
   "> \n",
-  "> nand\@3 {\n",
+  "> nand at 3 {\n",
   "> \n",
   ">>   reg = < 3 4 >;\n",
   ">> };\n",
@@ -197,4 +178,4 @@
   "Yixun"
 ]
 
-5c07f4c15e22ed8b6b483a64532be38bf86f7b71bdcee826a8cf2c44f3071164
+c765a10297826e2a2de3ec4725a5bab31d204f196337e70c3dc8f2e32b014a61

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.