All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <534D7A3B.5000502@gmail.com>

diff --git a/a/1.txt b/N1/1.txt
index fb48a85..25b7ca7 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -34,7 +34,7 @@ register layouts? If not, they should have different compatible strings.
 >    - reg : offset and length of the register set.
 >
 >   Example :
->   pmu_system_controller: system-controller@10040000 {
+>   pmu_system_controller: system-controller at 10040000 {
 > -	compatible = "samsung,exynos5250-pmu", "syscon";
 > +	compatible = "samsung,exynos5250-pmu";
 >   	reg = <0x10040000 0x5000>;
@@ -47,7 +47,7 @@ register layouts? If not, they should have different compatible strings.
 >   		#phy-cells = <1>;
 >   	};
 >
-> +	pmu_system_controller: system-controller@10020000 {
+> +	pmu_system_controller: system-controller at 10020000 {
 > +		compatible = "samsung,exynos4210-pmu";
 
 Missing "syscon" compatible string.
@@ -55,7 +55,7 @@ Missing "syscon" compatible string.
 > +		reg = <0x10020000 0x4000>;
 > +	};
 > +
->   	pd_mfc: mfc-power-domain@10023C40 {
+>   	pd_mfc: mfc-power-domain at 10023C40 {
 >   		compatible = "samsung,exynos4210-pd";
 >   		reg = <0x10023C40 0x20>;
 > diff --git a/arch/arm/boot/dts/exynos5260.dtsi b/arch/arm/boot/dts/exynos5260.dtsi
@@ -66,7 +66,7 @@ Missing "syscon" compatible string.
 >   			};
 >   		};
 >
-> +		pmu_system_controller: system-controller@10D50000 {
+> +		pmu_system_controller: system-controller at 10D50000 {
 > +			compatible = "samsung,exynos5420-pmu";
 
 Missing "syscon" compatible string.
@@ -74,7 +74,7 @@ Missing "syscon" compatible string.
 > +			reg = <0x10D50000 0x5000>;
 > +		};
 > +
->   		pinctrl_0: pinctrl@11600000 {
+>   		pinctrl_0: pinctrl at 11600000 {
 >   			compatible = "samsung,exynos5260-pinctrl";
 >   			reg = <0x11600000 0x1000>;
 > diff --git a/arch/arm/mach-exynos/common.c b/arch/arm/mach-exynos/common.c
diff --git a/a/content_digest b/N1/content_digest
index d9a32f1..07792f8 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,14 +1,9 @@
  "ref\01395061795-17777-1-git-send-email-vikas.sajjan@samsung.com\0"
  "ref\01395061795-17777-2-git-send-email-vikas.sajjan@samsung.com\0"
- "From\0Tomasz Figa <tomasz.figa@gmail.com>\0"
- "Subject\0Re: [PATCH v2 1/3] ARM: EXYNOS: Map PMU address through DT\0"
+ "From\0tomasz.figa@gmail.com (Tomasz Figa)\0"
+ "Subject\0[PATCH v2 1/3] ARM: EXYNOS: Map PMU address through DT\0"
  "Date\0Tue, 15 Apr 2014 20:28:11 +0200\0"
- "To\0Vikas Sajjan <vikas.sajjan@samsung.com>"
-  linux-arm-kernel@lists.infradead.org
-  devicetree@vger.kernel.org
- " linux-samsung-soc@vger.kernel.org\0"
- "Cc\0kgene.kim@samsung.com"
- " joshi@samsung.com\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hi Vikas,\n"
@@ -47,7 +42,7 @@
  ">    - reg : offset and length of the register set.\n"
  ">\n"
  ">   Example :\n"
- ">   pmu_system_controller: system-controller@10040000 {\n"
+ ">   pmu_system_controller: system-controller at 10040000 {\n"
  "> -\tcompatible = \"samsung,exynos5250-pmu\", \"syscon\";\n"
  "> +\tcompatible = \"samsung,exynos5250-pmu\";\n"
  ">   \treg = <0x10040000 0x5000>;\n"
@@ -60,7 +55,7 @@
  ">   \t\t#phy-cells = <1>;\n"
  ">   \t};\n"
  ">\n"
- "> +\tpmu_system_controller: system-controller@10020000 {\n"
+ "> +\tpmu_system_controller: system-controller at 10020000 {\n"
  "> +\t\tcompatible = \"samsung,exynos4210-pmu\";\n"
  "\n"
  "Missing \"syscon\" compatible string.\n"
@@ -68,7 +63,7 @@
  "> +\t\treg = <0x10020000 0x4000>;\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"
  "> diff --git a/arch/arm/boot/dts/exynos5260.dtsi b/arch/arm/boot/dts/exynos5260.dtsi\n"
@@ -79,7 +74,7 @@
  ">   \t\t\t};\n"
  ">   \t\t};\n"
  ">\n"
- "> +\t\tpmu_system_controller: system-controller@10D50000 {\n"
+ "> +\t\tpmu_system_controller: system-controller at 10D50000 {\n"
  "> +\t\t\tcompatible = \"samsung,exynos5420-pmu\";\n"
  "\n"
  "Missing \"syscon\" compatible string.\n"
@@ -87,7 +82,7 @@
  "> +\t\t\treg = <0x10D50000 0x5000>;\n"
  "> +\t\t};\n"
  "> +\n"
- ">   \t\tpinctrl_0: pinctrl@11600000 {\n"
+ ">   \t\tpinctrl_0: pinctrl at 11600000 {\n"
  ">   \t\t\tcompatible = \"samsung,exynos5260-pinctrl\";\n"
  ">   \t\t\treg = <0x11600000 0x1000>;\n"
  "> diff --git a/arch/arm/mach-exynos/common.c b/arch/arm/mach-exynos/common.c\n"
@@ -199,4 +194,4 @@
  "Best regards,\n"
  Tomasz
 
-56e2115bf5b54b14c6b34245cad4f57858295acee1122c3660b0b6caf8de1703
+7a99f964ba15becaabbb2038ab590f33453693a2eec76425b47d49ca8896594f

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.