All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <54232D9C.5070404@lategoodbye.de>

diff --git a/a/1.txt b/N1/1.txt
index 0e1edd4..ecf0300 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -4,7 +4,7 @@ Am 23.09.2014 00:18, schrieb Fabio Estevam:
 > Hi Stefan,
 >
 >> 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 imx28.dtsi
+>> 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.
 >>
 >> But if i modprobe cpufreq-cpu0 i don't get any output and the entry
@@ -41,7 +41,7 @@ cpus {
 	#address-cells = <1>;
 	#size-cells = <0>;
 
-	cpu@0 {
+	cpu at 0 {
 		compatible = "arm,arm926ej-s";
 		device_type = "cpu";
 		reg = <0x0>;
@@ -61,14 +61,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";
@@ -78,7 +78,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";
@@ -88,7 +88,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";
@@ -98,7 +98,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 80d54c4..dfaffb0 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -7,15 +7,10 @@
  "ref\0CAOMZO5A7-66LJtv4O2TghN3gVzme4N6JFMYd8TV7zXhUhsXedQ@mail.gmail.com\0"
  "ref\0542093C0.1040004@lategoodbye.de\0"
  "ref\0CAOMZO5A0of3_arOx2z0_t7xN37jQjJ5uU4gwcsgCuSdpBJJVzw@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\0Wed, 24 Sep 2014 22:46: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"
@@ -24,7 +19,7 @@
  "> Hi Stefan,\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 imx28.dtsi\n"
+ ">> consumer. So i defined cpu at 0 according to cpufreq-cpu0 binding in imx28.dtsi\n"
  ">> and enabled cpufreq-cpu0 driver and userspace gov in Kernel config.\n"
  ">>\n"
  ">> But if i modprobe cpufreq-cpu0 i don't get any output and the entry\n"
@@ -61,7 +56,7 @@
  "\t#address-cells = <1>;\n"
  "\t#size-cells = <0>;\n"
  "\n"
- "\tcpu@0 {\n"
+ "\tcpu at 0 {\n"
  "\t\tcompatible = \"arm,arm926ej-s\";\n"
  "\t\tdevice_type = \"cpu\";\n"
  "\t\treg = <0x0>;\n"
@@ -81,14 +76,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"
@@ -98,7 +93,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"
@@ -108,7 +103,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"
@@ -118,7 +113,7 @@
  "\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"
@@ -175,4 +170,4 @@
  "[ 4757.663518] mxs_get_voltage: vddd register val 19\n"
  [ 4757.663614] cpufreq_cpu0: 240 MHz, 1275 mV --> 240 MHz, 1275 mV
 
-0bdba18b89e4c21a202ac5679a78f862762ae1cf8f47f748f7fc4d3e2451c262
+e793cd182b99b04dd40ae77f078bdf9f8459082dff896f462ee2e60d234d9263

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.