All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <57CAC6AF.5090506@baylibre.com>

diff --git a/a/1.txt b/N1/1.txt
index cabbeac..ce64d56 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,6 +1,6 @@
 
 
-Le 26/08/2016 19:55, Stephen Boyd a écrit :
+Le 26/08/2016 19:55, Stephen Boyd a ?crit :
 > On 08/23, Neil Armstrong wrote:
 >> diff --git a/arch/arm/boot/dts/qcom-mdm9615.dtsi b/arch/arm/boot/dts/qcom-mdm9615.dtsi
 >> new file mode 100644
@@ -16,7 +16,7 @@ Le 26/08/2016 19:55, Stephen Boyd a écrit :
 >> +		#address-cells = <1>;
 >> +		#size-cells = <0>;
 >> +
->> +		cpu0: cpu@0 {
+>> +		cpu0: cpu at 0 {
 >> +			compatible = "arm,cortex-a5";
 >> +			device_type = "cpu";
 >> +			next-level-cache = <&L2>;
@@ -74,12 +74,12 @@ Done.
 >> +		};
 > [..]
 >> +
->> +		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>;
@@ -87,7 +87,7 @@ Done.
 >> +				#address-cells = <1>;
 >> +				#size-cells = <0>;
 >> +
->> +				pwrkey@1c {
+>> +				pwrkey at 1c {
 >> +					compatible = "qcom,pm8018-pwrkey", "qcom,pm8921-pwrkey";
 >> +					reg = <0x1c>;
 >> +					interrupt-parent = <&pmicintc>;
@@ -102,7 +102,7 @@ Crap, I'll revert these.
 >> +					pull-up;
 >> +				};
 >> +
->> +				pmicmpp: mpp@50 {
+>> +				pmicmpp: mpp at 50 {
 >> +					compatible = "qcom,pm8018-mpp", "qcom,ssbi-mpp";
 >> +					interrupt-parent = <&pmicintc>;
 >> +					interrupts = <24 IRQ_TYPE_NONE>,
@@ -119,7 +119,7 @@ Crap, I'll revert these.
 >> +					#gpio-cells = <2>;
 >> +				};
 >> +
->> +				rtc@11d {
+>> +				rtc at 11d {
 >> +					compatible = "qcom,pm8018-rtc", "qcom,pm8921-rtc";
 >> +					interrupt-parent = <&pmicintc>;
 >> +					interrupts = <39 IRQ_TYPE_NONE>;
@@ -132,7 +132,7 @@ Crap, Crap, reverting...
 >> +					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>,
@@ -150,7 +150,7 @@ Crap, Crap, reverting...
 >> +			};
 >> +		};
 >> +
->> +		rpm: rpm@108000 {
+>> +		rpm: rpm at 108000 {
 >> +			compatible = "qcom,rpm-mdm9615";
 >> +			reg = <0x108000 0x1000>;
 >> +
diff --git a/a/content_digest b/N1/content_digest
index 6b22e02..710d965 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,23 +1,15 @@
  "ref\01471951850-29842-1-git-send-email-narmstrong@baylibre.com\0"
  "ref\01471951850-29842-2-git-send-email-narmstrong@baylibre.com\0"
  "ref\020160826175502.GY19826@codeaurora.org\0"
- "From\0Neil Armstrong <narmstrong@baylibre.com>\0"
- "Subject\0Re: [PATCH v3 1/2] ARM: dts: Add MDM9615 dtsi\0"
+ "From\0narmstrong@baylibre.com (Neil Armstrong)\0"
+ "Subject\0[PATCH v3 1/2] ARM: dts: Add MDM9615 dtsi\0"
  "Date\0Sat, 03 Sep 2016 14:48:47 +0200\0"
- "To\0Stephen Boyd <sboyd@codeaurora.org>\0"
- "Cc\0devicetree@vger.kernel.org"
-  linux-arm-msm@vger.kernel.org
-  linux@armlinux.org.uk
-  linux-kernel@vger.kernel.org
-  david.brown@linaro.org
-  andy.gross@linaro.org
-  linux-soc@vger.kernel.org
- " linux-arm-kernel@lists.infradead.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "\n"
  "\n"
- "Le 26/08/2016 19:55, Stephen Boyd a \303\251crit :\n"
+ "Le 26/08/2016 19:55, Stephen Boyd a ?crit :\n"
  "> On 08/23, Neil Armstrong wrote:\n"
  ">> diff --git a/arch/arm/boot/dts/qcom-mdm9615.dtsi b/arch/arm/boot/dts/qcom-mdm9615.dtsi\n"
  ">> new file mode 100644\n"
@@ -33,7 +25,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"
@@ -91,12 +83,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"
@@ -104,7 +96,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"
@@ -119,7 +111,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"
@@ -136,7 +128,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"
@@ -149,7 +141,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"
@@ -167,7 +159,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"
@@ -182,4 +174,4 @@
  "Thanks,\n"
  Neil
 
-a0b8315ef8dbe3772a4b826329d849d35126498f255b84fe7a5c01d1a56b3cc8
+be048ac1358c183215a2f4764ae78cc8d584b3bdf521ca9357056db242a74f09

diff --git a/a/content_digest b/N2/content_digest
index 6b22e02..c13d1b9 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -5,12 +5,12 @@
  "Subject\0Re: [PATCH v3 1/2] ARM: dts: Add MDM9615 dtsi\0"
  "Date\0Sat, 03 Sep 2016 14:48:47 +0200\0"
  "To\0Stephen Boyd <sboyd@codeaurora.org>\0"
- "Cc\0devicetree@vger.kernel.org"
-  linux-arm-msm@vger.kernel.org
+ "Cc\0andy.gross@linaro.org"
+  david.brown@linaro.org
   linux@armlinux.org.uk
+  devicetree@vger.kernel.org
   linux-kernel@vger.kernel.org
-  david.brown@linaro.org
-  andy.gross@linaro.org
+  linux-arm-msm@vger.kernel.org
   linux-soc@vger.kernel.org
  " linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
@@ -182,4 +182,4 @@
  "Thanks,\n"
  Neil
 
-a0b8315ef8dbe3772a4b826329d849d35126498f255b84fe7a5c01d1a56b3cc8
+4643f1c2ae9b36a5958239c8d3744f7207b5771d942d4934ef88c84f67069268

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.