All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20160826175502.GY19826@codeaurora.org>

diff --git a/a/1.txt b/N1/1.txt
index d68968a..a7652b4 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -13,7 +13,7 @@ On 08/23, Neil Armstrong wrote:
 > +		#address-cells = <1>;
 > +		#size-cells = <0>;
 > +
-> +		cpu0: cpu@0 {
+> +		cpu0: cpu at 0 {
 > +			compatible = "arm,cortex-a5";
 > +			device_type = "cpu";
 > +			next-level-cache = <&L2>;
@@ -64,12 +64,12 @@ Missing unit address.
 > +		};
 [..]
 > +
-> +		qcom,ssbi@500000 {
+> +		qcom,ssbi at 500000 {
 > +			compatible = "qcom,ssbi";
 > +			reg = <0x500000 0x1000>;
 > +			qcom,controller-type = "pmic-arbiter";
 > +
-> +			pmicintc: pmic@0 {
+> +			pmicintc: pmic at 0 {
 > +				compatible = "qcom,pm8018", "qcom,pm8921";
 > +				interrupts = <GIC_PPI 226 IRQ_TYPE_LEVEL_HIGH>;
 > +				#interrupt-cells = <2>;
@@ -77,7 +77,7 @@ Missing unit address.
 > +				#address-cells = <1>;
 > +				#size-cells = <0>;
 > +
-> +				pwrkey@1c {
+> +				pwrkey at 1c {
 > +					compatible = "qcom,pm8018-pwrkey", "qcom,pm8921-pwrkey";
 > +					reg = <0x1c>;
 > +					interrupt-parent = <&pmicintc>;
@@ -90,7 +90,7 @@ IRQ_TYPE_EDGE_RISING?
 > +					pull-up;
 > +				};
 > +
-> +				pmicmpp: mpp@50 {
+> +				pmicmpp: mpp at 50 {
 > +					compatible = "qcom,pm8018-mpp", "qcom,ssbi-mpp";
 > +					interrupt-parent = <&pmicintc>;
 > +					interrupts = <24 IRQ_TYPE_NONE>,
@@ -107,7 +107,7 @@ These are right though.
 > +					#gpio-cells = <2>;
 > +				};
 > +
-> +				rtc@11d {
+> +				rtc at 11d {
 > +					compatible = "qcom,pm8018-rtc", "qcom,pm8921-rtc";
 > +					interrupt-parent = <&pmicintc>;
 > +					interrupts = <39 IRQ_TYPE_NONE>;
@@ -118,7 +118,7 @@ IRQ_TYPE_EDGE_RISING?
 > +					allow-set-time;
 > +				};
 > +
-> +				pmicgpio: gpio@150 {
+> +				pmicgpio: gpio at 150 {
 > +					compatible = "qcom,pm8018-gpio", "qcom,ssbi-gpio";
 > +					interrupt-parent = <&pmicintc>;
 > +					interrupts = <24 IRQ_TYPE_NONE>,
@@ -136,7 +136,7 @@ These are right though.
 > +			};
 > +		};
 > +
-> +		rpm: rpm@108000 {
+> +		rpm: rpm at 108000 {
 > +			compatible = "qcom,rpm-mdm9615";
 > +			reg = <0x108000 0x1000>;
 > +
@@ -149,7 +149,3 @@ IRQ_TYPE_EDGE_RISING and GIC_SPI?
 -- 
 Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
 a Linux Foundation Collaborative Project
---
-To unsubscribe from this list: send the line "unsubscribe devicetree" in
-the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N1/content_digest
index 69ed9ee..7ba0639 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,18 +1,9 @@
  "ref\01471951850-29842-1-git-send-email-narmstrong@baylibre.com\0"
  "ref\01471951850-29842-2-git-send-email-narmstrong@baylibre.com\0"
- "ref\01471951850-29842-2-git-send-email-narmstrong-rdvid1DuHRBWk0Htik3J/w@public.gmane.org\0"
- "From\0Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>\0"
- "Subject\0Re: [PATCH v3 1/2] ARM: dts: Add MDM9615 dtsi\0"
+ "From\0sboyd@codeaurora.org (Stephen Boyd)\0"
+ "Subject\0[PATCH v3 1/2] ARM: dts: Add MDM9615 dtsi\0"
  "Date\0Fri, 26 Aug 2016 10:55:02 -0700\0"
- "To\0Neil Armstrong <narmstrong-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>\0"
- "Cc\0andy.gross-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org"
-  david.brown-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org
-  linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org
-  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-arm-msm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
- " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On 08/23, Neil Armstrong wrote:\n"
@@ -30,7 +21,7 @@
  "> +\t\t#address-cells = <1>;\n"
  "> +\t\t#size-cells = <0>;\n"
  "> +\n"
- "> +\t\tcpu0: cpu@0 {\n"
+ "> +\t\tcpu0: cpu at 0 {\n"
  "> +\t\t\tcompatible = \"arm,cortex-a5\";\n"
  "> +\t\t\tdevice_type = \"cpu\";\n"
  "> +\t\t\tnext-level-cache = <&L2>;\n"
@@ -81,12 +72,12 @@
  "> +\t\t};\n"
  "[..]\n"
  "> +\n"
- "> +\t\tqcom,ssbi@500000 {\n"
+ "> +\t\tqcom,ssbi at 500000 {\n"
  "> +\t\t\tcompatible = \"qcom,ssbi\";\n"
  "> +\t\t\treg = <0x500000 0x1000>;\n"
  "> +\t\t\tqcom,controller-type = \"pmic-arbiter\";\n"
  "> +\n"
- "> +\t\t\tpmicintc: pmic@0 {\n"
+ "> +\t\t\tpmicintc: pmic at 0 {\n"
  "> +\t\t\t\tcompatible = \"qcom,pm8018\", \"qcom,pm8921\";\n"
  "> +\t\t\t\tinterrupts = <GIC_PPI 226 IRQ_TYPE_LEVEL_HIGH>;\n"
  "> +\t\t\t\t#interrupt-cells = <2>;\n"
@@ -94,7 +85,7 @@
  "> +\t\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t\t#size-cells = <0>;\n"
  "> +\n"
- "> +\t\t\t\tpwrkey@1c {\n"
+ "> +\t\t\t\tpwrkey at 1c {\n"
  "> +\t\t\t\t\tcompatible = \"qcom,pm8018-pwrkey\", \"qcom,pm8921-pwrkey\";\n"
  "> +\t\t\t\t\treg = <0x1c>;\n"
  "> +\t\t\t\t\tinterrupt-parent = <&pmicintc>;\n"
@@ -107,7 +98,7 @@
  "> +\t\t\t\t\tpull-up;\n"
  "> +\t\t\t\t};\n"
  "> +\n"
- "> +\t\t\t\tpmicmpp: mpp@50 {\n"
+ "> +\t\t\t\tpmicmpp: mpp at 50 {\n"
  "> +\t\t\t\t\tcompatible = \"qcom,pm8018-mpp\", \"qcom,ssbi-mpp\";\n"
  "> +\t\t\t\t\tinterrupt-parent = <&pmicintc>;\n"
  "> +\t\t\t\t\tinterrupts = <24 IRQ_TYPE_NONE>,\n"
@@ -124,7 +115,7 @@
  "> +\t\t\t\t\t#gpio-cells = <2>;\n"
  "> +\t\t\t\t};\n"
  "> +\n"
- "> +\t\t\t\trtc@11d {\n"
+ "> +\t\t\t\trtc at 11d {\n"
  "> +\t\t\t\t\tcompatible = \"qcom,pm8018-rtc\", \"qcom,pm8921-rtc\";\n"
  "> +\t\t\t\t\tinterrupt-parent = <&pmicintc>;\n"
  "> +\t\t\t\t\tinterrupts = <39 IRQ_TYPE_NONE>;\n"
@@ -135,7 +126,7 @@
  "> +\t\t\t\t\tallow-set-time;\n"
  "> +\t\t\t\t};\n"
  "> +\n"
- "> +\t\t\t\tpmicgpio: gpio@150 {\n"
+ "> +\t\t\t\tpmicgpio: gpio at 150 {\n"
  "> +\t\t\t\t\tcompatible = \"qcom,pm8018-gpio\", \"qcom,ssbi-gpio\";\n"
  "> +\t\t\t\t\tinterrupt-parent = <&pmicintc>;\n"
  "> +\t\t\t\t\tinterrupts = <24 IRQ_TYPE_NONE>,\n"
@@ -153,7 +144,7 @@
  "> +\t\t\t};\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\trpm: rpm@108000 {\n"
+ "> +\t\trpm: rpm at 108000 {\n"
  "> +\t\t\tcompatible = \"qcom,rpm-mdm9615\";\n"
  "> +\t\t\treg = <0x108000 0x1000>;\n"
  "> +\n"
@@ -165,10 +156,6 @@
  "\n"
  "-- \n"
  "Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,\n"
- "a Linux Foundation Collaborative Project\n"
- "--\n"
- "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n"
- "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
- More majordomo info at  http://vger.kernel.org/majordomo-info.html
+ a Linux Foundation Collaborative Project
 
-1901b3d940f9b05dd3b80d734de04be1fdeb5c6d6142cde4d87f18df855df7f3
+bb5953cc6817b60bcb850a900c17e07283cf55f042f6960e3e146dce95eae721

diff --git a/a/1.txt b/N2/1.txt
index d68968a..3016c96 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -149,7 +149,3 @@ IRQ_TYPE_EDGE_RISING and GIC_SPI?
 -- 
 Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
 a Linux Foundation Collaborative Project
---
-To unsubscribe from this list: send the line "unsubscribe devicetree" in
-the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N2/content_digest
index 69ed9ee..f7d652e 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,18 +1,17 @@
  "ref\01471951850-29842-1-git-send-email-narmstrong@baylibre.com\0"
  "ref\01471951850-29842-2-git-send-email-narmstrong@baylibre.com\0"
- "ref\01471951850-29842-2-git-send-email-narmstrong-rdvid1DuHRBWk0Htik3J/w@public.gmane.org\0"
- "From\0Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>\0"
+ "From\0Stephen Boyd <sboyd@codeaurora.org>\0"
  "Subject\0Re: [PATCH v3 1/2] ARM: dts: Add MDM9615 dtsi\0"
  "Date\0Fri, 26 Aug 2016 10:55:02 -0700\0"
- "To\0Neil Armstrong <narmstrong-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>\0"
- "Cc\0andy.gross-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org"
-  david.brown-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org
-  linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org
-  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-arm-msm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
- " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0"
+ "To\0Neil Armstrong <narmstrong@baylibre.com>\0"
+ "Cc\0andy.gross@linaro.org"
+  david.brown@linaro.org
+  linux@armlinux.org.uk
+  devicetree@vger.kernel.org
+  linux-kernel@vger.kernel.org
+  linux-arm-msm@vger.kernel.org
+  linux-soc@vger.kernel.org
+ " linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On 08/23, Neil Armstrong wrote:\n"
@@ -165,10 +164,6 @@
  "\n"
  "-- \n"
  "Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,\n"
- "a Linux Foundation Collaborative Project\n"
- "--\n"
- "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n"
- "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
- More majordomo info at  http://vger.kernel.org/majordomo-info.html
+ a Linux Foundation Collaborative Project
 
-1901b3d940f9b05dd3b80d734de04be1fdeb5c6d6142cde4d87f18df855df7f3
+0d1e3f309108d8b133d00a18cfdf4d1c880736516dab4bc29dc61b4854c275c6

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.