All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <520C07AD.9040003@codeaurora.org>

diff --git a/a/1.txt b/N1/1.txt
index cedc1a4..14441e7 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -49,7 +49,7 @@ On 8/2/2013 8:43 AM, Kumar Gala wrote:
 >> +
 >> +Example:
 >> +
->> +	kpss@2088000 {
+>> +	kpss at 2088000 {
 >> +		compatible = "qcom,kpss";
 >> +		reg = <0x02088000 0x1000
 >> +			0x02098000 0x2000>;
@@ -69,29 +69,29 @@ On 8/2/2013 8:43 AM, Kumar Gala wrote:
 >> +		device_type = "cpu";
 >> +		enable-method = "qcom,kpssv1";
 >> +
->> +		cpu@0 {
+>> +		cpu at 0 {
 >> +			reg = <0>;
 >> +		};
 >> +
->> +		cpu@1 {
+>> +		cpu at 1 {
 >> +			reg = <1>;
 >> +		};
 >> +	};
 >> +
->> 	intc: interrupt-controller@2000000 {
+>> 	intc: interrupt-controller at 2000000 {
 >> 		compatible = "qcom,msm-qgic2";
 >> 		interrupt-controller;
 >> @@ -37,6 +53,12 @@
 >> 		reg = <0xfd510000 0x4000>;
 >> 	};
 >>
->> +	kpss@2088000 {
+>> +	kpss at 2088000 {
 >> +		compatible = "qcom,kpss";
 >> +		reg = <0x02088000 0x1000
 >> +			0x02098000 0x2000>;
 >> +	};
 >> +
->> 	serial@16440000 {
+>> 	serial at 16440000 {
 >> 		compatible = "qcom,msm-hsuart", "qcom,msm-uart";
 >> 		reg = <0x16440000 0x1000>,
 >> diff --git a/arch/arm/mach-msm/platsmp.c b/arch/arm/mach-msm/platsmp.c
@@ -208,7 +208,7 @@ Will do.
 >>
 >> --
 >> To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in
->> the body of a message to majordomo@vger.kernel.org
+>> the body of a message to majordomo at vger.kernel.org
 >> More majordomo info at  http://vger.kernel.org/majordomo-info.html
 > --
 > Employee of Qualcomm Innovation Center, Inc.
@@ -216,7 +216,7 @@ Will do.
 >
 > --
 > To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in
-> the body of a message to majordomo@vger.kernel.org
+> the body of a message to majordomo at vger.kernel.org
 > More majordomo info at  http://vger.kernel.org/majordomo-info.html
 
 
diff --git a/a/content_digest b/N1/content_digest
index dfbf87e..14a2252 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,27 +1,10 @@
  "ref\01375409725-22004-1-git-send-email-rvaswani@codeaurora.org\0"
  "ref\01375409725-22004-4-git-send-email-rvaswani@codeaurora.org\0"
  "ref\044303FA4-18A4-4DD3-A3BE-27741B7460C4@codeaurora.org\0"
- "From\0Rohit Vaswani <rvaswani@codeaurora.org>\0"
- "Subject\0Re: [PATCH 3/4] ARM: msm: Add SMP support for 8960\0"
+ "From\0rvaswani@codeaurora.org (Rohit Vaswani)\0"
+ "Subject\0[PATCH 3/4] ARM: msm: Add SMP support for 8960\0"
  "Date\0Wed, 14 Aug 2013 15:41:49 -0700\0"
- "To\0Kumar Gala <galak@codeaurora.org>\0"
- "Cc\0David Brown <davidb@codeaurora.org>"
-  Rob Herring <rob.herring@calxeda.com>
-  Pawel Moll <pawel.moll@arm.com>
-  Mark Rutland <mark.rutland@arm.com>
-  Stephen Warren <swarren@wwwdotorg.org>
-  Ian Campbell <ian.campbell@citrix.com>
-  Rob Landley <rob@landley.net>
-  Russell King <linux@arm.linux.org.uk>
-  Daniel Walker <dwalker@fifo99.com>
-  Bryan Huntsman <bryanh@codeaurora.org>
-  Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
-  Nicolas Pitre <nico@linaro.org>
-  devicetree@vger.kernel.org
-  linux-doc@vger.kernel.org
-  linux-kernel@vger.kernel.org
-  linux-arm-kernel@lists.infradead.org
- " linux-arm-msm@vger.kernel.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On 8/2/2013 8:43 AM, Kumar Gala wrote:\n"
@@ -75,7 +58,7 @@
  ">> +\n"
  ">> +Example:\n"
  ">> +\n"
- ">> +\tkpss@2088000 {\n"
+ ">> +\tkpss at 2088000 {\n"
  ">> +\t\tcompatible = \"qcom,kpss\";\n"
  ">> +\t\treg = <0x02088000 0x1000\n"
  ">> +\t\t\t0x02098000 0x2000>;\n"
@@ -95,29 +78,29 @@
  ">> +\t\tdevice_type = \"cpu\";\n"
  ">> +\t\tenable-method = \"qcom,kpssv1\";\n"
  ">> +\n"
- ">> +\t\tcpu@0 {\n"
+ ">> +\t\tcpu at 0 {\n"
  ">> +\t\t\treg = <0>;\n"
  ">> +\t\t};\n"
  ">> +\n"
- ">> +\t\tcpu@1 {\n"
+ ">> +\t\tcpu at 1 {\n"
  ">> +\t\t\treg = <1>;\n"
  ">> +\t\t};\n"
  ">> +\t};\n"
  ">> +\n"
- ">> \tintc: interrupt-controller@2000000 {\n"
+ ">> \tintc: interrupt-controller at 2000000 {\n"
  ">> \t\tcompatible = \"qcom,msm-qgic2\";\n"
  ">> \t\tinterrupt-controller;\n"
  ">> @@ -37,6 +53,12 @@\n"
  ">> \t\treg = <0xfd510000 0x4000>;\n"
  ">> \t};\n"
  ">>\n"
- ">> +\tkpss@2088000 {\n"
+ ">> +\tkpss at 2088000 {\n"
  ">> +\t\tcompatible = \"qcom,kpss\";\n"
  ">> +\t\treg = <0x02088000 0x1000\n"
  ">> +\t\t\t0x02098000 0x2000>;\n"
  ">> +\t};\n"
  ">> +\n"
- ">> \tserial@16440000 {\n"
+ ">> \tserial at 16440000 {\n"
  ">> \t\tcompatible = \"qcom,msm-hsuart\", \"qcom,msm-uart\";\n"
  ">> \t\treg = <0x16440000 0x1000>,\n"
  ">> diff --git a/arch/arm/mach-msm/platsmp.c b/arch/arm/mach-msm/platsmp.c\n"
@@ -234,7 +217,7 @@
  ">>\n"
  ">> --\n"
  ">> To unsubscribe from this list: send the line \"unsubscribe linux-arm-msm\" in\n"
- ">> the body of a message to majordomo@vger.kernel.org\n"
+ ">> the body of a message to majordomo at vger.kernel.org\n"
  ">> More majordomo info at  http://vger.kernel.org/majordomo-info.html\n"
  "> --\n"
  "> Employee of Qualcomm Innovation Center, Inc.\n"
@@ -242,7 +225,7 @@
  ">\n"
  "> --\n"
  "> To unsubscribe from this list: send the line \"unsubscribe linux-arm-msm\" in\n"
- "> the body of a message to majordomo@vger.kernel.org\n"
+ "> the body of a message to majordomo at vger.kernel.org\n"
  "> More majordomo info at  http://vger.kernel.org/majordomo-info.html\n"
  "\n"
  "\n"
@@ -252,4 +235,4 @@
  "-- \n"
  The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, hosted by The Linux Foundation
 
-c3bce64e1650d9034b703a4c8c756cb91e4af64f1187258dfb4d60a0a5a3c88f
+0cea719f7b05da0848960316a7173e25101214ede8e5b83796ac4d5535bb79a0

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.