All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1503487454.2586.58.camel@synopsys.com>

diff --git a/a/1.txt b/N1/1.txt
index b791a5c..bf6c729 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,4 +1,4 @@
-On Tue, 2017-08-22@14:40 -0700, Vineet Gupta wrote:
+On Tue, 2017-08-22 at 14:40 -0700, Vineet Gupta wrote:
 > On 08/14/2017 09:12 AM, Eugeniy Paltsev wrote:
 > > Set cpu frequency explicitly via "cpu-freq" param in cpu 0 node
 > > in device tree.
@@ -10,7 +10,7 @@ On Tue, 2017-08-22@14:40 -0700, Vineet Gupta wrote:
 > > nsim.
 > 
 > Given that you added a generic feature as part of 1/5 - do other
-> platforms?
+> platforms 
 > abilis/nps need corresponding fixups as this one !
 
 Actually no.
@@ -19,12 +19,12 @@ frequency and don't try to change it.
 So we can left other dts untouched. 
 
 > > 
-> > Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev at synopsys.com>
+> > Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
 > > ---
-> > ? arch/arc/boot/dts/axc003.dtsi?????| 13 +++++++++++++
-> > ? arch/arc/boot/dts/axc003_idu.dtsi | 35
+> >   arch/arc/boot/dts/axc003.dtsi     | 13 +++++++++++++
+> >   arch/arc/boot/dts/axc003_idu.dtsi | 35
 > > +++++++++++++++++++++++++++++++++++
-> > ? 2 files changed, 48 insertions(+)
+> >   2 files changed, 48 insertions(+)
 > > 
 > > diff --git a/arch/arc/boot/dts/axc003.dtsi
 > > b/arch/arc/boot/dts/axc003.dtsi
@@ -32,14 +32,14 @@ So we can left other dts untouched.
 > > --- a/arch/arc/boot/dts/axc003.dtsi
 > > +++ b/arch/arc/boot/dts/axc003.dtsi
 > > @@ -17,6 +17,19 @@
