All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <4F5F5B3F.2000303@gmail.com>

diff --git a/a/1.txt b/N1/1.txt
index b18c31b..bde3ccb 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -57,10 +57,10 @@ On 03/13/2012 03:47 AM, Dong Aisheng wrote:
 > +		reg = <0x40000000 0x08000000>;
 > +	};
 > +
-> +	ahb@80080000 {
-> +		fec@800f0000 {
+> +	ahb at 80080000 {
+> +		fec at 800f0000 {
 
-Use generic names: ethernet@800f0000
+Use generic names: ethernet at 800f0000
 
 > +			phy-mode = "rmii";
 > +			local-mac-address = [00 04 9F 01 7D 5B];
@@ -97,26 +97,26 @@ Use generic names: ethernet@800f0000
 > +	};
 > +
 > +	cpus {
-> +		cpu@0 {
+> +		cpu at 0 {
 > +			compatible = "arm,arm926ejs";
 > +		};
 > +	};
 > +
-> +	apb@80000000 {
+> +	apb at 80000000 {
 > +		compatible = "simple-bus";
 > +		#address-cells = <1>;
 > +		#size-cells = <1>;
 > +		reg = <0x80000000 0x80000>;
 > +		ranges;
 > +
-> +		apbh@80000000 {
+> +		apbh at 80000000 {
 > +			compatible = "simple-bus";
 > +			#address-cells = <1>;
 > +			#size-cells = <1>;
 > +			reg = <0x80000000 0x3c900>;
 > +			ranges;
 > +
-> +			icoll: interrupt-controller@80000000 {
+> +			icoll: interrupt-controller at 80000000 {
 > +				compatible = "fsl,imx28-icoll";
 > +				interrupt-controller;
 > +				#interrupt-cells = <1>;
@@ -124,16 +124,16 @@ Use generic names: ethernet@800f0000
 > +			};
 > +		};
 > +
-> +		apbx@80040000 {
+> +		apbx at 80040000 {
 > +			compatible = "simple-bus";
 > +			#address-cells = <1>;
 > +			#size-cells = <1>;
 > +			reg = <0x80040000 0x40000>;
 > +			ranges;
 > +
-> +			uart1: uart@80074000 {
+> +			uart1: uart at 80074000 {
 
-Use generic names: uart1: serial@...
+Use generic names: uart1: serial at ...
 
 > +				compatible = "arm,pl011", "arm,primecell";
 > +				reg = <0x80074000 0x2000>;
@@ -145,14 +145,14 @@ This is really only 0x1000 in length.
 > +		};
 > +	};
 > +
-> +	ahb@80080000 {
+> +	ahb at 80080000 {
 > +		compatible = "simple-bus";
 > +		#address-cells = <1>;
 > +		#size-cells = <1>;
 > +		reg = <0x80080000 0x80000>;
 > +		ranges;
 > +
-> +		fec@800f0000 {
+> +		fec at 800f0000 {
 > +			compatible = "fsl,imx28-fec";
 > +			reg = <0x800f0000 0x4000>;
 
@@ -162,7 +162,7 @@ This too IIRC.
 > +			status = "disabled";
 > +		};
 > +
-> +		fec@800f4000 {
+> +		fec at 800f4000 {
 > +			compatible = "fsl,imx28-fec";
 > +			reg = <0x800f4000 0x4000>;
 > +			interrupts = <102>;
diff --git a/a/content_digest b/N1/content_digest
index 64cdde9..2bb079a 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,21 +1,9 @@
  "ref\01331628428-24017-1-git-send-email-b29396@freescale.com\0"
  "ref\01331628428-24017-2-git-send-email-b29396@freescale.com\0"
- "From\0Rob Herring <robherring2@gmail.com>\0"
- "Subject\0Re: [PATCH v1 1/5] ARM: imx28: add basic dt support\0"
+ "From\0robherring2@gmail.com (Rob Herring)\0"
+ "Subject\0[PATCH v1 1/5] ARM: imx28: add basic dt support\0"
  "Date\0Tue, 13 Mar 2012 09:35:43 -0500\0"
- "To\0Dong Aisheng <b29396@freescale.com>\0"
- "Cc\0devicetree-discuss@lists.ozlabs.org"
-  linux-kernel@vger.kernel.org
-  linux-mmc@vger.kernel.org
-  linux-arm-kernel@lists.infradead.org
-  vinod.koul@linux.intel.com
-  s.hauer@pengutronix.de
-  rob.herring@calxeda.com
-  grant.likely@secretlab.ca
-  rdunlap@xenotime.net
-  kernel@pengutronix.de
-  cjb@laptop.org
- " shawn.guo@freescale.com\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On 03/13/2012 03:47 AM, Dong Aisheng wrote:\n"
@@ -77,10 +65,10 @@
  "> +\t\treg = <0x40000000 0x08000000>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tahb@80080000 {\n"
- "> +\t\tfec@800f0000 {\n"
+ "> +\tahb at 80080000 {\n"
+ "> +\t\tfec at 800f0000 {\n"
  "\n"
- "Use generic names: ethernet@800f0000\n"
+ "Use generic names: ethernet at 800f0000\n"
  "\n"
  "> +\t\t\tphy-mode = \"rmii\";\n"
  "> +\t\t\tlocal-mac-address = [00 04 9F 01 7D 5B];\n"
@@ -117,26 +105,26 @@
  "> +\t};\n"
  "> +\n"
  "> +\tcpus {\n"
- "> +\t\tcpu@0 {\n"
+ "> +\t\tcpu at 0 {\n"
  "> +\t\t\tcompatible = \"arm,arm926ejs\";\n"
  "> +\t\t};\n"
  "> +\t};\n"
  "> +\n"
- "> +\tapb@80000000 {\n"
+ "> +\tapb at 80000000 {\n"
  "> +\t\tcompatible = \"simple-bus\";\n"
  "> +\t\t#address-cells = <1>;\n"
  "> +\t\t#size-cells = <1>;\n"
  "> +\t\treg = <0x80000000 0x80000>;\n"
  "> +\t\tranges;\n"
  "> +\n"
- "> +\t\tapbh@80000000 {\n"
+ "> +\t\tapbh at 80000000 {\n"
  "> +\t\t\tcompatible = \"simple-bus\";\n"
  "> +\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t#size-cells = <1>;\n"
  "> +\t\t\treg = <0x80000000 0x3c900>;\n"
  "> +\t\t\tranges;\n"
  "> +\n"
- "> +\t\t\ticoll: interrupt-controller@80000000 {\n"
+ "> +\t\t\ticoll: interrupt-controller at 80000000 {\n"
  "> +\t\t\t\tcompatible = \"fsl,imx28-icoll\";\n"
  "> +\t\t\t\tinterrupt-controller;\n"
  "> +\t\t\t\t#interrupt-cells = <1>;\n"
@@ -144,16 +132,16 @@
  "> +\t\t\t};\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tapbx@80040000 {\n"
+ "> +\t\tapbx at 80040000 {\n"
  "> +\t\t\tcompatible = \"simple-bus\";\n"
  "> +\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t#size-cells = <1>;\n"
  "> +\t\t\treg = <0x80040000 0x40000>;\n"
  "> +\t\t\tranges;\n"
  "> +\n"
- "> +\t\t\tuart1: uart@80074000 {\n"
+ "> +\t\t\tuart1: uart at 80074000 {\n"
  "\n"
- "Use generic names: uart1: serial@...\n"
+ "Use generic names: uart1: serial at ...\n"
  "\n"
  "> +\t\t\t\tcompatible = \"arm,pl011\", \"arm,primecell\";\n"
  "> +\t\t\t\treg = <0x80074000 0x2000>;\n"
@@ -165,14 +153,14 @@
  "> +\t\t};\n"
  "> +\t};\n"
  "> +\n"
- "> +\tahb@80080000 {\n"
+ "> +\tahb at 80080000 {\n"
  "> +\t\tcompatible = \"simple-bus\";\n"
  "> +\t\t#address-cells = <1>;\n"
  "> +\t\t#size-cells = <1>;\n"
  "> +\t\treg = <0x80080000 0x80000>;\n"
  "> +\t\tranges;\n"
  "> +\n"
- "> +\t\tfec@800f0000 {\n"
+ "> +\t\tfec at 800f0000 {\n"
  "> +\t\t\tcompatible = \"fsl,imx28-fec\";\n"
  "> +\t\t\treg = <0x800f0000 0x4000>;\n"
  "\n"
@@ -182,7 +170,7 @@
  "> +\t\t\tstatus = \"disabled\";\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tfec@800f4000 {\n"
+ "> +\t\tfec at 800f4000 {\n"
  "> +\t\t\tcompatible = \"fsl,imx28-fec\";\n"
  "> +\t\t\treg = <0x800f4000 0x4000>;\n"
  "> +\t\t\tinterrupts = <102>;\n"
@@ -314,4 +302,4 @@
  "> +\t.restart\t= mxs_restart,\n"
  > +MACHINE_END
 
-1c0df4ccac8da13e0ec3dbdbae7cf82b1b3f9f22603b9a084c38157ae747bdc8
+943aa138783ae9b71579c91ed18ad46ae64b9987241cc85f54c2ac1f0bbea4c8

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.