All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1526901932-9514-12-git-send-email-ilialin@codeaurora.org>

diff --git a/a/1.txt b/N1/1.txt
index ad98b9b..f18bd22 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -80,7 +80,7 @@ index 0000000..c2127b9
 +		#address-cells = <2>;
 +		#size-cells = <0>;
 +
-+		CPU0: cpu@0 {
++		CPU0: cpu at 0 {
 +			device_type = "cpu";
 +			compatible = "qcom,kryo";
 +			reg = <0x0 0x0>;
@@ -96,7 +96,7 @@ index 0000000..c2127b9
 +			};
 +		};
 +
-+		CPU1: cpu@1 {
++		CPU1: cpu at 1 {
 +			device_type = "cpu";
 +			compatible = "qcom,kryo";
 +			reg = <0x0 0x1>;
@@ -108,7 +108,7 @@ index 0000000..c2127b9
 +			next-level-cache = <&L2_0>;
 +		};
 +
-+		CPU2: cpu@100 {
++		CPU2: cpu at 100 {
 +			device_type = "cpu";
 +			compatible = "qcom,kryo";
 +			reg = <0x0 0x100>;
@@ -124,7 +124,7 @@ index 0000000..c2127b9
 +			};
 +		};
 +
-+		CPU3: cpu@101 {
++		CPU3: cpu at 101 {
 +			device_type = "cpu";
 +			compatible = "qcom,kryo";
 +			reg = <0x0 0x101>;
@@ -684,7 +684,7 @@ index 0000000..c2127b9
 +	#size-cells = <2>;
 +	ranges;
 +....
-+	smem_mem: smem-mem@86000000 {
++	smem_mem: smem-mem at 86000000 {
 +		reg = <0x0 0x86000000 0x0 0x200000>;
 +		no-map;
 +	};
@@ -699,13 +699,13 @@ index 0000000..c2127b9
 +
 +soc {
 +....
-+	qfprom: qfprom@74000 {
++	qfprom: qfprom at 74000 {
 +		compatible = "qcom,qfprom";
 +		reg = <0x00074000 0x8ff>;
 +		#address-cells = <1>;
 +		#size-cells = <1>;
 +		....
-+		speedbin_efuse: speedbin@133 {
++		speedbin_efuse: speedbin at 133 {
 +			reg = <0x133 0x1>;
 +			bits = <5 3>;
 +		};
diff --git a/a/content_digest b/N1/content_digest
index 241da71..b38cc5e 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,33 +1,8 @@
  "ref\01526901932-9514-1-git-send-email-ilialin@codeaurora.org\0"
- "From\0Ilia Lin <ilialin@codeaurora.org>\0"
+ "From\0ilialin@codeaurora.org (Ilia Lin)\0"
  "Subject\0[PATCH v9 11/15] dt-bindings: cpufreq: Document operating-points-v2-kryo-cpu\0"
  "Date\0Mon, 21 May 2018 14:25:28 +0300\0"
- "To\0mturquette@baylibre.com"
-  sboyd@kernel.org
-  robh@kernel.org
-  mark.rutland@arm.com
-  viresh.kumar@linaro.org
-  nm@ti.com
-  lgirdwood@gmail.com
-  broonie@kernel.org
-  andy.gross@linaro.org
-  david.brown@linaro.org
-  catalin.marinas@arm.com
-  will.deacon@arm.com
-  rjw@rjwysocki.net
- " linux-clk@vger.kernel.org\0"
- "Cc\0devicetree@vger.kernel.org"
-  linux-kernel@vger.kernel.org
-  linux-pm@vger.kernel.org
-  linux-arm-msm@vger.kernel.org
-  linux-soc@vger.kernel.org
-  linux-arm-kernel@lists.infradead.org
-  rnayak@codeaurora.org
-  ilialin@codeaurora.org
-  amit.kucheria@linaro.org
-  nicolas.dechesne@linaro.org
-  celster@codeaurora.org
- " tfinkel@codeaurora.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "The qcom-cpufreq-kryo driver reads the msm-id and efuse value from the SoC\n"
@@ -112,7 +87,7 @@
  "+\t\t#address-cells = <2>;\n"
  "+\t\t#size-cells = <0>;\n"
  "+\n"
- "+\t\tCPU0: cpu@0 {\n"
+ "+\t\tCPU0: cpu at 0 {\n"
  "+\t\t\tdevice_type = \"cpu\";\n"
  "+\t\t\tcompatible = \"qcom,kryo\";\n"
  "+\t\t\treg = <0x0 0x0>;\n"
@@ -128,7 +103,7 @@
  "+\t\t\t};\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tCPU1: cpu@1 {\n"
+ "+\t\tCPU1: cpu at 1 {\n"
  "+\t\t\tdevice_type = \"cpu\";\n"
  "+\t\t\tcompatible = \"qcom,kryo\";\n"
  "+\t\t\treg = <0x0 0x1>;\n"
@@ -140,7 +115,7 @@
  "+\t\t\tnext-level-cache = <&L2_0>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tCPU2: cpu@100 {\n"
+ "+\t\tCPU2: cpu at 100 {\n"
  "+\t\t\tdevice_type = \"cpu\";\n"
  "+\t\t\tcompatible = \"qcom,kryo\";\n"
  "+\t\t\treg = <0x0 0x100>;\n"
@@ -156,7 +131,7 @@
  "+\t\t\t};\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tCPU3: cpu@101 {\n"
+ "+\t\tCPU3: cpu at 101 {\n"
  "+\t\t\tdevice_type = \"cpu\";\n"
  "+\t\t\tcompatible = \"qcom,kryo\";\n"
  "+\t\t\treg = <0x0 0x101>;\n"
@@ -716,7 +691,7 @@
  "+\t#size-cells = <2>;\n"
  "+\tranges;\n"
  "+....\n"
- "+\tsmem_mem: smem-mem@86000000 {\n"
+ "+\tsmem_mem: smem-mem at 86000000 {\n"
  "+\t\treg = <0x0 0x86000000 0x0 0x200000>;\n"
  "+\t\tno-map;\n"
  "+\t};\n"
@@ -731,13 +706,13 @@
  "+\n"
  "+soc {\n"
  "+....\n"
- "+\tqfprom: qfprom@74000 {\n"
+ "+\tqfprom: qfprom at 74000 {\n"
  "+\t\tcompatible = \"qcom,qfprom\";\n"
  "+\t\treg = <0x00074000 0x8ff>;\n"
  "+\t\t#address-cells = <1>;\n"
  "+\t\t#size-cells = <1>;\n"
  "+\t\t....\n"
- "+\t\tspeedbin_efuse: speedbin@133 {\n"
+ "+\t\tspeedbin_efuse: speedbin at 133 {\n"
  "+\t\t\treg = <0x133 0x1>;\n"
  "+\t\t\tbits = <5 3>;\n"
  "+\t\t};\n"
@@ -746,4 +721,4 @@
  "-- \n"
  1.9.1
 
-828c05400a725e2fd7345d7b9da07a64aaec063274d5143be8f0c1b2c3cd35f5
+691ff91f94e05228cd3a41df966b91777ece855ff589135863fe2a654f31a5c1

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.