All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <52F38C42.5030508@samsung.com>

diff --git a/a/1.txt b/N1/1.txt
index bbd73d6..a0efea1 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -58,7 +58,7 @@ On 05.02.2014 06:16, Rahul Sharma wrote:
 > +*/
 > +
 > +/ {
-> +	pinctrl@11600000 {
+> +	pinctrl at 11600000 {
 
 [snip]
 
@@ -106,7 +106,7 @@ What is the reason for SPI0 to have 4 pins, while SPI1 has just 3?
 > +		pinctrl2 = &pinctrl_2;
 > +	};
 > +
-> +	chipid@10000000 {
+> +	chipid at 10000000 {
 > +		compatible = "samsung,exynos4210-chipid";
 > +		reg = <0x10000000 0x100>;
 > +	};
@@ -115,7 +115,7 @@ What is the reason for SPI0 to have 4 pins, while SPI1 has just 3?
 > +		#address-cells = <1>;
 > +		#size-cells = <0>;
 > +
-> +		cpu@0 {
+> +		cpu at 0 {
 > +			device_type = "cpu";
 > +			compatible = "arm,cortex-a15";
 > +			reg = <0>;
@@ -128,31 +128,31 @@ as well.
 
 nit: Please keep 1 blank line of spacing between nodes.
 
-> +		cpu@1 {
+> +		cpu at 1 {
 > +			device_type = "cpu";
 > +			compatible = "arm,cortex-a15";
 > +			reg = <1>;
 > +			cci-control-port = <&cci_control1>;
 > +		};
-> +		cpu@100 {
+> +		cpu at 100 {
 > +			device_type = "cpu";
 > +			compatible = "arm,cortex-a7";
 > +			reg = <0x100>;
 > +			cci-control-port = <&cci_control0>;
 > +		};
-> +		cpu@101 {
+> +		cpu at 101 {
 > +			device_type = "cpu";
 > +			compatible = "arm,cortex-a7";
 > +			reg = <0x101>;
 > +			cci-control-port = <&cci_control0>;
 > +		};
-> +		cpu@102 {
+> +		cpu at 102 {
 > +			device_type = "cpu";
 > +			compatible = "arm,cortex-a7";
 > +			reg = <0x102>;
 > +			cci-control-port = <&cci_control0>;
 > +		};
-> +		cpu@103 {
+> +		cpu at 103 {
 > +			device_type = "cpu";
 > +			compatible = "arm,cortex-a7";
 > +			reg = <0x103>;
@@ -171,7 +171,7 @@ that doesn't give any additional information, especially when the CMUs
 are scattered trough the whole address space, while we'd like to keep 
 the nodes ordered by their addresses, as most platforms do.
 
-> +		cmu_top: clock-controller@10010000 {
+> +		cmu_top: clock-controller at 10010000 {
 > +			compatible = "exynos5260-cmu-top", "samsung,exynos5260-clock";
 
 I don't think that having the "samsung,exynos5260-clock" compatible 
@@ -185,7 +185,7 @@ different, they need to have different compatible strings.
 
 [snip]
 
-> +	mct@100B0000 {
+> +	mct at 100B0000 {
 > +		compatible = "samsung,exynos4210-mct";
 > +		reg = <0x100B0000 0x1000>;
 > +		interrupt-controller;
@@ -225,7 +225,7 @@ from GIC.
 
 [snip]
 
-> +	mmc_0: mmc0@12140000 {
+> +	mmc_0: mmc0 at 12140000 {
 > +		compatible = "samsung,exynos5250-dw-mshc";
 > +		reg = <0x12140000 0x2000>;
 > +		interrupts = <0 156 0>;
diff --git a/a/content_digest b/N1/content_digest
index 809aa71..32abc64 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,22 +1,9 @@
  "ref\01391577375-17625-1-git-send-email-rahul.sharma@samsung.com\0"
  "ref\01391577375-17625-3-git-send-email-rahul.sharma@samsung.com\0"
- "From\0Tomasz Figa <t.figa@samsung.com>\0"
- "Subject\0Re: [PATCH V2 2/3] ARM: dts: add dts files for exynos5260 SoC\0"
+ "From\0t.figa@samsung.com (Tomasz Figa)\0"
+ "Subject\0[PATCH V2 2/3] ARM: dts: add dts files for exynos5260 SoC\0"
  "Date\0Thu, 06 Feb 2014 14:21:06 +0100\0"
- "To\0Rahul Sharma <rahul.sharma@samsung.com>"
- " linux-samsung-soc@vger.kernel.org\0"
- "Cc\0kgene.kim@samsung.com"
-  tomasz.figa@gmail.com
-  joshi@samsung.com
-  r.sh.open@gmail.com
-  devicetree@vger.kernel.org <devicetree@vger.kernel.org>
-  linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>
-  Rob Herring <robh+dt@kernel.org>
-  Mark Rutland <mark.rutland@arm.com>
-  Grant Likely <grant.likely@secretlab.ca>
-  Ian Campbell <ijc+devicetree@hellion.org.uk>
-  Pawel Moll <Pawel.Moll@arm.com>
- " Kumar Gala <galak@codeaurora.org>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hi Rahul, Pankaj, Arun,\n"
@@ -79,7 +66,7 @@
  "> +*/\n"
  "> +\n"
  "> +/ {\n"
- "> +\tpinctrl@11600000 {\n"
+ "> +\tpinctrl at 11600000 {\n"
  "\n"
  "[snip]\n"
  "\n"
@@ -127,7 +114,7 @@
  "> +\t\tpinctrl2 = &pinctrl_2;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tchipid@10000000 {\n"
+ "> +\tchipid at 10000000 {\n"
  "> +\t\tcompatible = \"samsung,exynos4210-chipid\";\n"
  "> +\t\treg = <0x10000000 0x100>;\n"
  "> +\t};\n"
@@ -136,7 +123,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-a15\";\n"
  "> +\t\t\treg = <0>;\n"
@@ -149,31 +136,31 @@
  "\n"
  "nit: Please keep 1 blank line of spacing between nodes.\n"
  "\n"
- "> +\t\tcpu@1 {\n"
+ "> +\t\tcpu at 1 {\n"
  "> +\t\t\tdevice_type = \"cpu\";\n"
  "> +\t\t\tcompatible = \"arm,cortex-a15\";\n"
  "> +\t\t\treg = <1>;\n"
  "> +\t\t\tcci-control-port = <&cci_control1>;\n"
  "> +\t\t};\n"
- "> +\t\tcpu@100 {\n"
+ "> +\t\tcpu at 100 {\n"
  "> +\t\t\tdevice_type = \"cpu\";\n"
  "> +\t\t\tcompatible = \"arm,cortex-a7\";\n"
  "> +\t\t\treg = <0x100>;\n"
  "> +\t\t\tcci-control-port = <&cci_control0>;\n"
  "> +\t\t};\n"
- "> +\t\tcpu@101 {\n"
+ "> +\t\tcpu at 101 {\n"
  "> +\t\t\tdevice_type = \"cpu\";\n"
  "> +\t\t\tcompatible = \"arm,cortex-a7\";\n"
  "> +\t\t\treg = <0x101>;\n"
  "> +\t\t\tcci-control-port = <&cci_control0>;\n"
  "> +\t\t};\n"
- "> +\t\tcpu@102 {\n"
+ "> +\t\tcpu at 102 {\n"
  "> +\t\t\tdevice_type = \"cpu\";\n"
  "> +\t\t\tcompatible = \"arm,cortex-a7\";\n"
  "> +\t\t\treg = <0x102>;\n"
  "> +\t\t\tcci-control-port = <&cci_control0>;\n"
  "> +\t\t};\n"
- "> +\t\tcpu@103 {\n"
+ "> +\t\tcpu at 103 {\n"
  "> +\t\t\tdevice_type = \"cpu\";\n"
  "> +\t\t\tcompatible = \"arm,cortex-a7\";\n"
  "> +\t\t\treg = <0x103>;\n"
@@ -192,7 +179,7 @@
  "are scattered trough the whole address space, while we'd like to keep \n"
  "the nodes ordered by their addresses, as most platforms do.\n"
  "\n"
- "> +\t\tcmu_top: clock-controller@10010000 {\n"
+ "> +\t\tcmu_top: clock-controller at 10010000 {\n"
  "> +\t\t\tcompatible = \"exynos5260-cmu-top\", \"samsung,exynos5260-clock\";\n"
  "\n"
  "I don't think that having the \"samsung,exynos5260-clock\" compatible \n"
@@ -206,7 +193,7 @@
  "\n"
  "[snip]\n"
  "\n"
- "> +\tmct@100B0000 {\n"
+ "> +\tmct at 100B0000 {\n"
  "> +\t\tcompatible = \"samsung,exynos4210-mct\";\n"
  "> +\t\treg = <0x100B0000 0x1000>;\n"
  "> +\t\tinterrupt-controller;\n"
@@ -246,7 +233,7 @@
  "\n"
  "[snip]\n"
  "\n"
- "> +\tmmc_0: mmc0@12140000 {\n"
+ "> +\tmmc_0: mmc0 at 12140000 {\n"
  "> +\t\tcompatible = \"samsung,exynos5250-dw-mshc\";\n"
  "> +\t\treg = <0x12140000 0x2000>;\n"
  "> +\t\tinterrupts = <0 156 0>;\n"
@@ -261,4 +248,4 @@
  "Best regards,\n"
  Tomasz
 
-7b56600458eafd8450068b0f03155ebeb5fd9818bb3aec83809dee55067cd9f2
+dd365d0228659fb006d69c113149ea6f48f1cf6424d08f9f097cc6e899b07164

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.