All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <552826F6.5040105@linaro.org>

diff --git a/a/1.txt b/N1/1.txt
index 32f3ac0..937bf3f 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -6,7 +6,7 @@ On 10/04/15 18:04, Stephen Boyd wrote:
 >>   			};
 >>   		};
 >>
->> +		ext_3p3v: regulator-fixed@1 {
+>> +		ext_3p3v: regulator-fixed at 1 {
 >> +			compatible = "regulator-fixed";
 >> +			regulator-min-microvolt = <3300000>;
 >> +			regulator-max-microvolt = <3300000>;
@@ -28,7 +28,7 @@ the past. I might have missed it. Any advantage of doing this way?
 > 	regulators {
 > 		compatible = "simple-bus";
 >
-> 		ext_3p3v: fixedregulator@0 {
+> 		ext_3p3v: fixedregulator at 0 {
 > 			compatible = "regulator-fixed";
 > 			...
 > 		};
@@ -37,7 +37,7 @@ the past. I might have missed it. Any advantage of doing this way?
 I will move this to the suggested style in next version.
 >
 >> +
->>   		qcom,ssbi@500000 {
+>>   		qcom,ssbi at 500000 {
 >>   			compatible = "qcom,ssbi";
 >>   			reg = <0x00500000 0x1000>;
 >> @@ -522,5 +549,82 @@
@@ -45,7 +45,7 @@ I will move this to the suggested style in next version.
 >>   			reg = <0x1a400000 0x100>;
 >>   		};
 >> +
->> +		hdmi: qcom,hdmi-tx@4a00000 {
+>> +		hdmi: qcom,hdmi-tx at 4a00000 {
 >> +			compatible = "qcom,hdmi-tx-8960";
 >> +			reg-names = "core_physical";
 >> +			reg = <0x04a00000 0x1000>;
@@ -80,7 +80,7 @@ consistent with the examples and the driver, which I guess is another issue.
 >> +			pinctrl-0 = <&hdmi_pinctrl>;
 >> +		};
 >> +
->> +		gpu: qcom,adreno-3xx@4300000 {
+>> +		gpu: qcom,adreno-3xx at 4300000 {
 >> +			compatible = "qcom,adreno-3xx";
 >> +			reg = <0x04300000 0x20000>;
 >> +			reg-names = "kgsl_3d0_reg_memory";
@@ -99,10 +99,10 @@ consistent with the examples and the driver, which I guess is another issue.
 >> +			qcom,chipid = <0x03020002>;
 >> +			qcom,gpu-pwrlevels {
 >> +				compatible = "qcom,gpu-pwrlevels";
->> +				qcom,gpu-pwrlevel@0 {
+>> +				qcom,gpu-pwrlevel at 0 {
 >> +					qcom,gpu-freq = <450000000>;
 >> +				};
->> +				qcom,gpu-pwrlevel@1 {
+>> +				qcom,gpu-pwrlevel at 1 {
 >> +					qcom,gpu-freq = <27000000>;
 >> +				};
 >> +			};
diff --git a/a/content_digest b/N1/content_digest
index 8f85ff9..7628f81 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,22 +1,10 @@
  "ref\01428669187-10775-1-git-send-email-srinivas.kandagatla@linaro.org\0"
  "ref\01428669271-11032-1-git-send-email-srinivas.kandagatla@linaro.org\0"
  "ref\0552802B6.2040804@codeaurora.org\0"
- "From\0Srinivas Kandagatla <srinivas.kandagatla@linaro.org>\0"
- "Subject\0Re: [PATCH v2 06/12] ARM: dts: apq8064: Add MDP support\0"
+ "From\0srinivas.kandagatla@linaro.org (Srinivas Kandagatla)\0"
+ "Subject\0[PATCH v2 06/12] ARM: dts: apq8064: Add MDP support\0"
  "Date\0Fri, 10 Apr 2015 20:39:34 +0100\0"
- "To\0Stephen Boyd <sboyd@codeaurora.org>"
-  galak@codeaurora.org
- " linux-arm-msm@vger.kernel.org\0"
- "Cc\0bjorn.andersson@sonymobile.com"
-  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>
-  Russell King <linux@arm.linux.org.uk>
-  devicetree@vger.kernel.org
-  linux-arm-kernel@lists.infradead.org
-  linux-kernel@vger.kernel.org
- " Rob Clark <robdclark@gmail.com>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "\n"
@@ -27,7 +15,7 @@
  ">>   \t\t\t};\n"
  ">>   \t\t};\n"
  ">>\n"
- ">> +\t\text_3p3v: regulator-fixed@1 {\n"
+ ">> +\t\text_3p3v: regulator-fixed at 1 {\n"
  ">> +\t\t\tcompatible = \"regulator-fixed\";\n"
  ">> +\t\t\tregulator-min-microvolt = <3300000>;\n"
  ">> +\t\t\tregulator-max-microvolt = <3300000>;\n"
@@ -49,7 +37,7 @@
  "> \tregulators {\n"
  "> \t\tcompatible = \"simple-bus\";\n"
  ">\n"
- "> \t\text_3p3v: fixedregulator@0 {\n"
+ "> \t\text_3p3v: fixedregulator at 0 {\n"
  "> \t\t\tcompatible = \"regulator-fixed\";\n"
  "> \t\t\t...\n"
  "> \t\t};\n"
@@ -58,7 +46,7 @@
  "I will move this to the suggested style in next version.\n"
  ">\n"
  ">> +\n"
- ">>   \t\tqcom,ssbi@500000 {\n"
+ ">>   \t\tqcom,ssbi at 500000 {\n"
  ">>   \t\t\tcompatible = \"qcom,ssbi\";\n"
  ">>   \t\t\treg = <0x00500000 0x1000>;\n"
  ">> @@ -522,5 +549,82 @@\n"
@@ -66,7 +54,7 @@
  ">>   \t\t\treg = <0x1a400000 0x100>;\n"
  ">>   \t\t};\n"
  ">> +\n"
- ">> +\t\thdmi: qcom,hdmi-tx@4a00000 {\n"
+ ">> +\t\thdmi: qcom,hdmi-tx at 4a00000 {\n"
  ">> +\t\t\tcompatible = \"qcom,hdmi-tx-8960\";\n"
  ">> +\t\t\treg-names = \"core_physical\";\n"
  ">> +\t\t\treg = <0x04a00000 0x1000>;\n"
@@ -101,7 +89,7 @@
  ">> +\t\t\tpinctrl-0 = <&hdmi_pinctrl>;\n"
  ">> +\t\t};\n"
  ">> +\n"
- ">> +\t\tgpu: qcom,adreno-3xx@4300000 {\n"
+ ">> +\t\tgpu: qcom,adreno-3xx at 4300000 {\n"
  ">> +\t\t\tcompatible = \"qcom,adreno-3xx\";\n"
  ">> +\t\t\treg = <0x04300000 0x20000>;\n"
  ">> +\t\t\treg-names = \"kgsl_3d0_reg_memory\";\n"
@@ -120,10 +108,10 @@
  ">> +\t\t\tqcom,chipid = <0x03020002>;\n"
  ">> +\t\t\tqcom,gpu-pwrlevels {\n"
  ">> +\t\t\t\tcompatible = \"qcom,gpu-pwrlevels\";\n"
- ">> +\t\t\t\tqcom,gpu-pwrlevel@0 {\n"
+ ">> +\t\t\t\tqcom,gpu-pwrlevel at 0 {\n"
  ">> +\t\t\t\t\tqcom,gpu-freq = <450000000>;\n"
  ">> +\t\t\t\t};\n"
- ">> +\t\t\t\tqcom,gpu-pwrlevel@1 {\n"
+ ">> +\t\t\t\tqcom,gpu-pwrlevel at 1 {\n"
  ">> +\t\t\t\t\tqcom,gpu-freq = <27000000>;\n"
  ">> +\t\t\t\t};\n"
  ">> +\t\t\t};\n"
@@ -136,4 +124,4 @@
  "\n"
  >
 
-95f1521f8bdd6f974c5293e031076c67ed7c892ae91184ee6677a90392feea14
+9a3011a1913032ca57f3c293b45a81fe6918bbe34bc75c4fa50a15e39d18fb3d

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.