All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <535B0324.50705@gmail.com>

diff --git a/a/1.txt b/N1/1.txt
index b399d22..2227379 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -35,7 +35,7 @@ On 25.04.2014 03:16, Chanwoo Choi wrote:
 > Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>
 > Cc: Kumar Gala <galak@codeaurora.org>
 > Cc: Russell King <linux@arm.linux.org.uk>
-> Cc: devicetree@vger.kernel.org
+> Cc: devicetree at vger.kernel.org
 > ---
 >   arch/arm/boot/dts/exynos3250-pinctrl.dtsi | 477 +++++++++++++++
 >   arch/arm/boot/dts/exynos3250.dtsi         | 405 +++++++++++++
@@ -66,7 +66,7 @@ On 25.04.2014 03:16, Chanwoo Choi wrote:
 > +*/
 > +
 > +/ {
-> +	pinctrl@11400000 {
+> +	pinctrl at 11400000 {
 
 Could you use references instead of re-specifying the whole tree 
 hierarchy in every file a node is used?
@@ -74,7 +74,7 @@ hierarchy in every file a node is used?
 Instead of
 
 / {
-	pinctrl@11400000 {
+	pinctrl at 11400000 {
 
 	};
 };
@@ -294,7 +294,7 @@ You might just need to change the location of #include
 > +		};
 > +	};
 > +
-> +	pinctrl@11000000 {
+> +	pinctrl at 11000000 {
 > +		gpe0: gpe0 {
 > +			gpio-controller;
 > +			#gpio-cells = <2>;
@@ -603,7 +603,7 @@ You might just need to change the location of #include
 > +		#address-cells = <1>;
 > +		#size-cells = <0>;
 > +
-> +		cpu@0 {
+> +		cpu at 0 {
 > +			device_type = "cpu";
 > +			compatible = "arm,cortex-a7";
 > +			reg = <0>;
@@ -622,7 +622,7 @@ check this.
 > +		#address-cells = <1>;
 > +		#size-cells = <0>;
 > +
-> +		xusbxti: clock@0 {
+> +		xusbxti: clock at 0 {
 > +			compatible = "fixed-clock";
 > +			reg = <0>;
 > +			clock-frequency = <0>;
@@ -630,7 +630,7 @@ check this.
 > +			clock-output-names = "xusbxti";
 > +		};
 > +
-> +		xxti: clock@1 {
+> +		xxti: clock at 1 {
 > +			compatible = "fixed-clock";
 > +			reg = <1>;
 > +			clock-frequency = <0>;
@@ -638,7 +638,7 @@ check this.
 > +			clock-output-names = "xxti";
 > +		};
 > +
-> +		xtcxo: clock@2 {
+> +		xtcxo: clock at 2 {
 > +			compatible = "fixed-clock";
 > +			reg = <2>;
 > +			clock-frequency = <0>;
@@ -647,48 +647,48 @@ check this.
 > +		};
 > +	};
 > +
-> +	chipid@10000000 {
+> +	chipid at 10000000 {
 > +		compatible = "samsung,exynos4210-chipid";
 > +		reg = <0x10000000 0x100>;
 > +	};
 > +
-> +	sys_reg: syscon@10010000 {
+> +	sys_reg: syscon at 10010000 {
 > +		compatible = "samsung,exynos3-sysreg", "syscon";
 > +		reg = <0x10010000 0x400>;
 > +	};
 > +
-> +	pd_cam: cam-power-domain@10023C00 {
+> +	pd_cam: cam-power-domain at 10023C00 {
 > +		compatible = "samsung,exynos4210-pd";
 > +		reg = <0x10023C00 0x20>;
 > +	};
 > +
-> +	pd_mfc: mfc-power-domain@10023C40 {
+> +	pd_mfc: mfc-power-domain at 10023C40 {
 > +		compatible = "samsung,exynos4210-pd";
 > +		reg = <0x10023C40 0x20>;
 > +	};
 > +
-> +	pd_g3d: g3d-power-domain@10023C60 {
+> +	pd_g3d: g3d-power-domain at 10023C60 {
 > +		compatible = "samsung,exynos4210-pd";
 > +		reg = <0x10023C60 0x20>;
 > +	};
 > +
-> +	pd_lcd0: lcd0-power-domain@10023C80 {
+> +	pd_lcd0: lcd0-power-domain at 10023C80 {
 > +		compatible = "samsung,exynos4210-pd";
 > +		reg = <0x10023C80 0x20>;
 > +	};
 > +
-> +	pd_isp: isp-power-domain@10023CA0 {
+> +	pd_isp: isp-power-domain at 10023CA0 {
 > +		compatible = "samsung,exynos4210-pd";
 > +		reg = <0x10023CA0 0x20>;
 > +	};
 > +
-> +	cmu: clock-controller@10030000 {
+> +	cmu: clock-controller at 10030000 {
 > +		compatible = "samsung,exynos3250-cmu";
 > +		reg = <0x10030000 0x20000>;
 > +		#clock-cells = <1>;
 > +	};
 > +
-> +	rtc@10070000 {
+> +	rtc at 10070000 {
 
 Please add label to the node, so it can be referenced from board dts 
 files added later (using the method I explained above).
@@ -699,7 +699,7 @@ files added later (using the method I explained above).
 > +		status = "disabled";
 > +	};
 > +
-> +	gic: interrupt-controller@10481000 {
+> +	gic: interrupt-controller at 10481000 {
 > +		compatible = "arm,cortex-a15-gic";
 > +		#interrupt-cells = <3>;
 > +		interrupt-controller;
@@ -710,7 +710,7 @@ files added later (using the method I explained above).
 > +		      interrupts = <1 9 0xf04>;
 > +	};
 > +
-> +	mct@10050000 {
+> +	mct at 10050000 {
 > +		compatible = "samsung,exynos4210-mct";
 > +		reg = <0x10050000 0x800>;
 > +		interrupts = <0 218 0>, <0 219 0>, <0 220 0>, <0 221 0>,
@@ -719,7 +719,7 @@ files added later (using the method I explained above).
 > +		clock-names = "fin_pll", "mct";
 > +	};
 > +
-> +	pinctrl_1: pinctrl@11000000 {
+> +	pinctrl_1: pinctrl at 11000000 {
 > +		compatible = "samsung,exynos3250-pinctrl";
 > +		reg = <0x11000000 0x1000>;
 > +		interrupts = <0 225 0>;
@@ -731,13 +731,13 @@ files added later (using the method I explained above).
 > +		};
 > +	};
 > +
-> +	pinctrl_0: pinctrl@11400000 {
+> +	pinctrl_0: pinctrl at 11400000 {
 > +		compatible = "samsung,exynos3250-pinctrl";
 > +		reg = <0x11400000 0x1000>;
 > +		interrupts = <0 240 0>;
 > +	};
 > +
-> +	mshc_0: mshc@12510000 {
+> +	mshc_0: mshc at 12510000 {
 > +		compatible = "samsung,exynos5250-dw-mshc";
 > +		reg = <0x12510000 0x1000>;
 > +		interrupts = <0 142 0>;
@@ -749,7 +749,7 @@ files added later (using the method I explained above).
 > +		status = "disabled";
 > +	};
 > +
-> +	mshc_1: mshc@12520000 {
+> +	mshc_1: mshc at 12520000 {
 > +		compatible = "samsung,exynos5250-dw-mshc";
 > +		reg = <0x12520000 0x1000>;
 > +		interrupts = <0 143 0>;
@@ -768,7 +768,7 @@ files added later (using the method I explained above).
 > +		interrupt-parent = <&gic>;
 > +		ranges;
 > +
-> +		pdma0: pdma@12680000 {
+> +		pdma0: pdma at 12680000 {
 > +			compatible = "arm,pl330", "arm,primecell";
 > +			reg = <0x12680000 0x1000>;
 > +			interrupts = <0 138 0>;
@@ -779,7 +779,7 @@ files added later (using the method I explained above).
 > +			#dma-requests = <32>;
 > +		};
 > +
-> +		pdma1: pdma@12690000 {
+> +		pdma1: pdma at 12690000 {
 > +			compatible = "arm,pl330", "arm,primecell";
 > +			reg = <0x12690000 0x1000>;
 > +			interrupts = <0 139 0>;
@@ -791,7 +791,7 @@ files added later (using the method I explained above).
 > +		};
 > +	};
 > +
-> +	adc: adc@126C0000 {
+> +	adc: adc at 126C0000 {
 > +		compatible = "samsung,exynos-adc-v3";
 > +		reg = <0x126C0000 0x100>, <0x10020718 0x4>;
 > +		interrupts = <0 137 0>;
@@ -802,7 +802,7 @@ files added later (using the method I explained above).
 > +		status = "disabled";
 > +	};
 > +
-> +	serial@13800000 {
+> +	serial at 13800000 {
 
 Please add label.
 
@@ -814,7 +814,7 @@ Please add label.
 > +		status = "disabled";
 > +	};
 > +
-> +	serial@13810000 {
+> +	serial at 13810000 {
 
 Ditto.
 
diff --git a/a/content_digest b/N1/content_digest
index 9e625a4..6b6848c 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,37 +1,9 @@
  "ref\01398388572-30239-1-git-send-email-cw00.choi@samsung.com\0"
  "ref\01398388572-30239-8-git-send-email-cw00.choi@samsung.com\0"
- "From\0Tomasz Figa <tomasz.figa@gmail.com>\0"
- "Subject\0Re: [PATCHv4 7/7] ARM: dts: Add device tree sources for Exynos3250\0"
+ "From\0tomasz.figa@gmail.com (Tomasz Figa)\0"
+ "Subject\0[PATCHv4 7/7] ARM: dts: Add device tree sources for Exynos3250\0"
  "Date\0Sat, 26 Apr 2014 02:51:48 +0200\0"
- "To\0Chanwoo Choi <cw00.choi@samsung.com>"
-  kgene.kim@samsung.com
- " t.figa@samsung.com\0"
- "Cc\0linux-kernel@vger.kernel.org"
-  linux@arm.linux.org.uk
-  ben-linux@fluff.org
-  arnd@arndb.de
-  olof@lixom.net
-  marc.zyngier@arm.com
-  thomas.abraham@linaro.org
-  kyungmin.park@samsung.com
-  inki.dae@samsung.com
-  sw0312.kim@samsung.com
-  hyunhee.kim@samsung.com
-  yj44.cho@samsung.com
-  chanho61.park@samsung.com
-  sajjan.linux@gmail.com
-  tushar.behera@linaro.org
-  sachin.kamat@linaro.org
-  linux-samsung-soc@vger.kernel.org
-  linux-arm-kernel@lists.infradead.org
-  devicetree@vger.kernel.org
-  Jaehoon Chung <jh80.chung@samsung.com>
-  Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
-  Rob Herring <robh+dt@kernel.org>
-  Pawel Moll <pawel.moll@arm.com>
-  Mark Rutland <mark.rutland@arm.com>
-  Ian Campbell <ijc+devicetree@hellion.org.uk>
- " Kumar Gala <galak@codeaurora.org>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hi Chanwoo,\n"
@@ -71,7 +43,7 @@
  "> Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>\n"
  "> Cc: Kumar Gala <galak@codeaurora.org>\n"
  "> Cc: Russell King <linux@arm.linux.org.uk>\n"
- "> Cc: devicetree@vger.kernel.org\n"
+ "> Cc: devicetree at vger.kernel.org\n"
  "> ---\n"
  ">   arch/arm/boot/dts/exynos3250-pinctrl.dtsi | 477 +++++++++++++++\n"
  ">   arch/arm/boot/dts/exynos3250.dtsi         | 405 +++++++++++++\n"
@@ -102,7 +74,7 @@
  "> +*/\n"
  "> +\n"
  "> +/ {\n"
- "> +\tpinctrl@11400000 {\n"
+ "> +\tpinctrl at 11400000 {\n"
  "\n"
  "Could you use references instead of re-specifying the whole tree \n"
  "hierarchy in every file a node is used?\n"
@@ -110,7 +82,7 @@
  "Instead of\n"
  "\n"
  "/ {\n"
- "\tpinctrl@11400000 {\n"
+ "\tpinctrl at 11400000 {\n"
  "\n"
  "\t};\n"
  "};\n"
@@ -330,7 +302,7 @@
  "> +\t\t};\n"
  "> +\t};\n"
  "> +\n"
- "> +\tpinctrl@11000000 {\n"
+ "> +\tpinctrl at 11000000 {\n"
  "> +\t\tgpe0: gpe0 {\n"
  "> +\t\t\tgpio-controller;\n"
  "> +\t\t\t#gpio-cells = <2>;\n"
@@ -639,7 +611,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\tdevice_type = \"cpu\";\n"
  "> +\t\t\tcompatible = \"arm,cortex-a7\";\n"
  "> +\t\t\treg = <0>;\n"
@@ -658,7 +630,7 @@
  "> +\t\t#address-cells = <1>;\n"
  "> +\t\t#size-cells = <0>;\n"
  "> +\n"
- "> +\t\txusbxti: clock@0 {\n"
+ "> +\t\txusbxti: clock at 0 {\n"
  "> +\t\t\tcompatible = \"fixed-clock\";\n"
  "> +\t\t\treg = <0>;\n"
  "> +\t\t\tclock-frequency = <0>;\n"
@@ -666,7 +638,7 @@
  "> +\t\t\tclock-output-names = \"xusbxti\";\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\txxti: clock@1 {\n"
+ "> +\t\txxti: clock at 1 {\n"
  "> +\t\t\tcompatible = \"fixed-clock\";\n"
  "> +\t\t\treg = <1>;\n"
  "> +\t\t\tclock-frequency = <0>;\n"
@@ -674,7 +646,7 @@
  "> +\t\t\tclock-output-names = \"xxti\";\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\txtcxo: clock@2 {\n"
+ "> +\t\txtcxo: clock at 2 {\n"
  "> +\t\t\tcompatible = \"fixed-clock\";\n"
  "> +\t\t\treg = <2>;\n"
  "> +\t\t\tclock-frequency = <0>;\n"
@@ -683,48 +655,48 @@
  "> +\t\t};\n"
  "> +\t};\n"
  "> +\n"
- "> +\tchipid@10000000 {\n"
+ "> +\tchipid at 10000000 {\n"
  "> +\t\tcompatible = \"samsung,exynos4210-chipid\";\n"
  "> +\t\treg = <0x10000000 0x100>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tsys_reg: syscon@10010000 {\n"
+ "> +\tsys_reg: syscon at 10010000 {\n"
  "> +\t\tcompatible = \"samsung,exynos3-sysreg\", \"syscon\";\n"
  "> +\t\treg = <0x10010000 0x400>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tpd_cam: cam-power-domain@10023C00 {\n"
+ "> +\tpd_cam: cam-power-domain at 10023C00 {\n"
  "> +\t\tcompatible = \"samsung,exynos4210-pd\";\n"
  "> +\t\treg = <0x10023C00 0x20>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tpd_mfc: mfc-power-domain@10023C40 {\n"
+ "> +\tpd_mfc: mfc-power-domain at 10023C40 {\n"
  "> +\t\tcompatible = \"samsung,exynos4210-pd\";\n"
  "> +\t\treg = <0x10023C40 0x20>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tpd_g3d: g3d-power-domain@10023C60 {\n"
+ "> +\tpd_g3d: g3d-power-domain at 10023C60 {\n"
  "> +\t\tcompatible = \"samsung,exynos4210-pd\";\n"
  "> +\t\treg = <0x10023C60 0x20>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tpd_lcd0: lcd0-power-domain@10023C80 {\n"
+ "> +\tpd_lcd0: lcd0-power-domain at 10023C80 {\n"
  "> +\t\tcompatible = \"samsung,exynos4210-pd\";\n"
  "> +\t\treg = <0x10023C80 0x20>;\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"
  "> +\t};\n"
  "> +\n"
- "> +\tcmu: clock-controller@10030000 {\n"
+ "> +\tcmu: clock-controller at 10030000 {\n"
  "> +\t\tcompatible = \"samsung,exynos3250-cmu\";\n"
  "> +\t\treg = <0x10030000 0x20000>;\n"
  "> +\t\t#clock-cells = <1>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\trtc@10070000 {\n"
+ "> +\trtc at 10070000 {\n"
  "\n"
  "Please add label to the node, so it can be referenced from board dts \n"
  "files added later (using the method I explained above).\n"
@@ -735,7 +707,7 @@
  "> +\t\tstatus = \"disabled\";\n"
  "> +\t};\n"
  "> +\n"
- "> +\tgic: interrupt-controller@10481000 {\n"
+ "> +\tgic: interrupt-controller at 10481000 {\n"
  "> +\t\tcompatible = \"arm,cortex-a15-gic\";\n"
  "> +\t\t#interrupt-cells = <3>;\n"
  "> +\t\tinterrupt-controller;\n"
@@ -746,7 +718,7 @@
  "> +\t\t      interrupts = <1 9 0xf04>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tmct@10050000 {\n"
+ "> +\tmct at 10050000 {\n"
  "> +\t\tcompatible = \"samsung,exynos4210-mct\";\n"
  "> +\t\treg = <0x10050000 0x800>;\n"
  "> +\t\tinterrupts = <0 218 0>, <0 219 0>, <0 220 0>, <0 221 0>,\n"
@@ -755,7 +727,7 @@
  "> +\t\tclock-names = \"fin_pll\", \"mct\";\n"
  "> +\t};\n"
  "> +\n"
- "> +\tpinctrl_1: pinctrl@11000000 {\n"
+ "> +\tpinctrl_1: pinctrl at 11000000 {\n"
  "> +\t\tcompatible = \"samsung,exynos3250-pinctrl\";\n"
  "> +\t\treg = <0x11000000 0x1000>;\n"
  "> +\t\tinterrupts = <0 225 0>;\n"
@@ -767,13 +739,13 @@
  "> +\t\t};\n"
  "> +\t};\n"
  "> +\n"
- "> +\tpinctrl_0: pinctrl@11400000 {\n"
+ "> +\tpinctrl_0: pinctrl at 11400000 {\n"
  "> +\t\tcompatible = \"samsung,exynos3250-pinctrl\";\n"
  "> +\t\treg = <0x11400000 0x1000>;\n"
  "> +\t\tinterrupts = <0 240 0>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tmshc_0: mshc@12510000 {\n"
+ "> +\tmshc_0: mshc at 12510000 {\n"
  "> +\t\tcompatible = \"samsung,exynos5250-dw-mshc\";\n"
  "> +\t\treg = <0x12510000 0x1000>;\n"
  "> +\t\tinterrupts = <0 142 0>;\n"
@@ -785,7 +757,7 @@
  "> +\t\tstatus = \"disabled\";\n"
  "> +\t};\n"
  "> +\n"
- "> +\tmshc_1: mshc@12520000 {\n"
+ "> +\tmshc_1: mshc at 12520000 {\n"
  "> +\t\tcompatible = \"samsung,exynos5250-dw-mshc\";\n"
  "> +\t\treg = <0x12520000 0x1000>;\n"
  "> +\t\tinterrupts = <0 143 0>;\n"
@@ -804,7 +776,7 @@
  "> +\t\tinterrupt-parent = <&gic>;\n"
  "> +\t\tranges;\n"
  "> +\n"
- "> +\t\tpdma0: pdma@12680000 {\n"
+ "> +\t\tpdma0: pdma at 12680000 {\n"
  "> +\t\t\tcompatible = \"arm,pl330\", \"arm,primecell\";\n"
  "> +\t\t\treg = <0x12680000 0x1000>;\n"
  "> +\t\t\tinterrupts = <0 138 0>;\n"
@@ -815,7 +787,7 @@
  "> +\t\t\t#dma-requests = <32>;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tpdma1: pdma@12690000 {\n"
+ "> +\t\tpdma1: pdma at 12690000 {\n"
  "> +\t\t\tcompatible = \"arm,pl330\", \"arm,primecell\";\n"
  "> +\t\t\treg = <0x12690000 0x1000>;\n"
  "> +\t\t\tinterrupts = <0 139 0>;\n"
@@ -827,7 +799,7 @@
  "> +\t\t};\n"
  "> +\t};\n"
  "> +\n"
- "> +\tadc: adc@126C0000 {\n"
+ "> +\tadc: adc at 126C0000 {\n"
  "> +\t\tcompatible = \"samsung,exynos-adc-v3\";\n"
  "> +\t\treg = <0x126C0000 0x100>, <0x10020718 0x4>;\n"
  "> +\t\tinterrupts = <0 137 0>;\n"
@@ -838,7 +810,7 @@
  "> +\t\tstatus = \"disabled\";\n"
  "> +\t};\n"
  "> +\n"
- "> +\tserial@13800000 {\n"
+ "> +\tserial at 13800000 {\n"
  "\n"
  "Please add label.\n"
  "\n"
@@ -850,11 +822,11 @@
  "> +\t\tstatus = \"disabled\";\n"
  "> +\t};\n"
  "> +\n"
- "> +\tserial@13810000 {\n"
+ "> +\tserial at 13810000 {\n"
  "\n"
  "Ditto.\n"
  "\n"
  "Best regards,\n"
  Tomasz
 
-20ef5f37a8ce56265c7990c65f915db10adbee8a006249e9f958ca6fb657fc41
+d5fb4f78d266e041d0abc3c1e3cb56ea7fe298b41b89cd2c7df523ef5a997c46

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.