All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <4FB3E00B.4030207@ti.com>

diff --git a/a/1.txt b/N1/1.txt
index ebad9de..774d045 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -10,7 +10,7 @@ On 05/16/2012 11:16 AM, Jassi Brar wrote:
 >>>> On 16 May 2012 06:41, Jon Hunter <jon-hunter@ti.com> wrote:
 >>>>> On 05/04/2012 02:01 PM, Jassi Brar wrote:
 >>>>>>
->>>>>> +       i2c1: i2c@1 {
+>>>>>> +       i2c1: i2c at 1 {
 >>>>>> +               ...
 >>>>>> +               dma = <&sdma 2 1 &sdma 3 2>;
 >>>>>> +               ...
@@ -66,7 +66,7 @@ to understand assuming that you understand what your h/w is capable of.
 
 >> Take your example ...
 >>
->> mmc1: mmc@13002000 {
+>> mmc1: mmc at 13002000 {
 >>        ...
 >>        dma_tx = <891>   //some platform-wide unique value
 >>        dma_rx = <927>   //some platform-wide unique value
@@ -75,7 +75,7 @@ to understand assuming that you understand what your h/w is capable of.
 >>
 >> DMAC's Node:-
 >>
->> pdma2: pdma@10800000 {
+>> pdma2: pdma at 10800000 {
 >>         .......
 >>        dma_map = <891, 7>,       // Map mmc1_tx onto i/f 7
 >>                  <927, 8>,       // Map mmc1_rx onto i/f 8
@@ -84,7 +84,7 @@ to understand assuming that you understand what your h/w is capable of.
 >>
 >> But now I have another dmac which has the following options ...
 >>
->> pdma1: pdma@10000000 {
+>> pdma1: pdma at 10000000 {
 >>         .......
 >>        dma_map = <598, 2>,       // Map mmc1_tx onto i/f 2
 >>                  <230, 3>,       // Map mmc1_rx onto i/f 3
@@ -93,7 +93,7 @@ to understand assuming that you understand what your h/w is capable of.
 >>
 > No, rather the pdma1 node should look like
 > 
->  pdma1: pdma@10000000 {
+>  pdma1: pdma at 10000000 {
 >          .......
 >         dma_map = <891, 2>,       // Map mmc1_tx onto i/f 2
 >                    <927, 3>,       // Map mmc1_rx onto i/f 3
diff --git a/a/content_digest b/N1/content_digest
index 5a14d56..8cf3916 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -7,20 +7,10 @@
  "ref\04FB3A87C.1000000@ti.com\0"
  "ref\04FB3CF44.4040603@ti.com\0"
  "ref\0CAJe_ZhcQAABe9xF6HEvUq8OT8RoWXTHAsrzyZiGO9bM-GHNiTg@mail.gmail.com\0"
- "From\0Jon Hunter <jon-hunter@ti.com>\0"
- "Subject\0Re: [PATCH V3 1/2] of: Add generic device tree DMA helpers\0"
+ "From\0jon-hunter@ti.com (Jon Hunter)\0"
+ "Subject\0[PATCH V3 1/2] of: Add generic device tree DMA helpers\0"
  "Date\0Wed, 16 May 2012 12:12:43 -0500\0"
- "To\0Jassi Brar <jaswinder.singh@linaro.org>\0"
- "Cc\0Stephen Warren <swarren@nvidia.com>"
-  Benoit Cousson <b-cousson@ti.com>
-  Arnd Bergmann <arnd@arndb.de>
-  device-tree <devicetree-discuss@lists.ozlabs.org>
-  Nicolas Ferre <nicolas.ferre@atmel.com>
-  Rob Herring <rob.herring@calxeda.com>
-  Grant Likely <grant.likely@secretlab.ca>
-  Russell King <linux@arm.linux.org.uk>
-  linux-omap <linux-omap@vger.kernel.org>
- " linux-arm <linux-arm-kernel@lists.infradead.org>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "\n"
@@ -35,7 +25,7 @@
  ">>>> On 16 May 2012 06:41, Jon Hunter <jon-hunter@ti.com> wrote:\n"
  ">>>>> On 05/04/2012 02:01 PM, Jassi Brar wrote:\n"
  ">>>>>>\n"
- ">>>>>> +       i2c1: i2c@1 {\n"
+ ">>>>>> +       i2c1: i2c at 1 {\n"
  ">>>>>> +               ...\n"
  ">>>>>> +               dma = <&sdma 2 1 &sdma 3 2>;\n"
  ">>>>>> +               ...\n"
@@ -91,7 +81,7 @@
  "\n"
  ">> Take your example ...\n"
  ">>\n"
- ">> mmc1: mmc@13002000 {\n"
+ ">> mmc1: mmc at 13002000 {\n"
  ">>        ...\n"
  ">>        dma_tx = <891>   //some platform-wide unique value\n"
  ">>        dma_rx = <927>   //some platform-wide unique value\n"
@@ -100,7 +90,7 @@
  ">>\n"
  ">> DMAC's Node:-\n"
  ">>\n"
- ">> pdma2: pdma@10800000 {\n"
+ ">> pdma2: pdma at 10800000 {\n"
  ">>         .......\n"
  ">>        dma_map = <891, 7>,       // Map mmc1_tx onto i/f 7\n"
  ">>                  <927, 8>,       // Map mmc1_rx onto i/f 8\n"
@@ -109,7 +99,7 @@
  ">>\n"
  ">> But now I have another dmac which has the following options ...\n"
  ">>\n"
- ">> pdma1: pdma@10000000 {\n"
+ ">> pdma1: pdma at 10000000 {\n"
  ">>         .......\n"
  ">>        dma_map = <598, 2>,       // Map mmc1_tx onto i/f 2\n"
  ">>                  <230, 3>,       // Map mmc1_rx onto i/f 3\n"
@@ -118,7 +108,7 @@
  ">>\n"
  "> No, rather the pdma1 node should look like\n"
  "> \n"
- ">  pdma1: pdma@10000000 {\n"
+ ">  pdma1: pdma at 10000000 {\n"
  ">          .......\n"
  ">         dma_map = <891, 2>,       // Map mmc1_tx onto i/f 2\n"
  ">                    <927, 3>,       // Map mmc1_rx onto i/f 3\n"
@@ -140,4 +130,4 @@
  "Cheers\n"
  Jon
 
-417750a407d88b1d5239de060ce174857410f198ccf5cfd55342304c0bbf566a
+1271fb8067041769fb2adda2761c0e487186ea02d84bb192b38962614bc1dd4e

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.