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

diff --git a/a/1.txt b/N1/1.txt
index 730469b..7c028fa 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -8,7 +8,7 @@ On 05/16/2012 08:15 AM, Jon Hunter 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>;
 >>>> +               ...
@@ -53,7 +53,7 @@ options available for this client are?
 
 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
@@ -62,7 +62,7 @@ mmc1: mmc@13002000 {
 
 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
@@ -71,7 +71,7 @@ pdma2: pdma@10800000 {
 
 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
@@ -84,7 +84,7 @@ it is not clear from the arbitrary token value itself what my options are.
 One way around this would be to have an enable/disable flag along with
 the token such as ...
 
-mmc1: mmc@13002000 {
+mmc1: mmc at 13002000 {
         ...
         dma_tx = <891, 1>   // default tx channel
         dma_rx = <927, 1>   // default rx channel
@@ -97,7 +97,7 @@ That being said, we could take the same approach with using the dmac
 phandle instead of the token. So you would have ...
 
 
-mmc1: mmc@13002000 {
+mmc1: mmc at 13002000 {
         ...
 		// phandle + channel + enable/disable
         dma_tx = <pdma0, 7, 1>   // default tx channel
diff --git a/a/content_digest b/N1/content_digest
index 3c64f9b..a072727 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -5,20 +5,10 @@
  "ref\04FB2FEBA.1030404@ti.com\0"
  "ref\0CAJe_ZhcrMycgOWf6EiGEjz25C1ZTkB1W=33Qqp4rFpcq-5QsDg@mail.gmail.com\0"
  "ref\04FB3A87C.1000000@ti.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 11:01:08 -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"
@@ -31,7 +21,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"
@@ -76,7 +66,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"
@@ -85,7 +75,7 @@
  "\n"
  "DMAC's Node:-\n"
  "\n"
- "pdma2: pdma@10800000 {\n"
+ "pdma2: pdma at 10800000 {\n"
  "         .......\n"
  "\tdma_map = <891, 7>,       // Map mmc1_tx onto i/f 7\n"
  "\t\t  <927, 8>,       // Map mmc1_rx onto i/f 8\n"
@@ -94,7 +84,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"
  "\tdma_map = <598, 2>,       // Map mmc1_tx onto i/f 2\n"
  "\t\t  <230, 3>,       // Map mmc1_rx onto i/f 3\n"
@@ -107,7 +97,7 @@
  "One way around this would be to have an enable/disable flag along with\n"
  "the token such as ...\n"
  "\n"
- "mmc1: mmc@13002000 {\n"
+ "mmc1: mmc at 13002000 {\n"
  "        ...\n"
  "        dma_tx = <891, 1>   // default tx channel\n"
  "        dma_rx = <927, 1>   // default rx channel\n"
@@ -120,7 +110,7 @@
  "phandle instead of the token. So you would have ...\n"
  "\n"
  "\n"
- "mmc1: mmc@13002000 {\n"
+ "mmc1: mmc at 13002000 {\n"
  "        ...\n"
  "\t\t// phandle + channel + enable/disable\n"
  "        dma_tx = <pdma0, 7, 1>   // default tx channel\n"
@@ -136,4 +126,4 @@
  "Cheers\n"
  Jon
 
-8820a2ad6a531d5c376116ae976075ea4b6c748dfa47baf9f7cba5b2d99073a5
+31c92c941075850de339b0d9e8d8916f6c9c120e6b6197e6cac7c921d5a9841c

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.