All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20140120083228.72ecce4a@amdc2363>

diff --git a/a/1.txt b/N1/1.txt
index 62ce2ee..0df7e92 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -34,7 +34,7 @@ Hi Thomas,
 > initrd=0x41000000,8M console=ttySAC2,115200 init=/linuxrc"; };
 >  
 > +	cpus {
-> +		cpu@0 {
+> +		cpu at 0 {
 > +			cpu0-supply = <&buck1_reg>;
 > +		};
 > +	};
@@ -51,7 +51,7 @@ Hi Thomas,
 > root=/dev/mmcblk0p5 rootwait earlyprintk panic=5"; };
 >  
 > +	cpus {
-> +		cpu: cpu@0 {
+> +		cpu: cpu at 0 {
 > +			cpu0-supply = <&varm_breg>;
 > +		};
 > +	};
@@ -68,12 +68,12 @@ Hi Thomas,
 > root=/dev/mmcblk0p5 rw rootwait earlyprintk panic=5 maxcpus=1"; };
 >  
 > +	cpus {
-> +		cpu: cpu@0 {
+> +		cpu: cpu at 0 {
 > +			cpu0-supply = <&vdd_arm_reg>;
 > +		};
 > +	};
 > +
->  	mct@10050000 {
+>  	mct at 10050000 {
 >  		compatible = "none";
 >  	};
 > diff --git a/arch/arm/boot/dts/exynos4210.dtsi
@@ -87,7 +87,7 @@ Hi Thomas,
 > +	cpus {
 > +		#address-cells = <1>;
 > +		#size-cells = <0>;
-> +		cpu@0 {
+> +		cpu at 0 {
 > +			device_type = "cpu";
 > +			compatible = "arm,cortex-a9";
 > +			reg = <0>;
@@ -109,14 +109,14 @@ increasing order, when below you use decreasing one.
 > +			safe-opp = <800000 1075000>;
 > +		};
 > +
-> +		cpu@1 {
+> +		cpu at 1 {
 > +			device_type = "cpu";
 > +			compatible = "arm,cortex-a9";
 > +			reg = <1>;
 > +		};
 > +	};
 > +
->  	gic: interrupt-controller@10490000 {
+>  	gic: interrupt-controller at 10490000 {
 >  		cpu-offset = <0x8000>;
 >  	};
 > @@ -73,6 +101,13 @@
@@ -146,7 +146,7 @@ increasing order, when below you use decreasing one.
 >  / {
 >  	compatible = "samsung,exynos4212";
 >  
-> +	clock: clock-controller@10030000 {
+> +	clock: clock-controller at 10030000 {
 > +		arm-frequency-table = <1500000 1500000 0 3 7 0 6 1 2
 > 0 6 2 0>,
 > +				      <1400000 1400000 0 3 7 0 6 1 2
@@ -177,7 +177,7 @@ increasing order, when below you use decreasing one.
 > 0 3 2 0>;
 > +	};
 > +
->  	gic: interrupt-controller@10490000 {
+>  	gic: interrupt-controller at 10490000 {
 >  		cpu-offset = <0x8000>;
 >  	};
 > diff --git a/arch/arm/boot/dts/exynos4412-odroidx.dts
@@ -189,7 +189,7 @@ increasing order, when below you use decreasing one.
 >  	};
 >  
 > +	cpus {
-> +		cpu@0 {
+> +		cpu at 0 {
 > +			cpu0-supply = <&buck2_reg>;
 > +		};
 > +	};
@@ -206,12 +206,12 @@ increasing order, when below you use decreasing one.
 >  	};
 >  
 > +	cpus {
-> +		cpu@0 {
+> +		cpu at 0 {
 > +			cpu0-supply = <&buck2_reg>;
 > +		};
 > +	};
 > +
->  	firmware@0203F000 {
+>  	firmware at 0203F000 {
 >  		compatible = "samsung,secure-firmware";
 >  		reg = <0x0203F000 0x1000>;
 > diff --git a/arch/arm/boot/dts/exynos4412-trats2.dts
@@ -223,12 +223,12 @@ increasing order, when below you use decreasing one.
 > root=/dev/mmcblk0p5 rootwait earlyprintk panic=5"; };
 >  
 > +	cpus {
-> +		cpu@0 {
+> +		cpu at 0 {
 > +			cpu0-supply = <&buck2_reg>;
 > +		};
 > +	};
 > +
->  	firmware@0204F000 {
+>  	firmware at 0204F000 {
 >  		compatible = "samsung,secure-firmware";
 >  		reg = <0x0204F000 0x1000>;
 > diff --git a/arch/arm/boot/dts/exynos4412.dtsi
@@ -240,19 +240,19 @@ increasing order, when below you use decreasing one.
 >  	compatible = "samsung,exynos4412";
 >  
 > +	cpus {
-> +		cpu@2 {
+> +		cpu at 2 {
 > +			device_type = "cpu";
 > +			compatible = "arm,cortex-a9";
 > +			reg = <2>;
 > +		};
-> +		cpu@3 {
+> +		cpu at 3 {
 > +			device_type = "cpu";
 > +			compatible = "arm,cortex-a9";
 > +			reg = <3>;
 > +		};
 > +	};
 > +
-> +	clock: clock-controller@10030000 {
+> +	clock: clock-controller at 10030000 {
 > +		arm-frequency-table = <1500000 1500000 0 3 7 0 6 1 2
 > 0 6 0 7>,
 > +				      <1400000 1400000 0 3 7 0 6 1 2
@@ -283,7 +283,7 @@ increasing order, when below you use decreasing one.
 > 0 3 0 0>;
 > +	};
 > +
->  	gic: interrupt-controller@10490000 {
+>  	gic: interrupt-controller at 10490000 {
 >  		cpu-offset = <0x4000>;
 >  	};
 > diff --git a/arch/arm/boot/dts/exynos4x12.dtsi
@@ -297,7 +297,7 @@ increasing order, when below you use decreasing one.
 > +	cpus {
 > +		#address-cells = <1>;
 > +		#size-cells = <0>;
-> +		cpu@0 {
+> +		cpu at 0 {
 > +			device_type = "cpu";
 > +			compatible = "arm,cortex-a9";
 > +			reg = <0>;
@@ -322,14 +322,14 @@ increasing order, when below you use decreasing one.
 > +			clock-latency = <200000>;
 > +			safe-opp = <800000 1037500>;
 > +		};
-> +		cpu@1 {
+> +		cpu at 1 {
 > +			device_type = "cpu";
 > +			compatible = "arm,cortex-a9";
 > +			reg = <1>;
 > +		};
 > +	};
 > +
->  	pd_isp: isp-power-domain@10023CA0 {
+>  	pd_isp: isp-power-domain at 10023CA0 {
 >  		compatible = "samsung,exynos4210-pd";
 >  		reg = <0x10023CA0 0x20>;
 > diff --git a/arch/arm/boot/dts/exynos5250-arndale.dts
@@ -341,12 +341,12 @@ increasing order, when below you use decreasing one.
 >  	};
 >  
 > +	cpus {
-> +		cpu@0 {
+> +		cpu at 0 {
 > +			cpu0-supply = <&buck2_reg>;
 > +		};
 > +	};
 > +
->  	codec@11000000 {
+>  	codec at 11000000 {
 >  		samsung,mfc-r = <0x43000000 0x800000>;
 >  		samsung,mfc-l = <0x51000000 0x800000>;
 > diff --git a/arch/arm/boot/dts/exynos5250-cros-common.dtsi
@@ -358,12 +358,12 @@ increasing order, when below you use decreasing one.
 >  	};
 >  
 > +	cpus {
-> +		cpu@0 {
+> +		cpu at 0 {
 > +			cpu0-supply = <&buck2_reg>;
 > +		};
 > +	};
 > +
->  	pinctrl@11400000 {
+>  	pinctrl at 11400000 {
 >  		/*
 >  		 * Disabled pullups since external part has its own
 > pullups and diff --git a/arch/arm/boot/dts/exynos5250-smdk5250.dts
@@ -375,12 +375,12 @@ increasing order, when below you use decreasing one.
 > initrd=0x41000000,8M console=ttySAC2,115200 init=/linuxrc"; };
 >  
 > +	cpus {
-> +		cpu@0 {
+> +		cpu at 0 {
 > +			cpu0-supply = <&buck2_reg>;
 > +		};
 > +	};
 > +
->  	i2c@12C60000 {
+>  	i2c at 12C60000 {
 >  		samsung,i2c-sda-delay = <100>;
 >  		samsung,i2c-max-bus-freq = <20000>;
 > diff --git a/arch/arm/boot/dts/exynos5250.dtsi
@@ -416,7 +416,7 @@ increasing order, when below you use decreasing one.
 > +			clock-latency = <200000>;
 > +			safe-opp = <800000 1025000>;
 >  		};
->  		cpu@1 {
+>  		cpu at 1 {
 >  			device_type = "cpu";
 > @@ -84,7 +108,24 @@
 >  		compatible = "samsung,exynos5250-clock";
@@ -458,7 +458,7 @@ increasing order, when below you use decreasing one.
 > 0 0 2 0>;
 > +	};
 >  
->  	clock_audss: audss-clock-controller@3810000 {
+>  	clock_audss: audss-clock-controller at 3810000 {
 >  		compatible = "samsung,exynos5250-audss-clock";
 
 
diff --git a/a/content_digest b/N1/content_digest
index e8fc714..8abe47f 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,18 +1,9 @@
  "ref\01390047057-2239-1-git-send-email-thomas.ab@samsung.com\0"
  "ref\01390047057-2239-5-git-send-email-thomas.ab@samsung.com\0"
- "From\0Lukasz Majewski <l.majewski@samsung.com>\0"
- "Subject\0Re: [PATCH v2 4/7] ARM: dts: Exynos: add cpu nodes, opp and cpu clock frequency table\0"
+ "From\0l.majewski@samsung.com (Lukasz Majewski)\0"
+ "Subject\0[PATCH v2 4/7] ARM: dts: Exynos: add cpu nodes, opp and cpu clock frequency table\0"
  "Date\0Mon, 20 Jan 2014 08:32:28 +0100\0"
- "To\0Thomas Abraham <ta.omasab@gmail.com>\0"
- "Cc\0cpufreq@vger.kernel.org"
-  linux-arm-kernel@lists.infradead.org
-  linux-samsung-soc@vger.kernel.org
-  mturquette@linaro.org
-  shawn.guo@linaro.org
-  kgene.kim@samsung.com
-  t.figa@samsung.com
-  viresh.kumar@linaro.org
- " thomas.ab@samsung.com\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hi Thomas,\n"
@@ -51,7 +42,7 @@
  "> initrd=0x41000000,8M console=ttySAC2,115200 init=/linuxrc\"; };\n"
  ">  \n"
  "> +\tcpus {\n"
- "> +\t\tcpu@0 {\n"
+ "> +\t\tcpu at 0 {\n"
  "> +\t\t\tcpu0-supply = <&buck1_reg>;\n"
  "> +\t\t};\n"
  "> +\t};\n"
@@ -68,7 +59,7 @@
  "> root=/dev/mmcblk0p5 rootwait earlyprintk panic=5\"; };\n"
  ">  \n"
  "> +\tcpus {\n"
- "> +\t\tcpu: cpu@0 {\n"
+ "> +\t\tcpu: cpu at 0 {\n"
  "> +\t\t\tcpu0-supply = <&varm_breg>;\n"
  "> +\t\t};\n"
  "> +\t};\n"
@@ -85,12 +76,12 @@
  "> root=/dev/mmcblk0p5 rw rootwait earlyprintk panic=5 maxcpus=1\"; };\n"
  ">  \n"
  "> +\tcpus {\n"
- "> +\t\tcpu: cpu@0 {\n"
+ "> +\t\tcpu: cpu at 0 {\n"
  "> +\t\t\tcpu0-supply = <&vdd_arm_reg>;\n"
  "> +\t\t};\n"
  "> +\t};\n"
  "> +\n"
- ">  \tmct@10050000 {\n"
+ ">  \tmct at 10050000 {\n"
  ">  \t\tcompatible = \"none\";\n"
  ">  \t};\n"
  "> diff --git a/arch/arm/boot/dts/exynos4210.dtsi\n"
@@ -104,7 +95,7 @@
  "> +\tcpus {\n"
  "> +\t\t#address-cells = <1>;\n"
  "> +\t\t#size-cells = <0>;\n"
- "> +\t\tcpu@0 {\n"
+ "> +\t\tcpu at 0 {\n"
  "> +\t\t\tdevice_type = \"cpu\";\n"
  "> +\t\t\tcompatible = \"arm,cortex-a9\";\n"
  "> +\t\t\treg = <0>;\n"
@@ -126,14 +117,14 @@
  "> +\t\t\tsafe-opp = <800000 1075000>;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tcpu@1 {\n"
+ "> +\t\tcpu at 1 {\n"
  "> +\t\t\tdevice_type = \"cpu\";\n"
  "> +\t\t\tcompatible = \"arm,cortex-a9\";\n"
  "> +\t\t\treg = <1>;\n"
  "> +\t\t};\n"
  "> +\t};\n"
  "> +\n"
- ">  \tgic: interrupt-controller@10490000 {\n"
+ ">  \tgic: interrupt-controller at 10490000 {\n"
  ">  \t\tcpu-offset = <0x8000>;\n"
  ">  \t};\n"
  "> @@ -73,6 +101,13 @@\n"
@@ -163,7 +154,7 @@
  ">  / {\n"
  ">  \tcompatible = \"samsung,exynos4212\";\n"
  ">  \n"
- "> +\tclock: clock-controller@10030000 {\n"
+ "> +\tclock: clock-controller at 10030000 {\n"
  "> +\t\tarm-frequency-table = <1500000 1500000 0 3 7 0 6 1 2\n"
  "> 0 6 2 0>,\n"
  "> +\t\t\t\t      <1400000 1400000 0 3 7 0 6 1 2\n"
@@ -194,7 +185,7 @@
  "> 0 3 2 0>;\n"
  "> +\t};\n"
  "> +\n"
- ">  \tgic: interrupt-controller@10490000 {\n"
+ ">  \tgic: interrupt-controller at 10490000 {\n"
  ">  \t\tcpu-offset = <0x8000>;\n"
  ">  \t};\n"
  "> diff --git a/arch/arm/boot/dts/exynos4412-odroidx.dts\n"
@@ -206,7 +197,7 @@
  ">  \t};\n"
  ">  \n"
  "> +\tcpus {\n"
- "> +\t\tcpu@0 {\n"
+ "> +\t\tcpu at 0 {\n"
  "> +\t\t\tcpu0-supply = <&buck2_reg>;\n"
  "> +\t\t};\n"
  "> +\t};\n"
@@ -223,12 +214,12 @@
  ">  \t};\n"
  ">  \n"
  "> +\tcpus {\n"
- "> +\t\tcpu@0 {\n"
+ "> +\t\tcpu at 0 {\n"
  "> +\t\t\tcpu0-supply = <&buck2_reg>;\n"
  "> +\t\t};\n"
  "> +\t};\n"
  "> +\n"
- ">  \tfirmware@0203F000 {\n"
+ ">  \tfirmware at 0203F000 {\n"
  ">  \t\tcompatible = \"samsung,secure-firmware\";\n"
  ">  \t\treg = <0x0203F000 0x1000>;\n"
  "> diff --git a/arch/arm/boot/dts/exynos4412-trats2.dts\n"
@@ -240,12 +231,12 @@
  "> root=/dev/mmcblk0p5 rootwait earlyprintk panic=5\"; };\n"
  ">  \n"
  "> +\tcpus {\n"
- "> +\t\tcpu@0 {\n"
+ "> +\t\tcpu at 0 {\n"
  "> +\t\t\tcpu0-supply = <&buck2_reg>;\n"
  "> +\t\t};\n"
  "> +\t};\n"
  "> +\n"
- ">  \tfirmware@0204F000 {\n"
+ ">  \tfirmware at 0204F000 {\n"
  ">  \t\tcompatible = \"samsung,secure-firmware\";\n"
  ">  \t\treg = <0x0204F000 0x1000>;\n"
  "> diff --git a/arch/arm/boot/dts/exynos4412.dtsi\n"
@@ -257,19 +248,19 @@
  ">  \tcompatible = \"samsung,exynos4412\";\n"
  ">  \n"
  "> +\tcpus {\n"
- "> +\t\tcpu@2 {\n"
+ "> +\t\tcpu at 2 {\n"
  "> +\t\t\tdevice_type = \"cpu\";\n"
  "> +\t\t\tcompatible = \"arm,cortex-a9\";\n"
  "> +\t\t\treg = <2>;\n"
  "> +\t\t};\n"
- "> +\t\tcpu@3 {\n"
+ "> +\t\tcpu at 3 {\n"
  "> +\t\t\tdevice_type = \"cpu\";\n"
  "> +\t\t\tcompatible = \"arm,cortex-a9\";\n"
  "> +\t\t\treg = <3>;\n"
  "> +\t\t};\n"
  "> +\t};\n"
  "> +\n"
- "> +\tclock: clock-controller@10030000 {\n"
+ "> +\tclock: clock-controller at 10030000 {\n"
  "> +\t\tarm-frequency-table = <1500000 1500000 0 3 7 0 6 1 2\n"
  "> 0 6 0 7>,\n"
  "> +\t\t\t\t      <1400000 1400000 0 3 7 0 6 1 2\n"
@@ -300,7 +291,7 @@
  "> 0 3 0 0>;\n"
  "> +\t};\n"
  "> +\n"
- ">  \tgic: interrupt-controller@10490000 {\n"
+ ">  \tgic: interrupt-controller at 10490000 {\n"
  ">  \t\tcpu-offset = <0x4000>;\n"
  ">  \t};\n"
  "> diff --git a/arch/arm/boot/dts/exynos4x12.dtsi\n"
@@ -314,7 +305,7 @@
  "> +\tcpus {\n"
  "> +\t\t#address-cells = <1>;\n"
  "> +\t\t#size-cells = <0>;\n"
- "> +\t\tcpu@0 {\n"
+ "> +\t\tcpu at 0 {\n"
  "> +\t\t\tdevice_type = \"cpu\";\n"
  "> +\t\t\tcompatible = \"arm,cortex-a9\";\n"
  "> +\t\t\treg = <0>;\n"
@@ -339,14 +330,14 @@
  "> +\t\t\tclock-latency = <200000>;\n"
  "> +\t\t\tsafe-opp = <800000 1037500>;\n"
  "> +\t\t};\n"
- "> +\t\tcpu@1 {\n"
+ "> +\t\tcpu at 1 {\n"
  "> +\t\t\tdevice_type = \"cpu\";\n"
  "> +\t\t\tcompatible = \"arm,cortex-a9\";\n"
  "> +\t\t\treg = <1>;\n"
  "> +\t\t};\n"
  "> +\t};\n"
  "> +\n"
- ">  \tpd_isp: isp-power-domain@10023CA0 {\n"
+ ">  \tpd_isp: isp-power-domain at 10023CA0 {\n"
  ">  \t\tcompatible = \"samsung,exynos4210-pd\";\n"
  ">  \t\treg = <0x10023CA0 0x20>;\n"
  "> diff --git a/arch/arm/boot/dts/exynos5250-arndale.dts\n"
@@ -358,12 +349,12 @@
  ">  \t};\n"
  ">  \n"
  "> +\tcpus {\n"
- "> +\t\tcpu@0 {\n"
+ "> +\t\tcpu at 0 {\n"
  "> +\t\t\tcpu0-supply = <&buck2_reg>;\n"
  "> +\t\t};\n"
  "> +\t};\n"
  "> +\n"
- ">  \tcodec@11000000 {\n"
+ ">  \tcodec at 11000000 {\n"
  ">  \t\tsamsung,mfc-r = <0x43000000 0x800000>;\n"
  ">  \t\tsamsung,mfc-l = <0x51000000 0x800000>;\n"
  "> diff --git a/arch/arm/boot/dts/exynos5250-cros-common.dtsi\n"
@@ -375,12 +366,12 @@
  ">  \t};\n"
  ">  \n"
  "> +\tcpus {\n"
- "> +\t\tcpu@0 {\n"
+ "> +\t\tcpu at 0 {\n"
  "> +\t\t\tcpu0-supply = <&buck2_reg>;\n"
  "> +\t\t};\n"
  "> +\t};\n"
  "> +\n"
- ">  \tpinctrl@11400000 {\n"
+ ">  \tpinctrl at 11400000 {\n"
  ">  \t\t/*\n"
  ">  \t\t * Disabled pullups since external part has its own\n"
  "> pullups and diff --git a/arch/arm/boot/dts/exynos5250-smdk5250.dts\n"
@@ -392,12 +383,12 @@
  "> initrd=0x41000000,8M console=ttySAC2,115200 init=/linuxrc\"; };\n"
  ">  \n"
  "> +\tcpus {\n"
- "> +\t\tcpu@0 {\n"
+ "> +\t\tcpu at 0 {\n"
  "> +\t\t\tcpu0-supply = <&buck2_reg>;\n"
  "> +\t\t};\n"
  "> +\t};\n"
  "> +\n"
- ">  \ti2c@12C60000 {\n"
+ ">  \ti2c at 12C60000 {\n"
  ">  \t\tsamsung,i2c-sda-delay = <100>;\n"
  ">  \t\tsamsung,i2c-max-bus-freq = <20000>;\n"
  "> diff --git a/arch/arm/boot/dts/exynos5250.dtsi\n"
@@ -433,7 +424,7 @@
  "> +\t\t\tclock-latency = <200000>;\n"
  "> +\t\t\tsafe-opp = <800000 1025000>;\n"
  ">  \t\t};\n"
- ">  \t\tcpu@1 {\n"
+ ">  \t\tcpu at 1 {\n"
  ">  \t\t\tdevice_type = \"cpu\";\n"
  "> @@ -84,7 +108,24 @@\n"
  ">  \t\tcompatible = \"samsung,exynos5250-clock\";\n"
@@ -475,7 +466,7 @@
  "> 0 0 2 0>;\n"
  "> +\t};\n"
  ">  \n"
- ">  \tclock_audss: audss-clock-controller@3810000 {\n"
+ ">  \tclock_audss: audss-clock-controller at 3810000 {\n"
  ">  \t\tcompatible = \"samsung,exynos5250-audss-clock\";\n"
  "\n"
  "\n"
@@ -487,4 +478,4 @@
  "\n"
  Samsung R&D Institute Poland (SRPOL) | Linux Platform Group
 
-4d7f64ee80b5c9a04d474444fbcfcfd9730eaa6538e58438ff199ec53c7bde1c
+2266c6b927008a00c606bcd7da38ea3f1bbae81c2c883f6187c28145ce04dc43

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.