All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20180719103953.26164eb6@bbrezillon>

diff --git a/a/1.txt b/N1/1.txt
index 3982b65..d523815 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -83,18 +83,18 @@ who is setting mtd->name to this value.
 > 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 >;
 > };
 
@@ -102,13 +102,13 @@ Yep, that's for 2 single-die chips.
 
 > 
 > 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 f07240a..98a4b33 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -17,34 +17,16 @@
   "ref\00045c1a96c-0d14-dece-37cf-ac428bb98621\@amlogic.com\0"
 ]
 [
-  "From\0Boris Brezillon <boris.brezillon\@bootlin.com>\0"
+  "From\0boris.brezillon\@bootlin.com (Boris Brezillon)\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 10:39:53 +0200\0"
 ]
 [
-  "To\0Yixun Lan <yixun.lan\@amlogic.com>\0"
-]
-[
-  "Cc\0Rob 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"
@@ -138,18 +120,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",
@@ -157,13 +139,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",
@@ -185,4 +167,4 @@
   "[1]http://linux-arm-kernel.infradead.narkive.com/vyJqy0RQ/question-devm-kmalloc-for-dma"
 ]
 
-effc030362ba874ebf8e64c1dc484a513a7ab38238bb196c62b884ac8b3193db
+d8232b65b81398757b60e101fa456ff84a82b5a2d9a142d60341768b8eba4246

diff --git a/a/1.txt b/N2/1.txt
index 3982b65..d523815 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -83,18 +83,18 @@ who is setting mtd->name to this value.
 > 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 >;
 > };
 
@@ -102,13 +102,13 @@ Yep, that's for 2 single-die chips.
 
 > 
 > 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 f07240a..1f864d4 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -17,34 +17,16 @@
   "ref\00045c1a96c-0d14-dece-37cf-ac428bb98621\@amlogic.com\0"
 ]
 [
-  "From\0Boris Brezillon <boris.brezillon\@bootlin.com>\0"
+  "From\0boris.brezillon\@bootlin.com (Boris Brezillon)\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 10:39:53 +0200\0"
 ]
 [
-  "To\0Yixun Lan <yixun.lan\@amlogic.com>\0"
-]
-[
-  "Cc\0Rob 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"
@@ -138,18 +120,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",
@@ -157,13 +139,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",
@@ -185,4 +167,4 @@
   "[1]http://linux-arm-kernel.infradead.narkive.com/vyJqy0RQ/question-devm-kmalloc-for-dma"
 ]
 
-effc030362ba874ebf8e64c1dc484a513a7ab38238bb196c62b884ac8b3193db
+9fa4fa49d8415a40fddc8ce8b7f8a312536ebdfb111bd52b8ef301f9ca511367

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.