All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <5434723F.70800@codeaurora.org>

diff --git a/a/1.txt b/N1/1.txt
index dc261e6..5e16c05 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -4,7 +4,7 @@ On 10/07/2014 03:10 PM, Josh Cartwright wrote:
 >> On 10/01/14 11:15, Josh Cartwright wrote:
 >>> Something like this perhaps:
 >>>
->>> 	timer@200a000 {
+>>> 	timer at 200a000 {
 >>> 		compatible = "qcom,kpss-timer", "qcom,msm-timer";
 >>> 		interrupts = <1 1 0x301>,
 >>> 			     <1 2 0x301>,
@@ -18,7 +18,7 @@ On 10/07/2014 03:10 PM, Josh Cartwright wrote:
 >>> 		#size-cells = <1>;
 >>> 		ranges;
 >>>
->>> 		cpu0_wdt0: watchdog@208a038 {
+>>> 		cpu0_wdt0: watchdog at 208a038 {
 >>> 			compatible = "qcom,kpss-wdt";
 >>> 			reg = <0x208a038 0x40>;
 >>> 			interrupts = <1 4 0x301>,
@@ -27,7 +27,7 @@ On 10/07/2014 03:10 PM, Josh Cartwright wrote:
 >>> 			cpu = <&cpu0>;
 >>> 		};
 >>>
->>> 		cpu0_wdt1: watchdog@208a060 {
+>>> 		cpu0_wdt1: watchdog at 208a060 {
 >>> 			compatible = "qcom,kpss-wdt";
 >>> 			reg = <0x208a060 0x40>;
 >>> 			interrupts = <1 5 0x301>,
@@ -36,7 +36,7 @@ On 10/07/2014 03:10 PM, Josh Cartwright wrote:
 >>> 			cpu = <&cpu0>;
 >>> 		};
 >>>
->>> 		cpu1_wdt0: watchdog@209a038 {
+>>> 		cpu1_wdt0: watchdog at 209a038 {
 >>> 			compatible = "qcom,kpss-wdt";
 >>> 			reg = <0x209a038 0x40>;
 >>> 			interrupts = <1 4 0x301>,
@@ -45,7 +45,7 @@ On 10/07/2014 03:10 PM, Josh Cartwright wrote:
 >>> 			cpu = <&cpu1>;
 >>> 		};
 >>>
->>> 		cpu1_wdt1: watchdog@209a060 {
+>>> 		cpu1_wdt1: watchdog at 209a060 {
 >>> 			compatible = "qcom,kpss-wdt";
 >>> 			reg = <0x209a060 0x40>;
 >>> 			interrupts = <1 5 0x301>,
@@ -58,7 +58,7 @@ On 10/07/2014 03:10 PM, Josh Cartwright wrote:
 >>>
 >> 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 95ff6ca..ce9f697 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -4,20 +4,10 @@
  "ref\020141001181557.GQ868@joshc.qualcomm.com\0"
  "ref\0542DA2B6.3020201@codeaurora.org\0"
  "ref\020141007221044.GR868@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\0Tue, 07 Oct 2014 16:07:43 -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/07/2014 03:10 PM, Josh Cartwright wrote:\n"
@@ -26,7 +16,7 @@
  ">> On 10/01/14 11:15, Josh Cartwright wrote:\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"
@@ -40,7 +30,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"
@@ -49,7 +39,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"
@@ -58,7 +48,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"
@@ -67,7 +57,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"
@@ -80,7 +70,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"
@@ -108,4 +98,4 @@
  "Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,\n"
  hosted by The Linux Foundation
 
-32fa49215b411c29377a74e1daea35dd67afa013063cd788036844f11694d04a
+1fc20df2ef4fb6b2278ec9850a1773e3b9e9d10dc1f8de24ef8f5ef11e36daa3

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.