diff for duplicates of <5292EED4.2080708@ti.com> diff --git a/a/1.txt b/N1/1.txt index 6fcbc0b..c2e42ce 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -34,11 +34,11 @@ one as deprecated and add the new compatible string. > - reg : <registers mapping> > > Example: -> - sata at ffe07000 { +> - sata@ffe07000 { > - compatible = "samsung,exynos5-sata-phy"; > - reg = <0xffe07000 0x1000>; > - }; -> + sata_phy: sata-phy at 12170000 { +> + sata_phy: sata-phy@12170000 { > + compatible = "samsung,exynos5250-sata-phy"; > + reg = <0x12170000 0x1ff>; > + clocks = <&clock 287>; @@ -65,12 +65,12 @@ alignment problem.. > +- 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 { use lower case here.. > + compatible = "snps,dwc-ahci"; @@ -90,7 +90,7 @@ here too.. > @@ -381,7 +381,14 @@ > }; > -> i2c at 121D0000 { +> i2c@121D0000 { > - status = "disabled"; > + samsung,i2c-sda-delay = <100>; > + samsung,i2c-max-bus-freq = <40000>; @@ -104,7 +104,7 @@ Do you have documentation for this compatible string? > + }; > }; > -> mmc_0: mmc at 12200000 { +> mmc_0: mmc@12200000 { > diff --git a/arch/arm/boot/dts/exynos5250-smdk5250.dts b/arch/arm/boot/dts/exynos5250-smdk5250.dts > index 13746df..eeeeef9 100644 > --- a/arch/arm/boot/dts/exynos5250-smdk5250.dts @@ -115,17 +115,17 @@ Do you have documentation for this compatible string? > > - sata-phy { > - compatible = "samsung,sata-phy"; -> + sata-phy at 38 { +> + sata-phy@38 { > + compatible = "sata-phy-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>; > diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi @@ -143,7 +143,7 @@ Do you have documentation for this compatible string? > @@ -216,16 +217,28 @@ > }; > -> sata at 122F0000 { +> sata@122F0000 { > - compatible = "samsung,exynos5-sata-ahci"; > + compatible = "snps,dwc-ahci"; > + samsung,sata-freq = <66>; @@ -155,9 +155,9 @@ Do you have documentation for this compatible string? > + phy-names = "sata-phy"; > }; > -> - 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>; diff --git a/a/content_digest b/N1/content_digest index e61bc25..df8329c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,25 @@ "ref\01384158778-27555-1-git-send-email-yuvaraj.cd@samsung.com\0" "ref\01384158778-27555-3-git-send-email-yuvaraj.cd@samsung.com\0" - "From\0kishon@ti.com (Kishon Vijay Abraham I)\0" - "Subject\0[PATCH V2 2/2] ARM: dts: Enable ahci sata and sata phy\0" + "From\0Kishon Vijay Abraham I <kishon@ti.com>\0" + "Subject\0Re: [PATCH V2 2/2] ARM: dts: Enable ahci sata and sata phy\0" "Date\0Mon, 25 Nov 2013 12:01:48 +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\0mark.rutland@arm.com" + Yuvaraj Kumar C D <yuvaraj.cd@samsung.com> + jg1.han@samsung.com + b.zolnierkie@samsung.com + sachin.kamat@linaro.org + t.figa@samsung.com + swarren@wwwdotorg.org + rob.herring@calxeda.com + aditya.ps@samsung.com + grant.likely@linaro.org + " christoffer.dall@linaro.org\0" "\00:1\0" "b\0" "Hi,\n" @@ -42,11 +58,11 @@ "> - 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" - "> +\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" @@ -73,12 +89,12 @@ "> +- phy-names : 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" "\n" "use lower case here..\n" "> +\t\tcompatible = \"snps,dwc-ahci\";\n" @@ -98,7 +114,7 @@ "> @@ -381,7 +381,14 @@\n" "> \t};\n" "> \n" - "> \ti2c at 121D0000 {\n" + "> \ti2c@121D0000 {\n" "> -\t\tstatus = \"disabled\";\n" "> +\t\tsamsung,i2c-sda-delay = <100>;\n" "> +\t\tsamsung,i2c-max-bus-freq = <40000>;\n" @@ -112,7 +128,7 @@ "> +\t\t};\n" "> \t};\n" "> \n" - "> \tmmc_0: mmc at 12200000 {\n" + "> \tmmc_0: mmc@12200000 {\n" "> diff --git a/arch/arm/boot/dts/exynos5250-smdk5250.dts b/arch/arm/boot/dts/exynos5250-smdk5250.dts\n" "> index 13746df..eeeeef9 100644\n" "> --- a/arch/arm/boot/dts/exynos5250-smdk5250.dts\n" @@ -123,17 +139,17 @@ "> \n" "> -\t\tsata-phy {\n" "> -\t\t\tcompatible = \"samsung,sata-phy\";\n" - "> +\t\tsata-phy at 38 {\n" + "> +\t\tsata-phy@38 {\n" "> +\t\t\tcompatible = \"sata-phy-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" "> diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi\n" @@ -151,7 +167,7 @@ "> @@ -216,16 +217,28 @@\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" @@ -163,9 +179,9 @@ "> +\t\tphy-names = \"sata-phy\";\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" @@ -183,4 +199,4 @@ "Thanks\n" Kishon -2f0f4ed250aeb3eb82b3d144044746475274c94d486eb768c4c70413d8027007 +b5bc4be24ffff96ffdbdddc7c33d1fd12a46d1827d095112d325810580d3c92f
diff --git a/a/1.txt b/N2/1.txt index 6fcbc0b..c2e42ce 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -34,11 +34,11 @@ one as deprecated and add the new compatible string. > - reg : <registers mapping> > > Example: -> - sata at ffe07000 { +> - sata@ffe07000 { > - compatible = "samsung,exynos5-sata-phy"; > - reg = <0xffe07000 0x1000>; > - }; -> + sata_phy: sata-phy at 12170000 { +> + sata_phy: sata-phy@12170000 { > + compatible = "samsung,exynos5250-sata-phy"; > + reg = <0x12170000 0x1ff>; > + clocks = <&clock 287>; @@ -65,12 +65,12 @@ alignment problem.. > +- 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 { use lower case here.. > + compatible = "snps,dwc-ahci"; @@ -90,7 +90,7 @@ here too.. > @@ -381,7 +381,14 @@ > }; > -> i2c at 121D0000 { +> i2c@121D0000 { > - status = "disabled"; > + samsung,i2c-sda-delay = <100>; > + samsung,i2c-max-bus-freq = <40000>; @@ -104,7 +104,7 @@ Do you have documentation for this compatible string? > + }; > }; > -> mmc_0: mmc at 12200000 { +> mmc_0: mmc@12200000 { > diff --git a/arch/arm/boot/dts/exynos5250-smdk5250.dts b/arch/arm/boot/dts/exynos5250-smdk5250.dts > index 13746df..eeeeef9 100644 > --- a/arch/arm/boot/dts/exynos5250-smdk5250.dts @@ -115,17 +115,17 @@ Do you have documentation for this compatible string? > > - sata-phy { > - compatible = "samsung,sata-phy"; -> + sata-phy at 38 { +> + sata-phy@38 { > + compatible = "sata-phy-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>; > diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi @@ -143,7 +143,7 @@ Do you have documentation for this compatible string? > @@ -216,16 +217,28 @@ > }; > -> sata at 122F0000 { +> sata@122F0000 { > - compatible = "samsung,exynos5-sata-ahci"; > + compatible = "snps,dwc-ahci"; > + samsung,sata-freq = <66>; @@ -155,9 +155,9 @@ Do you have documentation for this compatible string? > + phy-names = "sata-phy"; > }; > -> - 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>; diff --git a/a/content_digest b/N2/content_digest index e61bc25..6020fe4 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,9 +1,25 @@ "ref\01384158778-27555-1-git-send-email-yuvaraj.cd@samsung.com\0" "ref\01384158778-27555-3-git-send-email-yuvaraj.cd@samsung.com\0" - "From\0kishon@ti.com (Kishon Vijay Abraham I)\0" - "Subject\0[PATCH V2 2/2] ARM: dts: Enable ahci sata and sata phy\0" + "From\0Kishon Vijay Abraham I <kishon@ti.com>\0" + "Subject\0Re: [PATCH V2 2/2] ARM: dts: Enable ahci sata and sata phy\0" "Date\0Mon, 25 Nov 2013 12:01:48 +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>" + <rob.herring@calxeda.com> + <swarren@wwwdotorg.org> + <mark.rutland@arm.com> + <sachin.kamat@linaro.org> + <b.zolnierkie@samsung.com> + <jg1.han@samsung.com> + <t.figa@samsung.com> + <christoffer.dall@linaro.org> + <aditya.ps@samsung.com> + " Yuvaraj Kumar C D <yuvaraj.cd@samsung.com>\0" "\00:1\0" "b\0" "Hi,\n" @@ -42,11 +58,11 @@ "> - 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" - "> +\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" @@ -73,12 +89,12 @@ "> +- phy-names : 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" "\n" "use lower case here..\n" "> +\t\tcompatible = \"snps,dwc-ahci\";\n" @@ -98,7 +114,7 @@ "> @@ -381,7 +381,14 @@\n" "> \t};\n" "> \n" - "> \ti2c at 121D0000 {\n" + "> \ti2c@121D0000 {\n" "> -\t\tstatus = \"disabled\";\n" "> +\t\tsamsung,i2c-sda-delay = <100>;\n" "> +\t\tsamsung,i2c-max-bus-freq = <40000>;\n" @@ -112,7 +128,7 @@ "> +\t\t};\n" "> \t};\n" "> \n" - "> \tmmc_0: mmc at 12200000 {\n" + "> \tmmc_0: mmc@12200000 {\n" "> diff --git a/arch/arm/boot/dts/exynos5250-smdk5250.dts b/arch/arm/boot/dts/exynos5250-smdk5250.dts\n" "> index 13746df..eeeeef9 100644\n" "> --- a/arch/arm/boot/dts/exynos5250-smdk5250.dts\n" @@ -123,17 +139,17 @@ "> \n" "> -\t\tsata-phy {\n" "> -\t\t\tcompatible = \"samsung,sata-phy\";\n" - "> +\t\tsata-phy at 38 {\n" + "> +\t\tsata-phy@38 {\n" "> +\t\t\tcompatible = \"sata-phy-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" "> diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi\n" @@ -151,7 +167,7 @@ "> @@ -216,16 +217,28 @@\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" @@ -163,9 +179,9 @@ "> +\t\tphy-names = \"sata-phy\";\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" @@ -183,4 +199,4 @@ "Thanks\n" Kishon -2f0f4ed250aeb3eb82b3d144044746475274c94d486eb768c4c70413d8027007 +b7dd38259c17fca123750d928571879a9dd12a93eda0fbc7c020be109020a2e9
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.