All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <565D4FE1.50704@ti.com>

diff --git a/a/1.txt b/N1/1.txt
index e6e8732..71eebfb 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -56,12 +56,12 @@ bus locking and passing of flash info to ti-qspi?
 
 > So the way I see it, the DTS should be like so:
 > 
-> qspi@XYZ {
+> qspi at XYZ {
 >          reg = <XYZ foo>;
 >          [...]
 >          ranges = <0 0 0x30000000 $size>;
 > 
->          flash@0,0 {
+>          flash at 0,0 {
 >                    compatible = "mp2580";
 >                    reg = <0 0 $flash_size>;
 >          };
@@ -71,22 +71,22 @@ bus locking and passing of flash info to ti-qspi?
 > if you have more than one device sitting on this SPI bus using different
 > chip selects, that's easy too, just change your ranges property:
 > 
-> qspi@XYZ {
+> qspi at XYZ {
 >          reg = <XYZ foo>;
 >          [...]
 >          ranges = <0 0 0x30000000 0x1000
 >                    1 0 0x30001000 0x1000
 >                    2 0 0x30002000 0x1000>;
 > 
->          flash@0,0 {
+>          flash at 0,0 {
 >                  [...]
 >          };
 > 
->          flash@1,0 {
+>          flash at 1,0 {
 >                    [...]
 >          };
 > 
->          flash@2,0 {
+>          flash at 2,0 {
 >                    [...]
 > 	};
 > };
diff --git a/a/content_digest b/N1/content_digest
index 2863d3c..56a83c5 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,23 +1,10 @@
  "ref\01448860515-28336-1-git-send-email-vigneshr@ti.com\0"
  "ref\01448860515-28336-3-git-send-email-vigneshr@ti.com\0"
  "ref\087lh9f15fh.fsf@saruman.tx.rr.com\0"
- "From\0Vignesh R <vigneshr@ti.com>\0"
- "Subject\0Re: [PATCH v4 2/5] spi: spi-ti-qspi: add mmap mode read support\0"
+ "From\0vigneshr@ti.com (Vignesh R)\0"
+ "Subject\0[PATCH v4 2/5] spi: spi-ti-qspi: add mmap mode read support\0"
  "Date\0Tue, 1 Dec 2015 13:14:33 +0530\0"
- "To\0Balbi"
-  Felipe <balbi@ti.com>
-  Tony Lindgren <tony@atomide.com>
-  Brian Norris <computersforpeace@gmail.com>
- " Mark Brown <broonie@kernel.org>\0"
- "Cc\0Rob Herring <robh+dt@kernel.org>"
-  Russell King <linux@arm.linux.org.uk>
-  hramrach@gmail.com <hramrach@gmail.com>
-  devicetree@vger.kernel.org <devicetree@vger.kernel.org>
-  linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>
-  linux-omap@vger.kernel.org <linux-omap@vger.kernel.org>
-  linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>
-  linux-mtd@lists.infradead.org <linux-mtd@lists.infradead.org>
- " linux-spi@vger.kernel.org <linux-spi@vger.kernel.org>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hi Felipe,\n"
@@ -78,12 +65,12 @@
  "\n"
  "> So the way I see it, the DTS should be like so:\n"
  "> \n"
- "> qspi@XYZ {\n"
+ "> qspi at XYZ {\n"
  ">          reg = <XYZ foo>;\n"
  ">          [...]\n"
  ">          ranges = <0 0 0x30000000 $size>;\n"
  "> \n"
- ">          flash@0,0 {\n"
+ ">          flash at 0,0 {\n"
  ">                    compatible = \"mp2580\";\n"
  ">                    reg = <0 0 $flash_size>;\n"
  ">          };\n"
@@ -93,22 +80,22 @@
  "> if you have more than one device sitting on this SPI bus using different\n"
  "> chip selects, that's easy too, just change your ranges property:\n"
  "> \n"
- "> qspi@XYZ {\n"
+ "> qspi at XYZ {\n"
  ">          reg = <XYZ foo>;\n"
  ">          [...]\n"
  ">          ranges = <0 0 0x30000000 0x1000\n"
  ">                    1 0 0x30001000 0x1000\n"
  ">                    2 0 0x30002000 0x1000>;\n"
  "> \n"
- ">          flash@0,0 {\n"
+ ">          flash at 0,0 {\n"
  ">                  [...]\n"
  ">          };\n"
  "> \n"
- ">          flash@1,0 {\n"
+ ">          flash at 1,0 {\n"
  ">                    [...]\n"
  ">          };\n"
  "> \n"
- ">          flash@2,0 {\n"
+ ">          flash at 2,0 {\n"
  ">                    [...]\n"
  "> \t};\n"
  "> };\n"
@@ -142,4 +129,4 @@
  "Regards\n"
  Vignesh
 
-ea7d250625366a8ec30e1d4e9874ea86f429cb897057ef46b32b72d187fe56bb
+1b50cdcaf3184293a62b9ef79ed22c75aff37de2fc3455592f2695562e05c9b3

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.