All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <542DA2B6.3020201@codeaurora.org>

diff --git a/a/1.txt b/N1/1.txt
index c1c3ace..0eb511a 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -27,7 +27,7 @@ that bad, but that's a matter of opinion.
 >
 > Something like this perhaps:
 >
-> 	timer@200a000 {
+> 	timer at 200a000 {
 > 		compatible = "qcom,kpss-timer", "qcom,msm-timer";
 > 		interrupts = <1 1 0x301>,
 > 			     <1 2 0x301>,
@@ -41,7 +41,7 @@ that bad, but that's a matter of opinion.
 > 		#size-cells = <1>;
 > 		ranges;
 >
-> 		cpu0_wdt0: watchdog@208a038 {
+> 		cpu0_wdt0: watchdog at 208a038 {
 > 			compatible = "qcom,kpss-wdt";
 > 			reg = <0x208a038 0x40>;
 > 			interrupts = <1 4 0x301>,
@@ -50,7 +50,7 @@ that bad, but that's a matter of opinion.
 > 			cpu = <&cpu0>;
 > 		};
 >
-> 		cpu0_wdt1: watchdog@208a060 {
+> 		cpu0_wdt1: watchdog at 208a060 {
 > 			compatible = "qcom,kpss-wdt";
 > 			reg = <0x208a060 0x40>;
 > 			interrupts = <1 5 0x301>,
@@ -59,7 +59,7 @@ that bad, but that's a matter of opinion.
 > 			cpu = <&cpu0>;
 > 		};
 >
-> 		cpu1_wdt0: watchdog@209a038 {
+> 		cpu1_wdt0: watchdog at 209a038 {
 > 			compatible = "qcom,kpss-wdt";
 > 			reg = <0x209a038 0x40>;
 > 			interrupts = <1 4 0x301>,
@@ -68,7 +68,7 @@ that bad, but that's a matter of opinion.
 > 			cpu = <&cpu1>;
 > 		};
 >
-> 		cpu1_wdt1: watchdog@209a060 {
+> 		cpu1_wdt1: watchdog at 209a060 {
 > 			compatible = "qcom,kpss-wdt";
 > 			reg = <0x209a060 0x40>;
 > 			interrupts = <1 5 0x301>,
@@ -82,7 +82,7 @@ that bad, but that's a matter of opinion.
 
 I'm thinking:
 
-                timer@200a000 {
+                timer at 200a000 {
                         compatible = "qcom,kpss-timer", "qcom,msm-timer";
                         interrupts = <1 1 0x301>,
                                      <1 2 0x301>,
diff --git a/a/content_digest b/N1/content_digest
index 2a6a758..5772737 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,20 +2,10 @@
  "ref\050c0ec1514173ce07641a95839e939dcda41b110.1412182773.git.joshc@codeaurora.org\0"
  "ref\020141001172855.GL10233@codeaurora.org\0"
  "ref\020141001181557.GQ868@joshc.qualcomm.com\0"
- "From\0Stephen Boyd <sboyd@codeaurora.org>\0"
- "Subject\0Re: [PATCH 2/4] ARM: qcom: add description of KPSS WDT for IPQ8064\0"
+ "From\0sboyd@codeaurora.org (Stephen Boyd)\0"
+ "Subject\0[PATCH 2/4] ARM: qcom: add description of KPSS WDT for IPQ8064\0"
  "Date\0Thu, 02 Oct 2014 12:08:38 -0700\0"
- "To\0Josh Cartwright <joshc@codeaurora.org>\0"
- "Cc\0Kumar Gala <galak@codeaurora.org>"
-  Rob Herring <robh+dt@kernel.org>
-  Pawel Moll <pawel.moll@arm.com>
-  Mark Rutland <mark.rutland@arm.com>
-  Ian Campbell <ijc+devicetree@hellion.org.uk>
-  linux-arm-msm@vger.kernel.org
-  Russell King <linux@arm.linux.org.uk>
-  devicetree@vger.kernel.org
-  linux-arm-kernel@lists.infradead.org
- " linux-kernel@vger.kernel.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On 10/01/14 11:15, Josh Cartwright wrote:\n"
@@ -47,7 +37,7 @@
  ">\n"
  "> Something like this perhaps:\n"
  ">\n"
- "> \ttimer@200a000 {\n"
+ "> \ttimer at 200a000 {\n"
  "> \t\tcompatible = \"qcom,kpss-timer\", \"qcom,msm-timer\";\n"
  "> \t\tinterrupts = <1 1 0x301>,\n"
  "> \t\t\t     <1 2 0x301>,\n"
@@ -61,7 +51,7 @@
  "> \t\t#size-cells = <1>;\n"
  "> \t\tranges;\n"
  ">\n"
- "> \t\tcpu0_wdt0: watchdog@208a038 {\n"
+ "> \t\tcpu0_wdt0: watchdog at 208a038 {\n"
  "> \t\t\tcompatible = \"qcom,kpss-wdt\";\n"
  "> \t\t\treg = <0x208a038 0x40>;\n"
  "> \t\t\tinterrupts = <1 4 0x301>,\n"
@@ -70,7 +60,7 @@
  "> \t\t\tcpu = <&cpu0>;\n"
  "> \t\t};\n"
  ">\n"
- "> \t\tcpu0_wdt1: watchdog@208a060 {\n"
+ "> \t\tcpu0_wdt1: watchdog at 208a060 {\n"
  "> \t\t\tcompatible = \"qcom,kpss-wdt\";\n"
  "> \t\t\treg = <0x208a060 0x40>;\n"
  "> \t\t\tinterrupts = <1 5 0x301>,\n"
@@ -79,7 +69,7 @@
  "> \t\t\tcpu = <&cpu0>;\n"
  "> \t\t};\n"
  ">\n"
- "> \t\tcpu1_wdt0: watchdog@209a038 {\n"
+ "> \t\tcpu1_wdt0: watchdog at 209a038 {\n"
  "> \t\t\tcompatible = \"qcom,kpss-wdt\";\n"
  "> \t\t\treg = <0x209a038 0x40>;\n"
  "> \t\t\tinterrupts = <1 4 0x301>,\n"
@@ -88,7 +78,7 @@
  "> \t\t\tcpu = <&cpu1>;\n"
  "> \t\t};\n"
  ">\n"
- "> \t\tcpu1_wdt1: watchdog@209a060 {\n"
+ "> \t\tcpu1_wdt1: watchdog at 209a060 {\n"
  "> \t\t\tcompatible = \"qcom,kpss-wdt\";\n"
  "> \t\t\treg = <0x209a060 0x40>;\n"
  "> \t\t\tinterrupts = <1 5 0x301>,\n"
@@ -102,7 +92,7 @@
  "\n"
  "I'm thinking:\n"
  "\n"
- "                timer@200a000 {\n"
+ "                timer at 200a000 {\n"
  "                        compatible = \"qcom,kpss-timer\", \"qcom,msm-timer\";\n"
  "                        interrupts = <1 1 0x301>,\n"
  "                                     <1 2 0x301>,\n"
@@ -132,4 +122,4 @@
  "Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,\n"
  hosted by The Linux Foundation
 
-e5fc3b4bf56f5e0df2d239ab52e48a6149308662238c4a0b60bc4e463cccc46a
+10927bc75fb1dc5b3803ebedfc0fafb1aa293b73322bc9afab6b7764155daaf2

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.