All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <53FDC155.1070506@samsung.com>

diff --git a/a/1.txt b/N1/1.txt
index b46d511..84a0060 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -63,7 +63,7 @@ documentation for more information.
 
 > +	};
 > +
-> +	chipid@10000000 {
+> +	chipid at 10000000 {
 > +		compatible = "samsung,exynos4210-chipid";
 > +		reg = <0x10000000 0x100>;
 > +	};
@@ -76,7 +76,7 @@ called "soc". Please see exynos5260.dtsi as an example.
 > +		#address-cells = <2>;
 > +		#size-cells = <0>;
 > +
-> +		cpu@0 {
+> +		cpu at 0 {
 > +			device_type = "cpu";
 > +			compatible = "arm,cortex-a57", "arm,armv8";
 > +			reg = <0x0 0x0>;
@@ -89,7 +89,7 @@ like missing CPU bring-up code?
 
 [snip]
 
-> +	mct@101C0000 {
+> +	mct at 101C0000 {
 > +		compatible = "samsung,exynos4210-mct";
 > +		reg = <0x101C0000 0x800>;
 > +		interrupt-controller;
@@ -127,7 +127,7 @@ controller. What's the point of this map then?
 > +		};
 > +	};
 > +
-> +	mmc_0: mmc@15740000 {
+> +	mmc_0: mmc at 15740000 {
 > +		compatible = "samsung,exynos7-dw-mshc-smu";
 > +		interrupts = <0 201 0>;
 > +		#address-cells = <1>;
@@ -140,7 +140,7 @@ controller. What's the point of this map then?
 > +		status = "disabled";
 > +	};
 > +
-> +	mmc_2: mmc@15560000 {
+> +	mmc_2: mmc at 15560000 {
 > +		compatible = "samsung,exynos7-dw-mshc-smu";
 > +		interrupts = <0 216 0>;
 > +		#address-cells = <1>;
@@ -153,7 +153,7 @@ controller. What's the point of this map then?
 > +		status = "disabled";
 > +	};
 > +
-> +	pinctrl_0: pinctrl@10580000 {
+> +	pinctrl_0: pinctrl at 10580000 {
 > +		compatible = "samsung,exynos7-pinctrl";
 > +		reg = <0x10580000 0x1000>;
 > +		interrupts = <0 0 0>, <0 1 0>, <0 2 0>, <0 3 0>,
@@ -175,7 +175,7 @@ respective banks (for direct wake-up interrupts).
 
 [snip]
 
-> +	serial@13630000 {
+> +	serial at 13630000 {
 > +		compatible = "samsung,exynos4210-uart";
 > +		reg = <0x13630000 0x100>;
 > +		interrupts = <0 440 0>;
@@ -187,7 +187,7 @@ No need to explicitly specify the status as "okay" in top level dtsi file.
 
 > +	};
 > +
-> +	serial@14C20000 {
+> +	serial at 14C20000 {
 > +		compatible = "samsung,exynos4210-uart";
 > +		reg = <0x14C20000 0x100>;
 > +		interrupts = <0 456 0>;
@@ -204,7 +204,7 @@ Ditto.
 
 > +	};
 > +
-> +	serial@14C30000 {
+> +	serial at 14C30000 {
 > +		compatible = "samsung,exynos4210-uart";
 > +		reg = <0x14C30000 0x100>;
 > +		interrupts = <0 457 0>;
@@ -219,7 +219,7 @@ Ditto.
 
 > +	};
 > +
-> +	serial@14C40000 {
+> +	serial at 14C40000 {
 > +		compatible = "samsung,exynos4210-uart";
 > +		reg = <0x14C40000 0x100>;
 > +		interrupts = <0 458 0>;
diff --git a/a/content_digest b/N1/content_digest
index 042a4bb..791ca8f 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,17 +1,9 @@
  "ref\01409132660-1898-1-git-send-email-ch.naveen@samsung.com\0"
  "ref\01409132660-1898-3-git-send-email-ch.naveen@samsung.com\0"
- "From\0Tomasz Figa <t.figa@samsung.com>\0"
- "Subject\0Re: [PATCH 11/14] arm64: dts: Add initial device tree support for EXYNOS7\0"
+ "From\0t.figa@samsung.com (Tomasz Figa)\0"
+ "Subject\0[PATCH 11/14] arm64: dts: Add initial device tree support for EXYNOS7\0"
  "Date\0Wed, 27 Aug 2014 13:30:29 +0200\0"
- "To\0Naveen Krishna Chatradhi <ch.naveen@samsung.com>"
- " catalin.marinas@arm.com\0"
- "Cc\0naveenkrishna.ch@gmail.com"
-  linux-arm-kernel@lists.infradead.org
-  linux-samsung-soc@vger.kernel.org
-  devicetree@vger.kernel.org
-  cpgs@samsung.com
-  Thomas Abraham <thomas.ab@samsung.com>
- " Rob Herring <robh@kernel.org>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hi Naveen,\n"
@@ -79,7 +71,7 @@
  "\n"
  "> +\t};\n"
  "> +\n"
- "> +\tchipid@10000000 {\n"
+ "> +\tchipid at 10000000 {\n"
  "> +\t\tcompatible = \"samsung,exynos4210-chipid\";\n"
  "> +\t\treg = <0x10000000 0x100>;\n"
  "> +\t};\n"
@@ -92,7 +84,7 @@
  "> +\t\t#address-cells = <2>;\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-a57\", \"arm,armv8\";\n"
  "> +\t\t\treg = <0x0 0x0>;\n"
@@ -105,7 +97,7 @@
  "\n"
  "[snip]\n"
  "\n"
- "> +\tmct@101C0000 {\n"
+ "> +\tmct at 101C0000 {\n"
  "> +\t\tcompatible = \"samsung,exynos4210-mct\";\n"
  "> +\t\treg = <0x101C0000 0x800>;\n"
  "> +\t\tinterrupt-controller;\n"
@@ -143,7 +135,7 @@
  "> +\t\t};\n"
  "> +\t};\n"
  "> +\n"
- "> +\tmmc_0: mmc@15740000 {\n"
+ "> +\tmmc_0: mmc at 15740000 {\n"
  "> +\t\tcompatible = \"samsung,exynos7-dw-mshc-smu\";\n"
  "> +\t\tinterrupts = <0 201 0>;\n"
  "> +\t\t#address-cells = <1>;\n"
@@ -156,7 +148,7 @@
  "> +\t\tstatus = \"disabled\";\n"
  "> +\t};\n"
  "> +\n"
- "> +\tmmc_2: mmc@15560000 {\n"
+ "> +\tmmc_2: mmc at 15560000 {\n"
  "> +\t\tcompatible = \"samsung,exynos7-dw-mshc-smu\";\n"
  "> +\t\tinterrupts = <0 216 0>;\n"
  "> +\t\t#address-cells = <1>;\n"
@@ -169,7 +161,7 @@
  "> +\t\tstatus = \"disabled\";\n"
  "> +\t};\n"
  "> +\n"
- "> +\tpinctrl_0: pinctrl@10580000 {\n"
+ "> +\tpinctrl_0: pinctrl at 10580000 {\n"
  "> +\t\tcompatible = \"samsung,exynos7-pinctrl\";\n"
  "> +\t\treg = <0x10580000 0x1000>;\n"
  "> +\t\tinterrupts = <0 0 0>, <0 1 0>, <0 2 0>, <0 3 0>,\n"
@@ -191,7 +183,7 @@
  "\n"
  "[snip]\n"
  "\n"
- "> +\tserial@13630000 {\n"
+ "> +\tserial at 13630000 {\n"
  "> +\t\tcompatible = \"samsung,exynos4210-uart\";\n"
  "> +\t\treg = <0x13630000 0x100>;\n"
  "> +\t\tinterrupts = <0 440 0>;\n"
@@ -203,7 +195,7 @@
  "\n"
  "> +\t};\n"
  "> +\n"
- "> +\tserial@14C20000 {\n"
+ "> +\tserial at 14C20000 {\n"
  "> +\t\tcompatible = \"samsung,exynos4210-uart\";\n"
  "> +\t\treg = <0x14C20000 0x100>;\n"
  "> +\t\tinterrupts = <0 456 0>;\n"
@@ -220,7 +212,7 @@
  "\n"
  "> +\t};\n"
  "> +\n"
- "> +\tserial@14C30000 {\n"
+ "> +\tserial at 14C30000 {\n"
  "> +\t\tcompatible = \"samsung,exynos4210-uart\";\n"
  "> +\t\treg = <0x14C30000 0x100>;\n"
  "> +\t\tinterrupts = <0 457 0>;\n"
@@ -235,7 +227,7 @@
  "\n"
  "> +\t};\n"
  "> +\n"
- "> +\tserial@14C40000 {\n"
+ "> +\tserial at 14C40000 {\n"
  "> +\t\tcompatible = \"samsung,exynos4210-uart\";\n"
  "> +\t\treg = <0x14C40000 0x100>;\n"
  "> +\t\tinterrupts = <0 458 0>;\n"
@@ -251,4 +243,4 @@
  "Best regards,\n"
  Tomasz
 
-e395a8a061be6f8c422186d92cfe06b483ac7fd7d063ad0be58dbf79e03f1866
+67dd61b1f529a1888d75542330847dbbb7f0f1ba466a16c85ef21db5b014b8a7

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.