All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <542093C0.1040004@lategoodbye.de>

diff --git a/a/1.txt b/N1/1.txt
index 913ba26..c7acc09 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -33,7 +33,7 @@ i've ported the mxs-regulator driver and now i'm getting an probing
 output like above with Linux 3.17-rc4.
 
 Now i want to test the mxs-regulator driver with the cpufreq-cpu0 as 
-consumer. So i defined cpu@0 according to cpufreq-cpu0 binding in 
+consumer. So i defined cpu at 0 according to cpufreq-cpu0 binding in 
 imx28.dtsi and enabled cpufreq-cpu0 driver and userspace gov in Kernel 
 config.
 
@@ -73,7 +73,7 @@ cpus {
 	#address-cells = <1>;
 	#size-cells = <0>;
 
-	cpu: cpu@0 {
+	cpu: cpu at 0 {
 		compatible = "arm,arm926ej-s";
 		device_type = "cpu";
 		operating-points = <
@@ -91,14 +91,14 @@ cpus {
 
 [...]
 
-power: power@80044000 {
+power: power at 80044000 {
 	compatible = "simple-bus";
 	#address-cells = <1>;
 	#size-cells = <1>;
 	reg = <0x80044000 0x2000>;
 	ranges;
 
-	reg_vddd: regulator@80044040 {
+	reg_vddd: regulator at 80044040 {
 		reg = <0x80044040 0x10>;
 		compatible = "fsl,mxs-regulator";
 		regulator-name = "vddd";
@@ -108,7 +108,7 @@ power: power@80044000 {
 		vddd-supply = <&reg_vdda>;
 	};
 
-	reg_vdda: regulator@80044050 {
+	reg_vdda: regulator at 80044050 {
 		reg = <0x80044050 0x10>;
 		compatible = "fsl,mxs-regulator";
 		regulator-name = "vdda";
@@ -118,7 +118,7 @@ power: power@80044000 {
 		vdda-supply = <&reg_vddio>;
 	};
 
-	reg_vddio: regulator@80044060 {
+	reg_vddio: regulator at 80044060 {
 		reg = <0x80044060 0x10>;
 		compatible = "fsl,mxs-regulator";
 		regulator-name = "vddio";
@@ -128,7 +128,7 @@ power: power@80044000 {
 		regulator-boot-on;
 	};
 
-	power_sts: power_sts@800440c0 {
+	power_sts: power_sts at 800440c0 {
 		reg = <0x800440c0 0x10>;
 		status = "disabled";
 	};
diff --git a/a/content_digest b/N1/content_digest
index beb1f62..acdfa07 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -5,15 +5,10 @@
  "ref\0CAOMZO5CnuWJ9EaLUW8DYFU1Dzeh=92tux0zoUBKoW-L=VWZhhg@mail.gmail.com\0"
  "ref\0540412A9.4090806@lategoodbye.de\0"
  "ref\0CAOMZO5A7-66LJtv4O2TghN3gVzme4N6JFMYd8TV7zXhUhsXedQ@mail.gmail.com\0"
- "From\0Stefan Wahren <info@lategoodbye.de>\0"
- "Subject\0Re: ARM: mx28: cpufreq-cpu0 support?\0"
+ "From\0info@lategoodbye.de (Stefan Wahren)\0"
+ "Subject\0ARM: mx28: cpufreq-cpu0 support?\0"
  "Date\0Mon, 22 Sep 2014 23:25:20 +0200\0"
- "To\0Fabio Estevam <festevam@gmail.com>\0"
- "Cc\0Shawn Guo <shawn.guo@linaro.org>"
-  Fabio Estevam <fabio.estevam@freescale.com>
-  cpufreq@vger.kernel.org <cpufreq@vger.kernel.org>
-  linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>
- " Otavio Salvador <otavio@ossystems.com.br>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hi,\n"
@@ -51,7 +46,7 @@
  "output like above with Linux 3.17-rc4.\n"
  "\n"
  "Now i want to test the mxs-regulator driver with the cpufreq-cpu0 as \n"
- "consumer. So i defined cpu@0 according to cpufreq-cpu0 binding in \n"
+ "consumer. So i defined cpu at 0 according to cpufreq-cpu0 binding in \n"
  "imx28.dtsi and enabled cpufreq-cpu0 driver and userspace gov in Kernel \n"
  "config.\n"
  "\n"
@@ -91,7 +86,7 @@
  "\t#address-cells = <1>;\n"
  "\t#size-cells = <0>;\n"
  "\n"
- "\tcpu: cpu@0 {\n"
+ "\tcpu: cpu at 0 {\n"
  "\t\tcompatible = \"arm,arm926ej-s\";\n"
  "\t\tdevice_type = \"cpu\";\n"
  "\t\toperating-points = <\n"
@@ -109,14 +104,14 @@
  "\n"
  "[...]\n"
  "\n"
- "power: power@80044000 {\n"
+ "power: power at 80044000 {\n"
  "\tcompatible = \"simple-bus\";\n"
  "\t#address-cells = <1>;\n"
  "\t#size-cells = <1>;\n"
  "\treg = <0x80044000 0x2000>;\n"
  "\tranges;\n"
  "\n"
- "\treg_vddd: regulator@80044040 {\n"
+ "\treg_vddd: regulator at 80044040 {\n"
  "\t\treg = <0x80044040 0x10>;\n"
  "\t\tcompatible = \"fsl,mxs-regulator\";\n"
  "\t\tregulator-name = \"vddd\";\n"
@@ -126,7 +121,7 @@
  "\t\tvddd-supply = <&reg_vdda>;\n"
  "\t};\n"
  "\n"
- "\treg_vdda: regulator@80044050 {\n"
+ "\treg_vdda: regulator at 80044050 {\n"
  "\t\treg = <0x80044050 0x10>;\n"
  "\t\tcompatible = \"fsl,mxs-regulator\";\n"
  "\t\tregulator-name = \"vdda\";\n"
@@ -136,7 +131,7 @@
  "\t\tvdda-supply = <&reg_vddio>;\n"
  "\t};\n"
  "\n"
- "\treg_vddio: regulator@80044060 {\n"
+ "\treg_vddio: regulator at 80044060 {\n"
  "\t\treg = <0x80044060 0x10>;\n"
  "\t\tcompatible = \"fsl,mxs-regulator\";\n"
  "\t\tregulator-name = \"vddio\";\n"
@@ -146,10 +141,10 @@
  "\t\tregulator-boot-on;\n"
  "\t};\n"
  "\n"
- "\tpower_sts: power_sts@800440c0 {\n"
+ "\tpower_sts: power_sts at 800440c0 {\n"
  "\t\treg = <0x800440c0 0x10>;\n"
  "\t\tstatus = \"disabled\";\n"
  "\t};\n"
  };
 
-6b0ce5b086c64019da57ae7b3bcb46c6931f5986c221bfafb7e2cd302f9f9f8f
+396607f1ce07ef1f242a12c085d960b90c7b96a0b9a4b5be41407cb8e806ba03

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.