-> > ??	#address-cells = <2>;
-> > ??	#size-cells = <2>;
-> > ??
+> >   	#address-cells = <2>;
+> >   	#size-cells = <2>;
+> >   
 > > +	cpus {
 > > +		#address-cells = <1>;
 > > +		#size-cells = <0>;
 > > +
-> > +		cpu at 0 {
+> > +		cpu@0 {
 > > +			device_type = "cpu";
 > > +			compatible = "snps,archs38";
 > > +			reg = <0>;
@@ -48,48 +48,48 @@ So we can left other dts untouched.
 > > +		};
 > > +	};
 > > +
-> > ??	cpu_card {
-> > ??		compatible = "simple-bus";
-> > ??		#address-cells = <1>;
+> >   	cpu_card {
+> >   		compatible = "simple-bus";
+> >   		#address-cells = <1>;
 > > diff --git a/arch/arc/boot/dts/axc003_idu.dtsi
 > > b/arch/arc/boot/dts/axc003_idu.dtsi
 > > index 5b56bef..44bc01e 100644
 > > --- a/arch/arc/boot/dts/axc003_idu.dtsi
 > > +++ b/arch/arc/boot/dts/axc003_idu.dtsi
 > > @@ -17,6 +17,41 @@
-> > ??	#address-cells = <2>;
-> > ??	#size-cells = <2>;
-> > ??
+> >   	#address-cells = <2>;
+> >   	#size-cells = <2>;
+> >   
 > > +	cpus {
 > > +		#address-cells = <1>;
 > > +		#size-cells = <0>;
 > > +
 > > +		/*
-> > +		?* "cpu-freq" was added only to cpu 0 as all cpus
+> > +		 * "cpu-freq" was added only to cpu 0 as all cpus
 > > are clocking
-> > +		?* from same clock source (same pll (core_clk) in
+> > +		 * from same clock source (same pll (core_clk) in
 > > our case).
-> > +		?*/
-> > +		cpu at 0 {
+> > +		 */
+> > +		cpu@0 {
 > > +			device_type = "cpu";
 > > +			compatible = "snps,archs38";
 > > +			reg = <0>;
 > > +			cpu-freq = <100000000>;
 > > +			clocks = <&core_clk>;
 > > +		};
-> > +		cpu at 1 {
+> > +		cpu@1 {
 > > +			device_type = "cpu";
 > > +			compatible = "snps,archs38";
 > > +			reg = <1>;
 > > +			clocks = <&core_clk>;
 > > +		};
-> > +		cpu at 2 {
+> > +		cpu@2 {
 > > +			device_type = "cpu";
 > > +			compatible = "snps,archs38";
 > > +			reg = <2>;
 > > +			clocks = <&core_clk>;
 > > +		};
-> > +		cpu at 3 {
+> > +		cpu@3 {
 > > +			device_type = "cpu";
 > > +			compatible = "snps,archs38";
 > > +			reg = <3>;
@@ -97,10 +97,10 @@ So we can left other dts untouched.
 > > +		};
 > > +	};
 > > +
-> > ??	cpu_card {
-> > ??		compatible = "simple-bus";
-> > ??		#address-cells = <1>;
+> >   	cpu_card {
+> >   		compatible = "simple-bus";
+> >   		#address-cells = <1>;
 > 
 > 
 -- 
-?Eugeniy Paltsev
+ Eugeniy Paltsev
diff --git a/a/content_digest b/N1/content_digest
index 9dc371e..420b422 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,13 +1,20 @@
  "ref\020170814161213.17522-1-Eugeniy.Paltsev@synopsys.com\0"
  "ref\020170814161213.17522-5-Eugeniy.Paltsev@synopsys.com\0"
  "ref\04685c3d5-7a2f-78cd-a11b-2eda0de2dd35@synopsys.com\0"
- "From\0Eugeniy.Paltsev@synopsys.com (Eugeniy Paltsev)\0"
- "Subject\0[PATCH 4/5] ARC: AXS103: DTS: Set cpu frequency explicitly via dts\0"
+ "ref\04685c3d5-7a2f-78cd-a11b-2eda0de2dd35-HKixBCOQz3hWk0Htik3J/w@public.gmane.org\0"
+ "From\0Eugeniy Paltsev <Eugeniy.Paltsev-HKixBCOQz3hWk0Htik3J/w@public.gmane.org>\0"
+ "Subject\0Re: [PATCH 4/5] ARC: AXS103: DTS: Set cpu frequency explicitly via dts\0"
  "Date\0Wed, 23 Aug 2017 11:24:15 +0000\0"
- "To\0linux-snps-arc@lists.infradead.org\0"
+ "To\0Vineet Gupta <Vineet.Gupta1-HKixBCOQz3hWk0Htik3J/w@public.gmane.org>"
+ " linux-snps-arc-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org <linux-snps-arc-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>\0"
+ "Cc\0linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>"
+  mark.rutland-5wv7dgnIgG8@public.gmane.org <mark.rutland-5wv7dgnIgG8@public.gmane.org>
+  Alexey Brodkin <Alexey.Brodkin-HKixBCOQz3hWk0Htik3J/w@public.gmane.org>
+  robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
+ " devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>\0"
  "\00:1\0"
  "b\0"
- "On Tue, 2017-08-22@14:40 -0700, Vineet Gupta wrote:\n"
+ "On Tue, 2017-08-22 at 14:40 -0700, Vineet Gupta wrote:\n"
  "> On 08/14/2017 09:12 AM, Eugeniy Paltsev wrote:\n"
  "> > Set cpu frequency explicitly via \"cpu-freq\" param in cpu 0 node\n"
  "> > in device tree.\n"
@@ -19,7 +26,7 @@
  "> > nsim.\n"
  "> \n"
  "> Given that you added a generic feature as part of 1/5 - do other\n"
- "> platforms?\n"
+ "> platforms\302\240\n"
  "> abilis/nps need corresponding fixups as this one !\n"
  "\n"
  "Actually no.\n"
@@ -28,12 +35,12 @@
  "So we can left other dts untouched. \n"
  "\n"
  "> > \n"
- "> > Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev at synopsys.com>\n"
+ "> > Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>\n"
  "> > ---\n"
- "> > ? arch/arc/boot/dts/axc003.dtsi?????| 13 +++++++++++++\n"
- "> > ? arch/arc/boot/dts/axc003_idu.dtsi | 35\n"
+ "> > \302\240 arch/arc/boot/dts/axc003.dtsi\302\240\302\240\302\240\302\240\302\240| 13 +++++++++++++\n"
+ "> > \302\240 arch/arc/boot/dts/axc003_idu.dtsi | 35\n"
  "> > +++++++++++++++++++++++++++++++++++\n"
- "> > ? 2 files changed, 48 insertions(+)\n"
+ "> > \302\240 2 files changed, 48 insertions(+)\n"
  "> > \n"
  "> > diff --git a/arch/arc/boot/dts/axc003.dtsi\n"
  "> > b/arch/arc/boot/dts/axc003.dtsi\n"
@@ -41,14 +48,14 @@
  "> > --- a/arch/arc/boot/dts/axc003.dtsi\n"
  "> > +++ b/arch/arc/boot/dts/axc003.dtsi\n"
  "> > @@ -17,6 +17,19 @@\n"
- "> > ??\t#address-cells = <2>;\n"
- "> > ??\t#size-cells = <2>;\n"
- "> > ??\n"
+ "> > \302\240\302\240\t#address-cells = <2>;\n"
+ "> > \302\240\302\240\t#size-cells = <2>;\n"
+ "> > \302\240\302\240\n"
  "> > +\tcpus {\n"
  "> > +\t\t#address-cells = <1>;\n"
  "> > +\t\t#size-cells = <0>;\n"
  "> > +\n"
- "> > +\t\tcpu at 0 {\n"
+ "> > +\t\tcpu@0 {\n"
  "> > +\t\t\tdevice_type = \"cpu\";\n"
  "> > +\t\t\tcompatible = \"snps,archs38\";\n"
  "> > +\t\t\treg = <0>;\n"
@@ -57,48 +64,48 @@
  "> > +\t\t};\n"
  "> > +\t};\n"
  "> > +\n"
- "> > ??\tcpu_card {\n"
- "> > ??\t\tcompatible = \"simple-bus\";\n"
- "> > ??\t\t#address-cells = <1>;\n"
+ "> > \302\240\302\240\tcpu_card {\n"
+ "> > \302\240\302\240\t\tcompatible = \"simple-bus\";\n"
+ "> > \302\240\302\240\t\t#address-cells = <1>;\n"
  "> > diff --git a/arch/arc/boot/dts/axc003_idu.dtsi\n"
  "> > b/arch/arc/boot/dts/axc003_idu.dtsi\n"
  "> > index 5b56bef..44bc01e 100644\n"
  "> > --- a/arch/arc/boot/dts/axc003_idu.dtsi\n"
  "> > +++ b/arch/arc/boot/dts/axc003_idu.dtsi\n"
  "> > @@ -17,6 +17,41 @@\n"
- "> > ??\t#address-cells = <2>;\n"
- "> > ??\t#size-cells = <2>;\n"
- "> > ??\n"
+ "> > \302\240\302\240\t#address-cells = <2>;\n"
+ "> > \302\240\302\240\t#size-cells = <2>;\n"
+ "> > \302\240\302\240\n"
  "> > +\tcpus {\n"
  "> > +\t\t#address-cells = <1>;\n"
  "> > +\t\t#size-cells = <0>;\n"
  "> > +\n"
  "> > +\t\t/*\n"
- "> > +\t\t?* \"cpu-freq\" was added only to cpu 0 as all cpus\n"
+ "> > +\t\t\302\240* \"cpu-freq\" was added only to cpu 0 as all cpus\n"
  "> > are clocking\n"
- "> > +\t\t?* from same clock source (same pll (core_clk) in\n"
+ "> > +\t\t\302\240* from same clock source (same pll (core_clk) in\n"
  "> > our case).\n"
- "> > +\t\t?*/\n"
- "> > +\t\tcpu at 0 {\n"
+ "> > +\t\t\302\240*/\n"
+ "> > +\t\tcpu@0 {\n"
  "> > +\t\t\tdevice_type = \"cpu\";\n"
  "> > +\t\t\tcompatible = \"snps,archs38\";\n"
  "> > +\t\t\treg = <0>;\n"
  "> > +\t\t\tcpu-freq = <100000000>;\n"
  "> > +\t\t\tclocks = <&core_clk>;\n"
  "> > +\t\t};\n"
- "> > +\t\tcpu at 1 {\n"
+ "> > +\t\tcpu@1 {\n"
  "> > +\t\t\tdevice_type = \"cpu\";\n"
  "> > +\t\t\tcompatible = \"snps,archs38\";\n"
  "> > +\t\t\treg = <1>;\n"
  "> > +\t\t\tclocks = <&core_clk>;\n"
  "> > +\t\t};\n"
- "> > +\t\tcpu at 2 {\n"
+ "> > +\t\tcpu@2 {\n"
  "> > +\t\t\tdevice_type = \"cpu\";\n"
  "> > +\t\t\tcompatible = \"snps,archs38\";\n"
  "> > +\t\t\treg = <2>;\n"
  "> > +\t\t\tclocks = <&core_clk>;\n"
  "> > +\t\t};\n"
- "> > +\t\tcpu at 3 {\n"
+ "> > +\t\tcpu@3 {\n"
  "> > +\t\t\tdevice_type = \"cpu\";\n"
  "> > +\t\t\tcompatible = \"snps,archs38\";\n"
  "> > +\t\t\treg = <3>;\n"
@@ -106,12 +113,12 @@
  "> > +\t\t};\n"
  "> > +\t};\n"
  "> > +\n"
- "> > ??\tcpu_card {\n"
- "> > ??\t\tcompatible = \"simple-bus\";\n"
- "> > ??\t\t#address-cells = <1>;\n"
+ "> > \302\240\302\240\tcpu_card {\n"
+ "> > \302\240\302\240\t\tcompatible = \"simple-bus\";\n"
+ "> > \302\240\302\240\t\t#address-cells = <1>;\n"
  "> \n"
  "> \n"
  "-- \n"
- ?Eugeniy Paltsev
+ "\302\240Eugeniy Paltsev"
 
-fe455c2f7012f0b20e1b64fd89a4a2d0ee3b48e683dd722c3029077b6e0e66ab
+6a1196c5d938693a2501164d9d778f138f18a325eecccb20daf3366f9bec06d4

diff --git a/a/1.txt b/N2/1.txt
index b791a5c..bf6c729 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,4 +1,4 @@
-On Tue, 2017-08-22@14:40 -0700, Vineet Gupta wrote:
+On Tue, 2017-08-22 at 14:40 -0700, Vineet Gupta wrote:
 > On 08/14/2017 09:12 AM, Eugeniy Paltsev wrote:
 > > Set cpu frequency explicitly via "cpu-freq" param in cpu 0 node
 > > in device tree.
@@ -10,7 +10,7 @@ On Tue, 2017-08-22@14:40 -0700, Vineet Gupta wrote:
 > > nsim.
 > 
 > Given that you added a generic feature as part of 1/5 - do other
-> platforms?
+> platforms 
 > abilis/nps need corresponding fixups as this one !
 
 Actually no.
@@ -19,12 +19,12 @@ frequency and don't try to change it.
 So we can left other dts untouched. 
 
 > > 
-> > Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev at synopsys.com>
+> > Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
 > > ---
-> > ? arch/arc/boot/dts/axc003.dtsi?????| 13 +++++++++++++
-> > ? arch/arc/boot/dts/axc003_idu.dtsi | 35
+> >   arch/arc/boot/dts/axc003.dtsi     | 13 +++++++++++++
+> >   arch/arc/boot/dts/axc003_idu.dtsi | 35
 > > +++++++++++++++++++++++++++++++++++
-> > ? 2 files changed, 48 insertions(+)
+> >   2 files changed, 48 insertions(+)
 > > 
 > > diff --git a/arch/arc/boot/dts/axc003.dtsi
 > > b/arch/arc/boot/dts/axc003.dtsi
@@ -32,14 +32,14 @@ So we can left other dts untouched.
 > > --- a/arch/arc/boot/dts/axc003.dtsi
 > > +++ b/arch/arc/boot/dts/axc003.dtsi
 > > @@ -17,6 +17,19 @@
-> > ??	#address-cells = <2>;
-> > ??	#size-cells = <2>;
-> > ??
+> >   	#address-cells = <2>;
+> >   	#size-cells = <2>;
+> >   
 > > +	cpus {
 > > +		#address-cells = <1>;
 > > +		#size-cells = <0>;
 > > +
-> > +		cpu at 0 {
+> > +		cpu@0 {
 > > +			device_type = "cpu";
 > > +			compatible = "snps,archs38";
 > > +			reg = <0>;
@@ -48,48 +48,48 @@ So we can left other dts untouched.
 > > +		};
 > > +	};
 > > +
-> > ??	cpu_card {
-> > ??		compatible = "simple-bus";
-> > ??		#address-cells = <1>;
+> >   	cpu_card {
+> >   		compatible = "simple-bus";
+> >   		#address-cells = <1>;
 > > diff --git a/arch/arc/boot/dts/axc003_idu.dtsi
 > > b/arch/arc/boot/dts/axc003_idu.dtsi
 > > index 5b56bef..44bc01e 100644
 > > --- a/arch/arc/boot/dts/axc003_idu.dtsi
 > > +++ b/arch/arc/boot/dts/axc003_idu.dtsi
 > > @@ -17,6 +17,41 @@
-> > ??	#address-cells = <2>;
-> > ??	#size-cells = <2>;
-> > ??
+> >   	#address-cells = <2>;
+> >   	#size-cells = <2>;
+> >   
 > > +	cpus {
 > > +		#address-cells = <1>;
 > > +		#size-cells = <0>;
 > > +
 > > +		/*
-> > +		?* "cpu-freq" was added only to cpu 0 as all cpus
+> > +		 * "cpu-freq" was added only to cpu 0 as all cpus
 > > are clocking
-> > +		?* from same clock source (same pll (core_clk) in
+> > +		 * from same clock source (same pll (core_clk) in
 > > our case).
-> > +		?*/
-> > +		cpu at 0 {
+> > +		 */
+> > +		cpu@0 {
 > > +			device_type = "cpu";
 > > +			compatible = "snps,archs38";
 > > +			reg = <0>;
 > > +			cpu-freq = <100000000>;
 > > +			clocks = <&core_clk>;
 > > +		};
-> > +		cpu at 1 {
+> > +		cpu@1 {
 > > +			device_type = "cpu";
 > > +			compatible = "snps,archs38";
 > > +			reg = <1>;
 > > +			clocks = <&core_clk>;
 > > +		};
-> > +		cpu at 2 {
+> > +		cpu@2 {
 > > +			device_type = "cpu";
 > > +			compatible = "snps,archs38";
 > > +			reg = <2>;
 > > +			clocks = <&core_clk>;
 > > +		};
-> > +		cpu at 3 {
+> > +		cpu@3 {
 > > +			device_type = "cpu";
 > > +			compatible = "snps,archs38";
 > > +			reg = <3>;
@@ -97,10 +97,10 @@ So we can left other dts untouched.
 > > +		};
 > > +	};
 > > +
-> > ??	cpu_card {
-> > ??		compatible = "simple-bus";
-> > ??		#address-cells = <1>;
+> >   	cpu_card {
+> >   		compatible = "simple-bus";
+> >   		#address-cells = <1>;
 > 
 > 
 -- 
-?Eugeniy Paltsev
+ Eugeniy Paltsev
diff --git a/a/content_digest b/N2/content_digest
index 9dc371e..d082cf0 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,13 +1,19 @@
  "ref\020170814161213.17522-1-Eugeniy.Paltsev@synopsys.com\0"
  "ref\020170814161213.17522-5-Eugeniy.Paltsev@synopsys.com\0"
  "ref\04685c3d5-7a2f-78cd-a11b-2eda0de2dd35@synopsys.com\0"
- "From\0Eugeniy.Paltsev@synopsys.com (Eugeniy Paltsev)\0"
- "Subject\0[PATCH 4/5] ARC: AXS103: DTS: Set cpu frequency explicitly via dts\0"
+ "From\0Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>\0"
+ "Subject\0Re: [PATCH 4/5] ARC: AXS103: DTS: Set cpu frequency explicitly via dts\0"
  "Date\0Wed, 23 Aug 2017 11:24:15 +0000\0"
- "To\0linux-snps-arc@lists.infradead.org\0"
+ "To\0Vineet Gupta <Vineet.Gupta1@synopsys.com>"
+ " linux-snps-arc@lists.infradead.org <linux-snps-arc@lists.infradead.org>\0"
+ "Cc\0linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>"
+  mark.rutland@arm.com <mark.rutland@arm.com>
+  Alexey Brodkin <Alexey.Brodkin@synopsys.com>
+  robh+dt@kernel.org <robh+dt@kernel.org>
+ " devicetree@vger.kernel.org <devicetree@vger.kernel.org>\0"
  "\00:1\0"
  "b\0"
- "On Tue, 2017-08-22@14:40 -0700, Vineet Gupta wrote:\n"
+ "On Tue, 2017-08-22 at 14:40 -0700, Vineet Gupta wrote:\n"
  "> On 08/14/2017 09:12 AM, Eugeniy Paltsev wrote:\n"
  "> > Set cpu frequency explicitly via \"cpu-freq\" param in cpu 0 node\n"
  "> > in device tree.\n"
@@ -19,7 +25,7 @@
  "> > nsim.\n"
  "> \n"
  "> Given that you added a generic feature as part of 1/5 - do other\n"
- "> platforms?\n"
+ "> platforms\302\240\n"
  "> abilis/nps need corresponding fixups as this one !\n"
  "\n"
  "Actually no.\n"
@@ -28,12 +34,12 @@
  "So we can left other dts untouched. \n"
  "\n"
  "> > \n"
- "> > Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev at synopsys.com>\n"
+ "> > Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>\n"
  "> > ---\n"
- "> > ? arch/arc/boot/dts/axc003.dtsi?????| 13 +++++++++++++\n"
- "> > ? arch/arc/boot/dts/axc003_idu.dtsi | 35\n"
+ "> > \302\240 arch/arc/boot/dts/axc003.dtsi\302\240\302\240\302\240\302\240\302\240| 13 +++++++++++++\n"
+ "> > \302\240 arch/arc/boot/dts/axc003_idu.dtsi | 35\n"
  "> > +++++++++++++++++++++++++++++++++++\n"
- "> > ? 2 files changed, 48 insertions(+)\n"
+ "> > \302\240 2 files changed, 48 insertions(+)\n"
  "> > \n"
  "> > diff --git a/arch/arc/boot/dts/axc003.dtsi\n"
  "> > b/arch/arc/boot/dts/axc003.dtsi\n"
@@ -41,14 +47,14 @@
  "> > --- a/arch/arc/boot/dts/axc003.dtsi\n"
  "> > +++ b/arch/arc/boot/dts/axc003.dtsi\n"
  "> > @@ -17,6 +17,19 @@\n"
- "> > ??\t#address-cells = <2>;\n"
- "> > ??\t#size-cells = <2>;\n"
- "> > ??\n"
+ "> > \302\240\302\240\t#address-cells = <2>;\n"
+ "> > \302\240\302\240\t#size-cells = <2>;\n"
+ "> > \302\240\302\240\n"
  "> > +\tcpus {\n"
  "> > +\t\t#address-cells = <1>;\n"
  "> > +\t\t#size-cells = <0>;\n"
  "> > +\n"
- "> > +\t\tcpu at 0 {\n"
+ "> > +\t\tcpu@0 {\n"
  "> > +\t\t\tdevice_type = \"cpu\";\n"
  "> > +\t\t\tcompatible = \"snps,archs38\";\n"
  "> > +\t\t\treg = <0>;\n"
@@ -57,48 +63,48 @@
  "> > +\t\t};\n"
  "> > +\t};\n"
  "> > +\n"
- "> > ??\tcpu_card {\n"
- "> > ??\t\tcompatible = \"simple-bus\";\n"
- "> > ??\t\t#address-cells = <1>;\n"
+ "> > \302\240\302\240\tcpu_card {\n"
+ "> > \302\240\302\240\t\tcompatible = \"simple-bus\";\n"
+ "> > \302\240\302\240\t\t#address-cells = <1>;\n"
  "> > diff --git a/arch/arc/boot/dts/axc003_idu.dtsi\n"
  "> > b/arch/arc/boot/dts/axc003_idu.dtsi\n"
  "> > index 5b56bef..44bc01e 100644\n"
  "> > --- a/arch/arc/boot/dts/axc003_idu.dtsi\n"
  "> > +++ b/arch/arc/boot/dts/axc003_idu.dtsi\n"
  "> > @@ -17,6 +17,41 @@\n"
- "> > ??\t#address-cells = <2>;\n"
- "> > ??\t#size-cells = <2>;\n"
- "> > ??\n"
+ "> > \302\240\302\240\t#address-cells = <2>;\n"
+ "> > \302\240\302\240\t#size-cells = <2>;\n"
+ "> > \302\240\302\240\n"
  "> > +\tcpus {\n"
  "> > +\t\t#address-cells = <1>;\n"
  "> > +\t\t#size-cells = <0>;\n"
  "> > +\n"
  "> > +\t\t/*\n"
- "> > +\t\t?* \"cpu-freq\" was added only to cpu 0 as all cpus\n"
+ "> > +\t\t\302\240* \"cpu-freq\" was added only to cpu 0 as all cpus\n"
  "> > are clocking\n"
- "> > +\t\t?* from same clock source (same pll (core_clk) in\n"
+ "> > +\t\t\302\240* from same clock source (same pll (core_clk) in\n"
  "> > our case).\n"
- "> > +\t\t?*/\n"
- "> > +\t\tcpu at 0 {\n"
+ "> > +\t\t\302\240*/\n"
+ "> > +\t\tcpu@0 {\n"
  "> > +\t\t\tdevice_type = \"cpu\";\n"
  "> > +\t\t\tcompatible = \"snps,archs38\";\n"
  "> > +\t\t\treg = <0>;\n"
  "> > +\t\t\tcpu-freq = <100000000>;\n"
  "> > +\t\t\tclocks = <&core_clk>;\n"
  "> > +\t\t};\n"
- "> > +\t\tcpu at 1 {\n"
+ "> > +\t\tcpu@1 {\n"
  "> > +\t\t\tdevice_type = \"cpu\";\n"
  "> > +\t\t\tcompatible = \"snps,archs38\";\n"
  "> > +\t\t\treg = <1>;\n"
  "> > +\t\t\tclocks = <&core_clk>;\n"
  "> > +\t\t};\n"
- "> > +\t\tcpu at 2 {\n"
+ "> > +\t\tcpu@2 {\n"
  "> > +\t\t\tdevice_type = \"cpu\";\n"
  "> > +\t\t\tcompatible = \"snps,archs38\";\n"
  "> > +\t\t\treg = <2>;\n"
  "> > +\t\t\tclocks = <&core_clk>;\n"
  "> > +\t\t};\n"
- "> > +\t\tcpu at 3 {\n"
+ "> > +\t\tcpu@3 {\n"
  "> > +\t\t\tdevice_type = \"cpu\";\n"
  "> > +\t\t\tcompatible = \"snps,archs38\";\n"
  "> > +\t\t\treg = <3>;\n"
@@ -106,12 +112,12 @@
  "> > +\t\t};\n"
  "> > +\t};\n"
  "> > +\n"
- "> > ??\tcpu_card {\n"
- "> > ??\t\tcompatible = \"simple-bus\";\n"
- "> > ??\t\t#address-cells = <1>;\n"
+ "> > \302\240\302\240\tcpu_card {\n"
+ "> > \302\240\302\240\t\tcompatible = \"simple-bus\";\n"
+ "> > \302\240\302\240\t\t#address-cells = <1>;\n"
  "> \n"
  "> \n"
  "-- \n"
- ?Eugeniy Paltsev
+ "\302\240Eugeniy Paltsev"
 
-fe455c2f7012f0b20e1b64fd89a4a2d0ee3b48e683dd722c3029077b6e0e66ab
+616867b3d7f404036456813bbffcdc6e6ffd8250f03f20c933b924a779cc1ef9

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.