All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <51C3820E.3020108@ti.com>

diff --git a/a/1.txt b/N1/1.txt
index cb9b274..f0d91fc 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -28,7 +28,7 @@ On 06/20/2013 04:57 PM, Cousson, Benoit wrote:
 >>               dma-names = "tx", "rx";
 >>           };
 >>
->> +        mailbox: mailbox@48094000 {
+>> +        mailbox: mailbox at 48094000 {
 >> +            compatible = "ti,omap2-mailbox";
 >> +            reg = <0x48094000 0x200>;
 >> +            interrupts = <26>, /* DSP Interrupt */
@@ -61,7 +61,7 @@ Suman
 >> +            ti,mbox-data = <0 1 0 0>, <2 3 1 3>;
 >> +        };
 >> +
->>           timer1: timer@48028000 {
+>>           timer1: timer at 48028000 {
 >>               compatible = "ti,omap2420-timer";
 >>               reg = <0x48028000 0x400>;
 >> diff --git a/arch/arm/boot/dts/omap2430.dtsi
@@ -73,7 +73,7 @@ Suman
 >>               dma-names = "tx", "rx";
 >>           };
 >>
->> +        mailbox: mailbox@48094000 {
+>> +        mailbox: mailbox at 48094000 {
 >> +            compatible = "ti,omap2-mailbox";
 >> +            reg = <0x48094000 0x200>;
 >> +            interrupts = <26>;
@@ -85,7 +85,7 @@ Suman
 >> +            ti,mbox-data = <0 1 0 0>;
 >> +        };
 >> +
->>           timer1: timer@49018000 {
+>>           timer1: timer at 49018000 {
 >>               compatible = "ti,omap2420-timer";
 >>               reg = <0x49018000 0x400>;
 >> diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi
@@ -96,7 +96,7 @@ Suman
 >>               dma-names = "tx", "rx";
 >>           };
 >>
->> +        mailbox: mailbox@48094000 {
+>> +        mailbox: mailbox at 48094000 {
 >> +            compatible = "ti,omap2-mailbox";
 >> +            reg = <0x48094000 0x200>;
 >> +            interrupts = <26>;
@@ -108,7 +108,7 @@ Suman
 >> +            ti,mbox-data = <0 1 0 0>;
 >> +        };
 >> +
->>           timer1: timer@48318000 {
+>>           timer1: timer at 48318000 {
 >>               compatible = "ti,omap3430-timer";
 >>               reg = <0x48318000 0x400>;
 >> diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi
@@ -119,7 +119,7 @@ Suman
 >>               };
 >>           };
 >>
->> +        mailbox: mailbox@4a0f4000 {
+>> +        mailbox: mailbox at 4a0f4000 {
 >> +            compatible = "ti,omap4-mailbox";
 >> +            reg = <0x4a0f4000 0x200>;
 >> +            interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
@@ -131,7 +131,7 @@ Suman
 >> +            ti,mbox-data = <0 1 0 0>, <3 2 0 0>;
 >> +        };
 >> +
->>           timer1: timer@4a318000 {
+>>           timer1: timer at 4a318000 {
 >>               compatible = "ti,omap3430-timer";
 >>               reg = <0x4a318000 0x80>;
 >> diff --git a/arch/arm/mach-omap2/devices.c
diff --git a/a/content_digest b/N1/content_digest
index 0f79499..b0b5a90 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,19 +1,9 @@
  "ref\01371594900-37640-1-git-send-email-s-anna@ti.com\0"
  "ref\051C37AD7.1020309@ti.com\0"
- "From\0Suman Anna <s-anna@ti.com>\0"
- "Subject\0Re: [PATCH 3/3] ARM: dts: OMAP2+: Add mailbox nodes\0"
+ "From\0s-anna@ti.com (Suman Anna)\0"
+ "Subject\0[PATCH 3/3] ARM: dts: OMAP2+: Add mailbox nodes\0"
  "Date\0Thu, 20 Jun 2013 17:28:30 -0500\0"
- "To\0Cousson"
- " Benoit <b-cousson@ti.com>\0"
- "Cc\0Tony Lindgren <tony@atomide.com>"
-  Paul Walmsley <paul@pwsan.com>
-  Ohad Ben-Cohen <ohad@wizery.com>
-  Omar Ramirez Luna <omar.ramirez@copitl.com>
-  Jassi Brar <jaswinder.singh@linaro.org>
-  Loic Pallardy <loic.pallardy@st.com>
-  linux-omap@vger.kernel.org
-  linux-arm-kernel@lists.infradead.org
- " devicetree-discuss@lists.ozlabs.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hi Benoit,\n"
@@ -46,7 +36,7 @@
  ">>               dma-names = \"tx\", \"rx\";\n"
  ">>           };\n"
  ">>\n"
- ">> +        mailbox: mailbox@48094000 {\n"
+ ">> +        mailbox: mailbox at 48094000 {\n"
  ">> +            compatible = \"ti,omap2-mailbox\";\n"
  ">> +            reg = <0x48094000 0x200>;\n"
  ">> +            interrupts = <26>, /* DSP Interrupt */\n"
@@ -79,7 +69,7 @@
  ">> +            ti,mbox-data = <0 1 0 0>, <2 3 1 3>;\n"
  ">> +        };\n"
  ">> +\n"
- ">>           timer1: timer@48028000 {\n"
+ ">>           timer1: timer at 48028000 {\n"
  ">>               compatible = \"ti,omap2420-timer\";\n"
  ">>               reg = <0x48028000 0x400>;\n"
  ">> diff --git a/arch/arm/boot/dts/omap2430.dtsi\n"
@@ -91,7 +81,7 @@
  ">>               dma-names = \"tx\", \"rx\";\n"
  ">>           };\n"
  ">>\n"
- ">> +        mailbox: mailbox@48094000 {\n"
+ ">> +        mailbox: mailbox at 48094000 {\n"
  ">> +            compatible = \"ti,omap2-mailbox\";\n"
  ">> +            reg = <0x48094000 0x200>;\n"
  ">> +            interrupts = <26>;\n"
@@ -103,7 +93,7 @@
  ">> +            ti,mbox-data = <0 1 0 0>;\n"
  ">> +        };\n"
  ">> +\n"
- ">>           timer1: timer@49018000 {\n"
+ ">>           timer1: timer at 49018000 {\n"
  ">>               compatible = \"ti,omap2420-timer\";\n"
  ">>               reg = <0x49018000 0x400>;\n"
  ">> diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi\n"
@@ -114,7 +104,7 @@
  ">>               dma-names = \"tx\", \"rx\";\n"
  ">>           };\n"
  ">>\n"
- ">> +        mailbox: mailbox@48094000 {\n"
+ ">> +        mailbox: mailbox at 48094000 {\n"
  ">> +            compatible = \"ti,omap2-mailbox\";\n"
  ">> +            reg = <0x48094000 0x200>;\n"
  ">> +            interrupts = <26>;\n"
@@ -126,7 +116,7 @@
  ">> +            ti,mbox-data = <0 1 0 0>;\n"
  ">> +        };\n"
  ">> +\n"
- ">>           timer1: timer@48318000 {\n"
+ ">>           timer1: timer at 48318000 {\n"
  ">>               compatible = \"ti,omap3430-timer\";\n"
  ">>               reg = <0x48318000 0x400>;\n"
  ">> diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi\n"
@@ -137,7 +127,7 @@
  ">>               };\n"
  ">>           };\n"
  ">>\n"
- ">> +        mailbox: mailbox@4a0f4000 {\n"
+ ">> +        mailbox: mailbox at 4a0f4000 {\n"
  ">> +            compatible = \"ti,omap4-mailbox\";\n"
  ">> +            reg = <0x4a0f4000 0x200>;\n"
  ">> +            interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -149,7 +139,7 @@
  ">> +            ti,mbox-data = <0 1 0 0>, <3 2 0 0>;\n"
  ">> +        };\n"
  ">> +\n"
- ">>           timer1: timer@4a318000 {\n"
+ ">>           timer1: timer at 4a318000 {\n"
  ">>               compatible = \"ti,omap3430-timer\";\n"
  ">>               reg = <0x4a318000 0x80>;\n"
  ">> diff --git a/arch/arm/mach-omap2/devices.c\n"
@@ -173,4 +163,4 @@
  ">>\n"
  >
 
-4902c21c1499970ed610a9574bba98554af6c5d0a4adb516f4587dd65bc42bdf
+9b894d2d4afa56eb00c8c7eeb766628857c2d9b6202a7b3b6e88974386645349

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.