All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <53146E84.7060508@ti.com>

diff --git a/a/1.txt b/N1/1.txt
index 13dccc0..6c8d9f2 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -5,15 +5,15 @@ On Monday 03 March 2014 10:52 AM, Yuvaraj Kumar C D wrote:
 > corresponding phy controller.phy node has been added w.r.t
 > new generic phy framework.
 >
-> Signed-off-by: Yuvaraj Kumar C D <yuvaraj.cd@samsung.com>
+> Signed-off-by: Yuvaraj Kumar C D <yuvaraj.cd-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
 
 This should go via exynos dt tree.
 
 FWIW
-Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
+Acked-by: Kishon Vijay Abraham I <kishon-l0cyMroinI0@public.gmane.org>
 > ---
 > Changes since V8:
-> 	1.sata at 122f0000 and sata_phy at 12170000 disabled by default in
+> 	1.sata@122f0000 and sata_phy@12170000 disabled by default in
 > 	  SOC specific dts file and enabled the same in board dts file.
 >
 > Changes since V7:
@@ -64,7 +64,7 @@ Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
 > -- reg               : <registers mapping>
 > -
 > -Example:
-> -        sata at ffe07000 {
+> -        sata@ffe07000 {
 > -                compatible = "samsung,exynos5-sata-phy";
 > -                reg = <0xffe07000 0x1000>;
 > -        };
@@ -88,12 +88,12 @@ Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
 > +- phy-names		: as mentioned in phy-bindings.txt
 >
 >   Example:
-> -        sata at ffe08000 {
+> -        sata@ffe08000 {
 > -                compatible = "samsung,exynos5-sata";
 > -                reg = <0xffe08000 0x1000>;
 > -                interrupts = <115>;
 > -        };
-> +	sata at 122f0000 {
+> +	sata@122f0000 {
 > +		compatible = "snps,dwc-ahci";
 > +		samsung,sata-freq = <66>;
 > +		reg = <0x122f0000 0x1ff>;
@@ -124,7 +124,7 @@ Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
 > +- #phy-cells : from the generic phy bindings;
 > +
 > +Example:
-> +	sata_phy: sata-phy at 12170000 {
+> +	sata_phy: sata-phy@12170000 {
 > +		compatible = "samsung,exynos5250-sata-phy";
 > +		reg = <0x12170000 0x1ff>;
 > +		clocks = <&clock 287>;
@@ -143,7 +143,7 @@ Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
 > +
 > +Example:
 > +
-> +	sata_phy_i2c:sata-phy at 38 {
+> +	sata_phy_i2c:sata-phy@38 {
 > +		compatible = "samsung,exynos-sataphy-i2c";
 > +		reg = <0x38>;
 > +	};
@@ -155,28 +155,28 @@ Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
 >   		};
 >   	};
 >
-> +	i2c at 121D0000 {
+> +	i2c@121D0000 {
 > +		status = "okay";
 > +		samsung,i2c-sda-delay = <100>;
 > +		samsung,i2c-max-bus-freq = <40000>;
 > +		samsung,i2c-slave-addr = <0x38>;
 > +
-> +		sata_phy_i2c:sata-phy at 38 {
+> +		sata_phy_i2c:sata-phy@38 {
 > +			compatible = "samsung,exynos-sataphy-i2c";
 > +			reg = <0x38>;
 > +		};
 > +	};
 > +
-> +	sata at 122F0000 {
+> +	sata@122F0000 {
 > +		status = "okay";
 > +	};
 > +
-> +	sata-phy at 12170000 {
+> +	sata-phy@12170000 {
 > +		status = "okay";
 > +		samsung,exynos-sataphy-i2c-phandle = <&sata_phy_i2c>;
 > +	};
 > +
->   	mmc_0: mmc at 12200000 {
+>   	mmc_0: mmc@12200000 {
 >   		status = "okay";
 >   		num-slots = <1>;
 > diff --git a/arch/arm/boot/dts/exynos5250-smdk5250.dts b/arch/arm/boot/dts/exynos5250-smdk5250.dts
@@ -189,33 +189,33 @@ Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
 >
 > -		sata-phy {
 > -			compatible = "samsung,sata-phy";
-> +		sata_phy_i2c:sata-phy at 38 {
+> +		sata_phy_i2c:sata-phy@38 {
 > +			compatible = "samsung,exynos-sataphy-i2c";
 >   			reg = <0x38>;
 >   		};
 >   	};
 >
-> -	sata at 122F0000 {
+> -	sata@122F0000 {
 > -		samsung,sata-freq = <66>;
 > -	};
 > -
->   	i2c at 12C80000 {
+>   	i2c@12C80000 {
 >   		samsung,i2c-sda-delay = <100>;
 >   		samsung,i2c-max-bus-freq = <66000>;
 > @@ -132,6 +128,15 @@
 >   		};
 >   	};
 >
-> +	sata at 122F0000 {
+> +	sata@122F0000 {
 > +		status = "okay";
 > +	};
 > +
-> +	sata-phy at 12170000 {
+> +	sata-phy@12170000 {
 > +		status = "okay";
 > +		samsung,exynos-sataphy-i2c-phandle = <&sata_phy_i2c>;
 > +	};
 > +
->   	mmc at 12200000 {
+>   	mmc@12200000 {
 >   		status = "okay";
 >   		num-slots = <1>;
 > diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi
@@ -233,7 +233,7 @@ Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
 > @@ -233,16 +234,25 @@
 >   	};
 >
->   	sata at 122F0000 {
+>   	sata@122F0000 {
 > -		compatible = "samsung,exynos5-sata-ahci";
 > +		compatible = "snps,dwc-ahci";
 > +		samsung,sata-freq = <66>;
@@ -246,9 +246,9 @@ Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
 > +		status = "disabled";
 >   	};
 >
-> -	sata-phy at 12170000 {
+> -	sata-phy@12170000 {
 > -		compatible = "samsung,exynos5-sata-phy";
-> +	sata_phy: sata-phy at 12170000 {
+> +	sata_phy: sata-phy@12170000 {
 > +		compatible = "samsung,exynos5250-sata-phy";
 >   		reg = <0x12170000 0x1ff>;
 > +		clocks = <&clock 287>;
@@ -258,14 +258,18 @@ Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
 > +		status = "disabled";
 >   	};
 >
->   	i2c_0: i2c at 12C60000 {
+>   	i2c_0: i2c@12C60000 {
 > @@ -360,7 +370,7 @@
 >   		status = "disabled";
 >   	};
 >
-> -	i2c at 121D0000 {
-> +	i2c_9: i2c at 121D0000 {
+> -	i2c@121D0000 {
+> +	i2c_9: i2c@121D0000 {
 >                   compatible = "samsung,exynos5-sata-phy-i2c";
 >                   reg = <0x121D0000 0x100>;
 >                   #address-cells = <1>;
 >
+--
+To unsubscribe from this list: send the line "unsubscribe devicetree" in
+the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N1/content_digest
index 0225dfb..d3a00a8 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,9 +1,26 @@
  "ref\01393824160-27040-1-git-send-email-yuvaraj.cd@samsung.com\0"
  "ref\01393824160-27040-3-git-send-email-yuvaraj.cd@samsung.com\0"
- "From\0kishon@ti.com (Kishon Vijay Abraham I)\0"
- "Subject\0[PATCH V9 2/2] ARM: dts: Enable ahci sata and sata phy\0"
+ "ref\01393824160-27040-3-git-send-email-yuvaraj.cd-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org\0"
+ "From\0Kishon Vijay Abraham I <kishon-l0cyMroinI0@public.gmane.org>\0"
+ "Subject\0Re: [PATCH V9 2/2] ARM: dts: Enable ahci sata and sata phy\0"
  "Date\0Mon, 3 Mar 2014 17:29:00 +0530\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Yuvaraj Kumar C D <yuvaraj.cd-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>"
+  kgene.kim-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org
+  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+ " linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
+ "Cc\0grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org"
+  t.figa-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org
+  b.zolnierkie-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org
+  jg1.han-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org
+  christoffer.dall-68IGFXMjmZ7QT0dZR+AlfA@public.gmane.org
+  sander-7Kwe/DFdFGvR7s880joybQ@public.gmane.org
+  swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org
+  mark.rutland-5wv7dgnIgG8@public.gmane.org
+  joshi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org
+  ks.giri-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org
+ " Yuvaraj Kumar C D <yuvaraj.cd-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\0"
  "\00:1\0"
  "b\0"
  "\n"
@@ -13,15 +30,15 @@
  "> corresponding phy controller.phy node has been added w.r.t\n"
  "> new generic phy framework.\n"
  ">\n"
- "> Signed-off-by: Yuvaraj Kumar C D <yuvaraj.cd@samsung.com>\n"
+ "> Signed-off-by: Yuvaraj Kumar C D <yuvaraj.cd-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\n"
  "\n"
  "This should go via exynos dt tree.\n"
  "\n"
  "FWIW\n"
- "Acked-by: Kishon Vijay Abraham I <kishon@ti.com>\n"
+ "Acked-by: Kishon Vijay Abraham I <kishon-l0cyMroinI0@public.gmane.org>\n"
  "> ---\n"
  "> Changes since V8:\n"
- "> \t1.sata at 122f0000 and sata_phy at 12170000 disabled by default in\n"
+ "> \t1.sata@122f0000 and sata_phy@12170000 disabled by default in\n"
  "> \t  SOC specific dts file and enabled the same in board dts file.\n"
  ">\n"
  "> Changes since V7:\n"
@@ -72,7 +89,7 @@
  "> -- reg               : <registers mapping>\n"
  "> -\n"
  "> -Example:\n"
- "> -        sata at ffe07000 {\n"
+ "> -        sata@ffe07000 {\n"
  "> -                compatible = \"samsung,exynos5-sata-phy\";\n"
  "> -                reg = <0xffe07000 0x1000>;\n"
  "> -        };\n"
@@ -96,12 +113,12 @@
  "> +- phy-names\t\t: as mentioned in phy-bindings.txt\n"
  ">\n"
  ">   Example:\n"
- "> -        sata at ffe08000 {\n"
+ "> -        sata@ffe08000 {\n"
  "> -                compatible = \"samsung,exynos5-sata\";\n"
  "> -                reg = <0xffe08000 0x1000>;\n"
  "> -                interrupts = <115>;\n"
  "> -        };\n"
- "> +\tsata at 122f0000 {\n"
+ "> +\tsata@122f0000 {\n"
  "> +\t\tcompatible = \"snps,dwc-ahci\";\n"
  "> +\t\tsamsung,sata-freq = <66>;\n"
  "> +\t\treg = <0x122f0000 0x1ff>;\n"
@@ -132,7 +149,7 @@
  "> +- #phy-cells : from the generic phy bindings;\n"
  "> +\n"
  "> +Example:\n"
- "> +\tsata_phy: sata-phy at 12170000 {\n"
+ "> +\tsata_phy: sata-phy@12170000 {\n"
  "> +\t\tcompatible = \"samsung,exynos5250-sata-phy\";\n"
  "> +\t\treg = <0x12170000 0x1ff>;\n"
  "> +\t\tclocks = <&clock 287>;\n"
@@ -151,7 +168,7 @@
  "> +\n"
  "> +Example:\n"
  "> +\n"
- "> +\tsata_phy_i2c:sata-phy at 38 {\n"
+ "> +\tsata_phy_i2c:sata-phy@38 {\n"
  "> +\t\tcompatible = \"samsung,exynos-sataphy-i2c\";\n"
  "> +\t\treg = <0x38>;\n"
  "> +\t};\n"
@@ -163,28 +180,28 @@
  ">   \t\t};\n"
  ">   \t};\n"
  ">\n"
- "> +\ti2c at 121D0000 {\n"
+ "> +\ti2c@121D0000 {\n"
  "> +\t\tstatus = \"okay\";\n"
  "> +\t\tsamsung,i2c-sda-delay = <100>;\n"
  "> +\t\tsamsung,i2c-max-bus-freq = <40000>;\n"
  "> +\t\tsamsung,i2c-slave-addr = <0x38>;\n"
  "> +\n"
- "> +\t\tsata_phy_i2c:sata-phy at 38 {\n"
+ "> +\t\tsata_phy_i2c:sata-phy@38 {\n"
  "> +\t\t\tcompatible = \"samsung,exynos-sataphy-i2c\";\n"
  "> +\t\t\treg = <0x38>;\n"
  "> +\t\t};\n"
  "> +\t};\n"
  "> +\n"
- "> +\tsata at 122F0000 {\n"
+ "> +\tsata@122F0000 {\n"
  "> +\t\tstatus = \"okay\";\n"
  "> +\t};\n"
  "> +\n"
- "> +\tsata-phy at 12170000 {\n"
+ "> +\tsata-phy@12170000 {\n"
  "> +\t\tstatus = \"okay\";\n"
  "> +\t\tsamsung,exynos-sataphy-i2c-phandle = <&sata_phy_i2c>;\n"
  "> +\t};\n"
  "> +\n"
- ">   \tmmc_0: mmc at 12200000 {\n"
+ ">   \tmmc_0: mmc@12200000 {\n"
  ">   \t\tstatus = \"okay\";\n"
  ">   \t\tnum-slots = <1>;\n"
  "> diff --git a/arch/arm/boot/dts/exynos5250-smdk5250.dts b/arch/arm/boot/dts/exynos5250-smdk5250.dts\n"
@@ -197,33 +214,33 @@
  ">\n"
  "> -\t\tsata-phy {\n"
  "> -\t\t\tcompatible = \"samsung,sata-phy\";\n"
- "> +\t\tsata_phy_i2c:sata-phy at 38 {\n"
+ "> +\t\tsata_phy_i2c:sata-phy@38 {\n"
  "> +\t\t\tcompatible = \"samsung,exynos-sataphy-i2c\";\n"
  ">   \t\t\treg = <0x38>;\n"
  ">   \t\t};\n"
  ">   \t};\n"
  ">\n"
- "> -\tsata at 122F0000 {\n"
+ "> -\tsata@122F0000 {\n"
  "> -\t\tsamsung,sata-freq = <66>;\n"
  "> -\t};\n"
  "> -\n"
- ">   \ti2c at 12C80000 {\n"
+ ">   \ti2c@12C80000 {\n"
  ">   \t\tsamsung,i2c-sda-delay = <100>;\n"
  ">   \t\tsamsung,i2c-max-bus-freq = <66000>;\n"
  "> @@ -132,6 +128,15 @@\n"
  ">   \t\t};\n"
  ">   \t};\n"
  ">\n"
- "> +\tsata at 122F0000 {\n"
+ "> +\tsata@122F0000 {\n"
  "> +\t\tstatus = \"okay\";\n"
  "> +\t};\n"
  "> +\n"
- "> +\tsata-phy at 12170000 {\n"
+ "> +\tsata-phy@12170000 {\n"
  "> +\t\tstatus = \"okay\";\n"
  "> +\t\tsamsung,exynos-sataphy-i2c-phandle = <&sata_phy_i2c>;\n"
  "> +\t};\n"
  "> +\n"
- ">   \tmmc at 12200000 {\n"
+ ">   \tmmc@12200000 {\n"
  ">   \t\tstatus = \"okay\";\n"
  ">   \t\tnum-slots = <1>;\n"
  "> diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi\n"
@@ -241,7 +258,7 @@
  "> @@ -233,16 +234,25 @@\n"
  ">   \t};\n"
  ">\n"
- ">   \tsata at 122F0000 {\n"
+ ">   \tsata@122F0000 {\n"
  "> -\t\tcompatible = \"samsung,exynos5-sata-ahci\";\n"
  "> +\t\tcompatible = \"snps,dwc-ahci\";\n"
  "> +\t\tsamsung,sata-freq = <66>;\n"
@@ -254,9 +271,9 @@
  "> +\t\tstatus = \"disabled\";\n"
  ">   \t};\n"
  ">\n"
- "> -\tsata-phy at 12170000 {\n"
+ "> -\tsata-phy@12170000 {\n"
  "> -\t\tcompatible = \"samsung,exynos5-sata-phy\";\n"
- "> +\tsata_phy: sata-phy at 12170000 {\n"
+ "> +\tsata_phy: sata-phy@12170000 {\n"
  "> +\t\tcompatible = \"samsung,exynos5250-sata-phy\";\n"
  ">   \t\treg = <0x12170000 0x1ff>;\n"
  "> +\t\tclocks = <&clock 287>;\n"
@@ -266,16 +283,20 @@
  "> +\t\tstatus = \"disabled\";\n"
  ">   \t};\n"
  ">\n"
- ">   \ti2c_0: i2c at 12C60000 {\n"
+ ">   \ti2c_0: i2c@12C60000 {\n"
  "> @@ -360,7 +370,7 @@\n"
  ">   \t\tstatus = \"disabled\";\n"
  ">   \t};\n"
  ">\n"
- "> -\ti2c at 121D0000 {\n"
- "> +\ti2c_9: i2c at 121D0000 {\n"
+ "> -\ti2c@121D0000 {\n"
+ "> +\ti2c_9: i2c@121D0000 {\n"
  ">                   compatible = \"samsung,exynos5-sata-phy-i2c\";\n"
  ">                   reg = <0x121D0000 0x100>;\n"
  ">                   #address-cells = <1>;\n"
- >
+ ">\n"
+ "--\n"
+ "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n"
+ "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
+ More majordomo info at  http://vger.kernel.org/majordomo-info.html
 
-bac422a12af110ecc522c665a21b6a8494b33b5897e49d4354cc50c4401e6a75
+6a602b08f5f351891fd766d4e45ac0a748acc831e37ee7ca8af3eb73e14a4488

diff --git a/a/1.txt b/N2/1.txt
index 13dccc0..b4f4a9b 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -13,7 +13,7 @@ FWIW
 Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
 > ---
 > Changes since V8:
-> 	1.sata at 122f0000 and sata_phy at 12170000 disabled by default in
+> 	1.sata@122f0000 and sata_phy@12170000 disabled by default in
 > 	  SOC specific dts file and enabled the same in board dts file.
 >
 > Changes since V7:
@@ -64,7 +64,7 @@ Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
 > -- reg               : <registers mapping>
 > -
 > -Example:
-> -        sata at ffe07000 {
+> -        sata@ffe07000 {
 > -                compatible = "samsung,exynos5-sata-phy";
 > -                reg = <0xffe07000 0x1000>;
 > -        };
@@ -88,12 +88,12 @@ Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
 > +- phy-names		: as mentioned in phy-bindings.txt
 >
 >   Example:
-> -        sata at ffe08000 {
+> -        sata@ffe08000 {
 > -                compatible = "samsung,exynos5-sata";
 > -                reg = <0xffe08000 0x1000>;
 > -                interrupts = <115>;
 > -        };
-> +	sata at 122f0000 {
+> +	sata@122f0000 {
 > +		compatible = "snps,dwc-ahci";
 > +		samsung,sata-freq = <66>;
 > +		reg = <0x122f0000 0x1ff>;
@@ -124,7 +124,7 @@ Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
 > +- #phy-cells : from the generic phy bindings;
 > +
 > +Example:
-> +	sata_phy: sata-phy at 12170000 {
+> +	sata_phy: sata-phy@12170000 {
 > +		compatible = "samsung,exynos5250-sata-phy";
 > +		reg = <0x12170000 0x1ff>;
 > +		clocks = <&clock 287>;
@@ -143,7 +143,7 @@ Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
 > +
 > +Example:
 > +
-> +	sata_phy_i2c:sata-phy at 38 {
+> +	sata_phy_i2c:sata-phy@38 {
 > +		compatible = "samsung,exynos-sataphy-i2c";
 > +		reg = <0x38>;
 > +	};
@@ -155,28 +155,28 @@ Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
 >   		};
 >   	};
 >
-> +	i2c at 121D0000 {
+> +	i2c@121D0000 {
 > +		status = "okay";
 > +		samsung,i2c-sda-delay = <100>;
 > +		samsung,i2c-max-bus-freq = <40000>;
 > +		samsung,i2c-slave-addr = <0x38>;
 > +
-> +		sata_phy_i2c:sata-phy at 38 {
+> +		sata_phy_i2c:sata-phy@38 {
 > +			compatible = "samsung,exynos-sataphy-i2c";
 > +			reg = <0x38>;
 > +		};
 > +	};
 > +
-> +	sata at 122F0000 {
+> +	sata@122F0000 {
 > +		status = "okay";
 > +	};
 > +
-> +	sata-phy at 12170000 {
+> +	sata-phy@12170000 {
 > +		status = "okay";
 > +		samsung,exynos-sataphy-i2c-phandle = <&sata_phy_i2c>;
 > +	};
 > +
->   	mmc_0: mmc at 12200000 {
+>   	mmc_0: mmc@12200000 {
 >   		status = "okay";
 >   		num-slots = <1>;
 > diff --git a/arch/arm/boot/dts/exynos5250-smdk5250.dts b/arch/arm/boot/dts/exynos5250-smdk5250.dts
@@ -189,33 +189,33 @@ Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
 >
 > -		sata-phy {
 > -			compatible = "samsung,sata-phy";
-> +		sata_phy_i2c:sata-phy at 38 {
+> +		sata_phy_i2c:sata-phy@38 {
 > +			compatible = "samsung,exynos-sataphy-i2c";
 >   			reg = <0x38>;
 >   		};
 >   	};
 >
-> -	sata at 122F0000 {
+> -	sata@122F0000 {
 > -		samsung,sata-freq = <66>;
 > -	};
 > -
->   	i2c at 12C80000 {
+>   	i2c@12C80000 {
 >   		samsung,i2c-sda-delay = <100>;
 >   		samsung,i2c-max-bus-freq = <66000>;
 > @@ -132,6 +128,15 @@
 >   		};
 >   	};
 >
-> +	sata at 122F0000 {
+> +	sata@122F0000 {
 > +		status = "okay";
 > +	};
 > +
-> +	sata-phy at 12170000 {
+> +	sata-phy@12170000 {
 > +		status = "okay";
 > +		samsung,exynos-sataphy-i2c-phandle = <&sata_phy_i2c>;
 > +	};
 > +
->   	mmc at 12200000 {
+>   	mmc@12200000 {
 >   		status = "okay";
 >   		num-slots = <1>;
 > diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi
@@ -233,7 +233,7 @@ Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
 > @@ -233,16 +234,25 @@
 >   	};
 >
->   	sata at 122F0000 {
+>   	sata@122F0000 {
 > -		compatible = "samsung,exynos5-sata-ahci";
 > +		compatible = "snps,dwc-ahci";
 > +		samsung,sata-freq = <66>;
@@ -246,9 +246,9 @@ Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
 > +		status = "disabled";
 >   	};
 >
-> -	sata-phy at 12170000 {
+> -	sata-phy@12170000 {
 > -		compatible = "samsung,exynos5-sata-phy";
-> +	sata_phy: sata-phy at 12170000 {
+> +	sata_phy: sata-phy@12170000 {
 > +		compatible = "samsung,exynos5250-sata-phy";
 >   		reg = <0x12170000 0x1ff>;
 > +		clocks = <&clock 287>;
@@ -258,13 +258,13 @@ Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
 > +		status = "disabled";
 >   	};
 >
->   	i2c_0: i2c at 12C60000 {
+>   	i2c_0: i2c@12C60000 {
 > @@ -360,7 +370,7 @@
 >   		status = "disabled";
 >   	};
 >
-> -	i2c at 121D0000 {
-> +	i2c_9: i2c at 121D0000 {
+> -	i2c@121D0000 {
+> +	i2c_9: i2c@121D0000 {
 >                   compatible = "samsung,exynos5-sata-phy-i2c";
 >                   reg = <0x121D0000 0x100>;
 >                   #address-cells = <1>;
diff --git a/a/content_digest b/N2/content_digest
index 0225dfb..1036fdf 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,9 +1,25 @@
  "ref\01393824160-27040-1-git-send-email-yuvaraj.cd@samsung.com\0"
  "ref\01393824160-27040-3-git-send-email-yuvaraj.cd@samsung.com\0"
- "From\0kishon@ti.com (Kishon Vijay Abraham I)\0"
- "Subject\0[PATCH V9 2/2] ARM: dts: Enable ahci sata and sata phy\0"
+ "From\0Kishon Vijay Abraham I <kishon@ti.com>\0"
+ "Subject\0Re: [PATCH V9 2/2] ARM: dts: Enable ahci sata and sata phy\0"
  "Date\0Mon, 3 Mar 2014 17:29:00 +0530\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Yuvaraj Kumar C D <yuvaraj.cd@gmail.com>"
+  <kgene.kim@samsung.com>
+  <linux-kernel@vger.kernel.org>
+  <linux-arm-kernel@lists.infradead.org>
+  <devicetree@vger.kernel.org>
+ " <linux-doc@vger.kernel.org>\0"
+ "Cc\0<grant.likely@linaro.org>"
+  <t.figa@samsung.com>
+  <b.zolnierkie@samsung.com>
+  <jg1.han@samsung.com>
+  <christoffer.dall@linaro.com>
+  <sander@humilis.net>
+  <swarren@wwwdotorg.org>
+  <mark.rutland@arm.com>
+  <joshi@samsung.com>
+  <ks.giri@samsung.com>
+ " Yuvaraj Kumar C D <yuvaraj.cd@samsung.com>\0"
  "\00:1\0"
  "b\0"
  "\n"
@@ -21,7 +37,7 @@
  "Acked-by: Kishon Vijay Abraham I <kishon@ti.com>\n"
  "> ---\n"
  "> Changes since V8:\n"
- "> \t1.sata at 122f0000 and sata_phy at 12170000 disabled by default in\n"
+ "> \t1.sata@122f0000 and sata_phy@12170000 disabled by default in\n"
  "> \t  SOC specific dts file and enabled the same in board dts file.\n"
  ">\n"
  "> Changes since V7:\n"
@@ -72,7 +88,7 @@
  "> -- reg               : <registers mapping>\n"
  "> -\n"
  "> -Example:\n"
- "> -        sata at ffe07000 {\n"
+ "> -        sata@ffe07000 {\n"
  "> -                compatible = \"samsung,exynos5-sata-phy\";\n"
  "> -                reg = <0xffe07000 0x1000>;\n"
  "> -        };\n"
@@ -96,12 +112,12 @@
  "> +- phy-names\t\t: as mentioned in phy-bindings.txt\n"
  ">\n"
  ">   Example:\n"
- "> -        sata at ffe08000 {\n"
+ "> -        sata@ffe08000 {\n"
  "> -                compatible = \"samsung,exynos5-sata\";\n"
  "> -                reg = <0xffe08000 0x1000>;\n"
  "> -                interrupts = <115>;\n"
  "> -        };\n"
- "> +\tsata at 122f0000 {\n"
+ "> +\tsata@122f0000 {\n"
  "> +\t\tcompatible = \"snps,dwc-ahci\";\n"
  "> +\t\tsamsung,sata-freq = <66>;\n"
  "> +\t\treg = <0x122f0000 0x1ff>;\n"
@@ -132,7 +148,7 @@
  "> +- #phy-cells : from the generic phy bindings;\n"
  "> +\n"
  "> +Example:\n"
- "> +\tsata_phy: sata-phy at 12170000 {\n"
+ "> +\tsata_phy: sata-phy@12170000 {\n"
  "> +\t\tcompatible = \"samsung,exynos5250-sata-phy\";\n"
  "> +\t\treg = <0x12170000 0x1ff>;\n"
  "> +\t\tclocks = <&clock 287>;\n"
@@ -151,7 +167,7 @@
  "> +\n"
  "> +Example:\n"
  "> +\n"
- "> +\tsata_phy_i2c:sata-phy at 38 {\n"
+ "> +\tsata_phy_i2c:sata-phy@38 {\n"
  "> +\t\tcompatible = \"samsung,exynos-sataphy-i2c\";\n"
  "> +\t\treg = <0x38>;\n"
  "> +\t};\n"
@@ -163,28 +179,28 @@
  ">   \t\t};\n"
  ">   \t};\n"
  ">\n"
- "> +\ti2c at 121D0000 {\n"
+ "> +\ti2c@121D0000 {\n"
  "> +\t\tstatus = \"okay\";\n"
  "> +\t\tsamsung,i2c-sda-delay = <100>;\n"
  "> +\t\tsamsung,i2c-max-bus-freq = <40000>;\n"
  "> +\t\tsamsung,i2c-slave-addr = <0x38>;\n"
  "> +\n"
- "> +\t\tsata_phy_i2c:sata-phy at 38 {\n"
+ "> +\t\tsata_phy_i2c:sata-phy@38 {\n"
  "> +\t\t\tcompatible = \"samsung,exynos-sataphy-i2c\";\n"
  "> +\t\t\treg = <0x38>;\n"
  "> +\t\t};\n"
  "> +\t};\n"
  "> +\n"
- "> +\tsata at 122F0000 {\n"
+ "> +\tsata@122F0000 {\n"
  "> +\t\tstatus = \"okay\";\n"
  "> +\t};\n"
  "> +\n"
- "> +\tsata-phy at 12170000 {\n"
+ "> +\tsata-phy@12170000 {\n"
  "> +\t\tstatus = \"okay\";\n"
  "> +\t\tsamsung,exynos-sataphy-i2c-phandle = <&sata_phy_i2c>;\n"
  "> +\t};\n"
  "> +\n"
- ">   \tmmc_0: mmc at 12200000 {\n"
+ ">   \tmmc_0: mmc@12200000 {\n"
  ">   \t\tstatus = \"okay\";\n"
  ">   \t\tnum-slots = <1>;\n"
  "> diff --git a/arch/arm/boot/dts/exynos5250-smdk5250.dts b/arch/arm/boot/dts/exynos5250-smdk5250.dts\n"
@@ -197,33 +213,33 @@
  ">\n"
  "> -\t\tsata-phy {\n"
  "> -\t\t\tcompatible = \"samsung,sata-phy\";\n"
- "> +\t\tsata_phy_i2c:sata-phy at 38 {\n"
+ "> +\t\tsata_phy_i2c:sata-phy@38 {\n"
  "> +\t\t\tcompatible = \"samsung,exynos-sataphy-i2c\";\n"
  ">   \t\t\treg = <0x38>;\n"
  ">   \t\t};\n"
  ">   \t};\n"
  ">\n"
- "> -\tsata at 122F0000 {\n"
+ "> -\tsata@122F0000 {\n"
  "> -\t\tsamsung,sata-freq = <66>;\n"
  "> -\t};\n"
  "> -\n"
- ">   \ti2c at 12C80000 {\n"
+ ">   \ti2c@12C80000 {\n"
  ">   \t\tsamsung,i2c-sda-delay = <100>;\n"
  ">   \t\tsamsung,i2c-max-bus-freq = <66000>;\n"
  "> @@ -132,6 +128,15 @@\n"
  ">   \t\t};\n"
  ">   \t};\n"
  ">\n"
- "> +\tsata at 122F0000 {\n"
+ "> +\tsata@122F0000 {\n"
  "> +\t\tstatus = \"okay\";\n"
  "> +\t};\n"
  "> +\n"
- "> +\tsata-phy at 12170000 {\n"
+ "> +\tsata-phy@12170000 {\n"
  "> +\t\tstatus = \"okay\";\n"
  "> +\t\tsamsung,exynos-sataphy-i2c-phandle = <&sata_phy_i2c>;\n"
  "> +\t};\n"
  "> +\n"
- ">   \tmmc at 12200000 {\n"
+ ">   \tmmc@12200000 {\n"
  ">   \t\tstatus = \"okay\";\n"
  ">   \t\tnum-slots = <1>;\n"
  "> diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi\n"
@@ -241,7 +257,7 @@
  "> @@ -233,16 +234,25 @@\n"
  ">   \t};\n"
  ">\n"
- ">   \tsata at 122F0000 {\n"
+ ">   \tsata@122F0000 {\n"
  "> -\t\tcompatible = \"samsung,exynos5-sata-ahci\";\n"
  "> +\t\tcompatible = \"snps,dwc-ahci\";\n"
  "> +\t\tsamsung,sata-freq = <66>;\n"
@@ -254,9 +270,9 @@
  "> +\t\tstatus = \"disabled\";\n"
  ">   \t};\n"
  ">\n"
- "> -\tsata-phy at 12170000 {\n"
+ "> -\tsata-phy@12170000 {\n"
  "> -\t\tcompatible = \"samsung,exynos5-sata-phy\";\n"
- "> +\tsata_phy: sata-phy at 12170000 {\n"
+ "> +\tsata_phy: sata-phy@12170000 {\n"
  "> +\t\tcompatible = \"samsung,exynos5250-sata-phy\";\n"
  ">   \t\treg = <0x12170000 0x1ff>;\n"
  "> +\t\tclocks = <&clock 287>;\n"
@@ -266,16 +282,16 @@
  "> +\t\tstatus = \"disabled\";\n"
  ">   \t};\n"
  ">\n"
- ">   \ti2c_0: i2c at 12C60000 {\n"
+ ">   \ti2c_0: i2c@12C60000 {\n"
  "> @@ -360,7 +370,7 @@\n"
  ">   \t\tstatus = \"disabled\";\n"
  ">   \t};\n"
  ">\n"
- "> -\ti2c at 121D0000 {\n"
- "> +\ti2c_9: i2c at 121D0000 {\n"
+ "> -\ti2c@121D0000 {\n"
+ "> +\ti2c_9: i2c@121D0000 {\n"
  ">                   compatible = \"samsung,exynos5-sata-phy-i2c\";\n"
  ">                   reg = <0x121D0000 0x100>;\n"
  ">                   #address-cells = <1>;\n"
  >
 
-bac422a12af110ecc522c665a21b6a8494b33b5897e49d4354cc50c4401e6a75
+5c54e83fc717cbb0a7c1486099d71770112561defde9574c6b0f38f58b226f33

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.