All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <201207171924.33756.arnd@arndb.de>

diff --git a/a/1.txt b/N1/1.txt
index c93cfee..7d019f7 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -54,7 +54,7 @@ Optional properties:
 
 Example:
 
-       sdma: dmaengine@48000000 {
+       sdma: dmaengine at 48000000 {
                compatible = "ti,omap4-sdma"
                reg = <0x48000000 0x1000>;
                interrupts = <4>;
@@ -99,7 +99,7 @@ Examples:
 
 1. One DMA write channel, one DMA read/write channel:
 
-       i2c1: i2c@1 {
+       i2c1: i2c at 1 {
                ...
                dmas = <&sdma 2 1 &sdma 3 2>;
                ...
@@ -122,7 +122,7 @@ Examples:
 
 4. A dma controller requiring complex configuration:
 
-       dma: dmaengine@48000000 {
+       dma: dmaengine at 48000000 {
                compatible = "foo,foo-sdma"
                reg = <0x48000000 0x1000>;
                interrupts = <4>;
@@ -132,7 +132,7 @@ Examples:
                #dma-requests = <127>;
        };
 
-       mmc@49000000 {
+       mmc at 49000000 {
 		...
 		dmas = <&dma 1	/* read */
 			2	/* request line */
diff --git a/a/content_digest b/N1/content_digest
index ec91323..91b293e 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,23 +1,10 @@
  "ref\01335820679-28721-1-git-send-email-jon-hunter@ti.com\0"
  "ref\0201206271520.49276.arnd@arndb.de\0"
  "ref\01342161907.1726.26.camel@vkoul-udesk3\0"
- "From\0Arnd Bergmann <arnd@arndb.de>\0"
- "Subject\0Re: [PATCH V3 1/2] of: Add generic device tree DMA helpers\0"
+ "From\0arnd@arndb.de (Arnd Bergmann)\0"
+ "Subject\0[PATCH V3 1/2] of: Add generic device tree DMA helpers\0"
  "Date\0Tue, 17 Jul 2012 19:24:33 +0000\0"
- "To\0Vinod Koul <vinod.koul@linux.intel.com>\0"
- "Cc\0linux-arm-kernel@lists.infradead.org"
-  Stephen Warren <swarren@nvidia.com>
-  Benoit Cousson <b-cousson@ti.com>
-  Stephen Warren <swarren@wwwdotorg.org>
-  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>
-  Jassi Brar <jaswinder.singh@linaro.org>
-  Jon Hunter <jon-hunter@ti.com>
-  Russell King - ARM Linux <linux@arm.linux.org.uk>
-  dan.j.williams@intel.com
- " linux-omap <linux-omap@vger.kernel.org>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On Friday 13 July 2012, Vinod Koul wrote:\n"
@@ -76,7 +63,7 @@
  "\n"
  "Example:\n"
  "\n"
- "       sdma: dmaengine@48000000 {\n"
+ "       sdma: dmaengine at 48000000 {\n"
  "               compatible = \"ti,omap4-sdma\"\n"
  "               reg = <0x48000000 0x1000>;\n"
  "               interrupts = <4>;\n"
@@ -121,7 +108,7 @@
  "\n"
  "1. One DMA write channel, one DMA read/write channel:\n"
  "\n"
- "       i2c1: i2c@1 {\n"
+ "       i2c1: i2c at 1 {\n"
  "               ...\n"
  "               dmas = <&sdma 2 1 &sdma 3 2>;\n"
  "               ...\n"
@@ -144,7 +131,7 @@
  "\n"
  "4. A dma controller requiring complex configuration:\n"
  "\n"
- "       dma: dmaengine@48000000 {\n"
+ "       dma: dmaengine at 48000000 {\n"
  "               compatible = \"foo,foo-sdma\"\n"
  "               reg = <0x48000000 0x1000>;\n"
  "               interrupts = <4>;\n"
@@ -154,7 +141,7 @@
  "               #dma-requests = <127>;\n"
  "       };\n"
  "\n"
- "       mmc@49000000 {\n"
+ "       mmc at 49000000 {\n"
  "\t\t...\n"
  "\t\tdmas = <&dma 1\t/* read */\n"
  "\t\t\t2\t/* request line */\n"
@@ -167,4 +154,4 @@
  "\t\t\t8\t/* 8 bit bus width on read */\n"
  "\t\t\t16>\t/* 16 bit bus width on write */"
 
-e701388abed5218d6a183f5c95969d8775364d246946214dd36f35713c376999
+8aab37efb710a35e23f91552eeca968d7fbf4f3f682c64bac0161298c79d88bd

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.