All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <11ec01ce0326$90bcb590$b23620b0$@kernel.org>

diff --git a/a/1.txt b/N1/1.txt
index a4da1bc..399ab39 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -24,7 +24,7 @@ Santosh Shilimkar wrote:
 > exynos5440
 > >>>>>>> to specify all the per-cpu interrupts of arch timer.
 > >>>>>>
-> >>>>>> The node(s) for the arch timer should not be in the cpus/cpu@N
+> >>>>>> The node(s) for the arch timer should not be in the cpus/cpu at N
 > nodes.
 > >>>>>> Instead, there should be one node (in the root of the tree).
 > >>>>>>
@@ -128,7 +128,7 @@ index 1e7a2b0..5c5a699 100644
 +		#address-cells = <1>;
 +		#size-cells = <0>;
 +
- 		cpu@0 {
+ 		cpu at 0 {
  			compatible = "arm,cortex-a15";
 -			timer {
 -				compatible = "arm,armv7-timer";
@@ -137,7 +137,7 @@ index 1e7a2b0..5c5a699 100644
 -			};
 +			reg = <0>;
  		};
- 		cpu@1 {
+ 		cpu at 1 {
  			compatible = "arm,cortex-a15";
 -			timer {
 -				compatible = "arm,armv7-timer";
@@ -146,7 +146,7 @@ index 1e7a2b0..5c5a699 100644
 -			};
 +			reg = <1>;
  		};
- 		cpu@2 {
+ 		cpu at 2 {
  			compatible = "arm,cortex-a15";
 -			timer {
 -				compatible = "arm,armv7-timer";
@@ -155,7 +155,7 @@ index 1e7a2b0..5c5a699 100644
 -			};
 +			reg = <2>;
  		};
- 		cpu@3 {
+ 		cpu at 3 {
  			compatible = "arm,cortex-a15";
 -			timer {
 -				compatible = "arm,armv7-timer";
@@ -176,7 +176,7 @@ index 1e7a2b0..5c5a699 100644
 +		clock-frequency = <50000000>;
 +	};
 +
- 	serial@B0000 {
+ 	serial at B0000 {
  		compatible = "samsung,exynos4210-uart";
  		reg = <0xB0000 0x1000>;
 -- 
diff --git a/a/content_digest b/N1/content_digest
index b98dbe4..06e1288 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -6,20 +6,10 @@
  "ref\051012C4B.5080300@ti.com\0"
  "ref\051013432.3080903@arm.com\0"
  "ref\05108C9C9.4010409@ti.com\0"
- "From\0kgene@kernel.org\0"
- "Subject\0RE: [PATCH] ARM: dts: specify all the per-cpu interrupts of arch timer for exynos5440\0"
+ "From\0kgene@kernel.org (kgene at kernel.org)\0"
+ "Subject\0[PATCH] ARM: dts: specify all the per-cpu interrupts of arch timer for exynos5440\0"
  "Date\0Mon, 04 Feb 2013 14:25:37 -0800\0"
- "To\0'Santosh Shilimkar' <santosh.shilimkar@ti.com>"
- " 'Benoit Cousson' <b-cousson@ti.com>\0"
- "Cc\0'Marc Zyngier' <marc.zyngier@arm.com>"
-  'Mark Rutland' <Mark.Rutland@arm.com>
-  linux-samsung-soc@vger.kernel.org
-  'Tony Lindgren' <tony@atomide.com>
-  devicetree-discuss@lists.ozlabs.org
-  rob.herring@calxeda.com
-  'Grant Likely' <grant.likely@secretlab.ca>
-  'Thomas Abraham' <thomas.ab@samsung.com>
- " linux-arm-kernel@lists.infradead.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Santosh Shilimkar wrote:\n"
@@ -48,7 +38,7 @@
  "> exynos5440\n"
  "> >>>>>>> to specify all the per-cpu interrupts of arch timer.\n"
  "> >>>>>>\n"
- "> >>>>>> The node(s) for the arch timer should not be in the cpus/cpu@N\n"
+ "> >>>>>> The node(s) for the arch timer should not be in the cpus/cpu at N\n"
  "> nodes.\n"
  "> >>>>>> Instead, there should be one node (in the root of the tree).\n"
  "> >>>>>>\n"
@@ -152,7 +142,7 @@
  "+\t\t#address-cells = <1>;\n"
  "+\t\t#size-cells = <0>;\n"
  "+\n"
- " \t\tcpu@0 {\n"
+ " \t\tcpu at 0 {\n"
  " \t\t\tcompatible = \"arm,cortex-a15\";\n"
  "-\t\t\ttimer {\n"
  "-\t\t\t\tcompatible = \"arm,armv7-timer\";\n"
@@ -161,7 +151,7 @@
  "-\t\t\t};\n"
  "+\t\t\treg = <0>;\n"
  " \t\t};\n"
- " \t\tcpu@1 {\n"
+ " \t\tcpu at 1 {\n"
  " \t\t\tcompatible = \"arm,cortex-a15\";\n"
  "-\t\t\ttimer {\n"
  "-\t\t\t\tcompatible = \"arm,armv7-timer\";\n"
@@ -170,7 +160,7 @@
  "-\t\t\t};\n"
  "+\t\t\treg = <1>;\n"
  " \t\t};\n"
- " \t\tcpu@2 {\n"
+ " \t\tcpu at 2 {\n"
  " \t\t\tcompatible = \"arm,cortex-a15\";\n"
  "-\t\t\ttimer {\n"
  "-\t\t\t\tcompatible = \"arm,armv7-timer\";\n"
@@ -179,7 +169,7 @@
  "-\t\t\t};\n"
  "+\t\t\treg = <2>;\n"
  " \t\t};\n"
- " \t\tcpu@3 {\n"
+ " \t\tcpu at 3 {\n"
  " \t\t\tcompatible = \"arm,cortex-a15\";\n"
  "-\t\t\ttimer {\n"
  "-\t\t\t\tcompatible = \"arm,armv7-timer\";\n"
@@ -200,10 +190,10 @@
  "+\t\tclock-frequency = <50000000>;\n"
  "+\t};\n"
  "+\n"
- " \tserial@B0000 {\n"
+ " \tserial at B0000 {\n"
  " \t\tcompatible = \"samsung,exynos4210-uart\";\n"
  " \t\treg = <0xB0000 0x1000>;\n"
  "-- \n"
  1.7.10.4
 
-a81fbc7d1975b781b9c18ac67cebee9dfe4a28079a1a1ca16f48d83fc07eab64
+93612b5a069b8bc9886746de4cf7b97989c4c5b61c4e3666dadda78ff0dae078

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.