All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <550078D5.7080700@ti.com>

diff --git a/a/1.txt b/N1/1.txt
index 963b81a..4096cc1 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -39,11 +39,11 @@ On 03/11/2015 11:26 AM, Tony Lindgren wrote:
 >>>>>>> How about do something like this instead (untested):
 >>>>>>>
 >>>>>>> ocp {
->>>>>>> 	l4_wkup: l4_wkup@44c00000 {
+>>>>>>> 	l4_wkup: l4_wkup at 44c00000 {
 >>>>>>> 		compatible = "am335-l4-wkup", "simple-bus";
 >>>>>>> 		ranges = <0 0x44c00000 0x3fffff>;
 >>>>>>>
->>>>>>> 		wkup_m3: wkup_m3@44d00000 {
+>>>>>>> 		wkup_m3: wkup_m3 at 44d00000 {
 >>>>>>> 			compatible = "ti,am3353-wkup-m3";
 >>>>>>> 			reg = <0x1000000     0x4000>,	/* M3 UMEM */
 >>>>>>> 			      <0x180000	     0x2000>;	/* M3 DMEM */
@@ -84,7 +84,7 @@ On 03/11/2015 11:26 AM, Tony Lindgren wrote:
 >> Suman and I have been looking at this together, so I can comment here. An
 >> implementation like this is what Suman is referring to:
 >>
->> +               l4_wkup: l4_wkup@44c00000 {
+>> +               l4_wkup: l4_wkup at 44c00000 {
 >> +                       compatible = "am335-l4-wkup", "simple-bus";
 >> +                       #address-cells = <2>;
 >> +                       #size-cells = <1>;
@@ -101,7 +101,7 @@ Actually, this would be slightly different, something like
 and the M3 DMEM entry below will be adjusted as <1 0x80000 0x2000>.
 
 >> +
->> +                       wkup_m3: wkup_m3@1,0 {
+>> +                       wkup_m3: wkup_m3 at 1,0 {
 >> +                               compatible = "ti,am3353-wkup-m3";
 >> +                               reg = <1 0x0     0x4000>,       /* M3 UMEM */
 >> +                                     <2 0x80000 0x2000>;       /* M3 DMEM */
@@ -113,7 +113,7 @@ and the M3 DMEM entry below will be adjusted as <1 0x80000 0x2000>.
 >> +
 >>
 >> The of_* layer automatically translates everything so the pdata-quirks can still
->> match based on wkup_m3@44d00000. The existing wkup_m3_rproc driver works almost
+>> match based on wkup_m3 at 44d00000. The existing wkup_m3_rproc driver works almost
 >> entirely as is with this, all cpu addresses are read and mapped correctly but
 >> the driver no longer will read the actual device addresses correctly which we
 >> need for understanding where to load the firmware sections.
diff --git a/a/content_digest b/N1/content_digest
index 217c91e..baa4f9e 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -7,18 +7,10 @@
  "ref\020150310160919.GQ5264@atomide.com\0"
  "ref\054FF4C32.5070106@ti.com\0"
  "ref\020150311162635.GZ5264@atomide.com\0"
- "From\0Suman Anna <s-anna@ti.com>\0"
- "Subject\0Re: [PATCH v2 2/2] ARM: dts: am33xx: Move wkup_m3 node to soc node and add ranges\0"
+ "From\0s-anna@ti.com (Suman Anna)\0"
+ "Subject\0[PATCH v2 2/2] ARM: dts: am33xx: Move wkup_m3 node to soc node and add ranges\0"
  "Date\0Wed, 11 Mar 2015 12:18:13 -0500\0"
- "To\0Tony Lindgren <tony@atomide.com>"
- " Dave Gerlach <d-gerlach@ti.com>\0"
- "Cc\0linux-arm-kernel@lists.infradead.org"
-  linux-kernel@vger.kernel.org
-  linux-omap@vger.kernel.org
-  devicetree@vger.kernel.org
-  Ohad Ben-Cohen <ohad@wizery.com>
-  Kevin Hilman <khilman@linaro.org>
- " Felipe Balbi <balbi@ti.com>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hi Tony,\n"
@@ -62,11 +54,11 @@
  ">>>>>>> How about do something like this instead (untested):\n"
  ">>>>>>>\n"
  ">>>>>>> ocp {\n"
- ">>>>>>> \tl4_wkup: l4_wkup@44c00000 {\n"
+ ">>>>>>> \tl4_wkup: l4_wkup at 44c00000 {\n"
  ">>>>>>> \t\tcompatible = \"am335-l4-wkup\", \"simple-bus\";\n"
  ">>>>>>> \t\tranges = <0 0x44c00000 0x3fffff>;\n"
  ">>>>>>>\n"
- ">>>>>>> \t\twkup_m3: wkup_m3@44d00000 {\n"
+ ">>>>>>> \t\twkup_m3: wkup_m3 at 44d00000 {\n"
  ">>>>>>> \t\t\tcompatible = \"ti,am3353-wkup-m3\";\n"
  ">>>>>>> \t\t\treg = <0x1000000     0x4000>,\t/* M3 UMEM */\n"
  ">>>>>>> \t\t\t      <0x180000\t     0x2000>;\t/* M3 DMEM */\n"
@@ -107,7 +99,7 @@
  ">> Suman and I have been looking at this together, so I can comment here. An\n"
  ">> implementation like this is what Suman is referring to:\n"
  ">>\n"
- ">> +               l4_wkup: l4_wkup@44c00000 {\n"
+ ">> +               l4_wkup: l4_wkup at 44c00000 {\n"
  ">> +                       compatible = \"am335-l4-wkup\", \"simple-bus\";\n"
  ">> +                       #address-cells = <2>;\n"
  ">> +                       #size-cells = <1>;\n"
@@ -124,7 +116,7 @@
  "and the M3 DMEM entry below will be adjusted as <1 0x80000 0x2000>.\n"
  "\n"
  ">> +\n"
- ">> +                       wkup_m3: wkup_m3@1,0 {\n"
+ ">> +                       wkup_m3: wkup_m3 at 1,0 {\n"
  ">> +                               compatible = \"ti,am3353-wkup-m3\";\n"
  ">> +                               reg = <1 0x0     0x4000>,       /* M3 UMEM */\n"
  ">> +                                     <2 0x80000 0x2000>;       /* M3 DMEM */\n"
@@ -136,7 +128,7 @@
  ">> +\n"
  ">>\n"
  ">> The of_* layer automatically translates everything so the pdata-quirks can still\n"
- ">> match based on wkup_m3@44d00000. The existing wkup_m3_rproc driver works almost\n"
+ ">> match based on wkup_m3 at 44d00000. The existing wkup_m3_rproc driver works almost\n"
  ">> entirely as is with this, all cpu addresses are read and mapped correctly but\n"
  ">> the driver no longer will read the actual device addresses correctly which we\n"
  ">> need for understanding where to load the firmware sections.\n"
@@ -176,4 +168,4 @@
  "> Tony\n"
  >
 
-df095728d7b7bd6a164f5aaea78d54ec3827de7a00c9f26eddf29ac6f33f40b3
+fb0baee340a99769f888a835235eca7f4da15ce21dd4b0c03cdb5e469d4952fd

diff --git a/a/content_digest b/N2/content_digest
index 217c91e..160f76f 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -12,10 +12,10 @@
  "Date\0Wed, 11 Mar 2015 12:18:13 -0500\0"
  "To\0Tony Lindgren <tony@atomide.com>"
  " Dave Gerlach <d-gerlach@ti.com>\0"
- "Cc\0linux-arm-kernel@lists.infradead.org"
-  linux-kernel@vger.kernel.org
-  linux-omap@vger.kernel.org
-  devicetree@vger.kernel.org
+ "Cc\0<linux-arm-kernel@lists.infradead.org>"
+  <linux-kernel@vger.kernel.org>
+  <linux-omap@vger.kernel.org>
+  <devicetree@vger.kernel.org>
   Ohad Ben-Cohen <ohad@wizery.com>
   Kevin Hilman <khilman@linaro.org>
  " Felipe Balbi <balbi@ti.com>\0"
@@ -176,4 +176,4 @@
  "> Tony\n"
  >
 
-df095728d7b7bd6a164f5aaea78d54ec3827de7a00c9f26eddf29ac6f33f40b3
+332ebbc1575eb5f6bb2738e80bf20dd6273783d8bd7e3de61eb5c54860f08da6

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.