diff for duplicates of <52C119B4.1010002@ti.com> diff --git a/a/1.txt b/N1/1.txt index 6946625..a13487f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -43,11 +43,11 @@ existing exynos file. > - 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>; @@ -76,12 +76,12 @@ alignment problem.. here too.. match it with existing properties.. > > 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>; diff --git a/a/content_digest b/N1/content_digest index 2ad9bb9..99690ce 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,25 @@ "ref\01386669911-17319-1-git-send-email-yuvaraj.cd@samsung.com\0" "ref\01386669911-17319-3-git-send-email-yuvaraj.cd@samsung.com\0" - "From\0kishon@ti.com (Kishon Vijay Abraham I)\0" - "Subject\0[PATCH V3 2/2] ARM: dts: Enable ahci sata and sata phy\0" + "From\0Kishon Vijay Abraham I <kishon@ti.com>\0" + "Subject\0Re: [PATCH V3 2/2] ARM: dts: Enable ahci sata and sata phy\0" "Date\0Mon, 30 Dec 2013 12:29:00 +0530\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Yuvaraj Kumar C D <yuvaraj.cd@gmail.com>\0" + "Cc\0kgene.kim@samsung.com" + linux-kernel@vger.kernel.org + linux-arm-kernel@lists.infradead.org + devicetree@vger.kernel.org + linux-doc@vger.kernel.org + 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 + joshi@samsung.com + " Yuvaraj Kumar C D <yuvaraj.cd@samsung.com>\0" "\00:1\0" "b\0" "Hi,\n" @@ -51,11 +67,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" @@ -84,12 +100,12 @@ "here too.. match it with existing properties..\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" @@ -110,4 +126,4 @@ "Cheers\n" Kishon -81cfeaa929175d252adf9610c34ceba42f7bbeacde754ecf2b7554e35adf4b25 +682eeeb7e799d53e85c2f905cd6da3df29e99cc88d89fdfeae4f65ac13e3e937
diff --git a/a/1.txt b/N2/1.txt index 6946625..a13487f 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -43,11 +43,11 @@ existing exynos file. > - 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>; @@ -76,12 +76,12 @@ alignment problem.. here too.. match it with existing properties.. > > 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>; diff --git a/a/content_digest b/N2/content_digest index 2ad9bb9..3e21bbd 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,9 +1,25 @@ "ref\01386669911-17319-1-git-send-email-yuvaraj.cd@samsung.com\0" "ref\01386669911-17319-3-git-send-email-yuvaraj.cd@samsung.com\0" - "From\0kishon@ti.com (Kishon Vijay Abraham I)\0" - "Subject\0[PATCH V3 2/2] ARM: dts: Enable ahci sata and sata phy\0" + "From\0Kishon Vijay Abraham I <kishon@ti.com>\0" + "Subject\0Re: [PATCH V3 2/2] ARM: dts: Enable ahci sata and sata phy\0" "Date\0Mon, 30 Dec 2013 12:29:00 +0530\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Yuvaraj Kumar C D <yuvaraj.cd@gmail.com>\0" + "Cc\0<kgene.kim@samsung.com>" + <linux-kernel@vger.kernel.org> + <linux-arm-kernel@lists.infradead.org> + <devicetree@vger.kernel.org> + <linux-doc@vger.kernel.org> + <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> + <joshi@samsung.com> + " Yuvaraj Kumar C D <yuvaraj.cd@samsung.com>\0" "\00:1\0" "b\0" "Hi,\n" @@ -51,11 +67,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" @@ -84,12 +100,12 @@ "here too.. match it with existing properties..\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" @@ -110,4 +126,4 @@ "Cheers\n" Kishon -81cfeaa929175d252adf9610c34ceba42f7bbeacde754ecf2b7554e35adf4b25 +3675d60faa473028f73e3ba4fbc885f2fb10804e51c2c7e8dd5e2751479052e1
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.