diff for duplicates of <55281789.2060402@linaro.org> diff --git a/a/1.txt b/N1/1.txt index c85326d..a38aadb 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -5,7 +5,7 @@ On 10/04/15 18:24, Stephen Boyd wrote: >> This patch adds AHCI based SATA controller support to APQ8064. >> Tested on IFC6410 board. >> ->> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> +>> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> >> --- >> arch/arm/boot/dts/qcom-apq8064-ifc6410.dts | 9 ++++++++ >> arch/arm/boot/dts/qcom-apq8064.dtsi | 35 ++++++++++++++++++++++++++++++ @@ -19,7 +19,7 @@ On 10/04/15 18:24, Stephen Boyd wrote: >> }; >> }; >> ->> + sata_phy0: sata-phy@1b400000{ +>> + sata_phy0: sata-phy at 1b400000{ > > Space before '{' please. Yeo, Will fix it in next version. @@ -27,13 +27,13 @@ Yeo, Will fix it in next version. >> + status = "okay"; >> + }; >> + ->> + sata0: sata@29000000 { +>> + sata0: sata at 29000000 { >> + status = "okay"; >> + target-supply = <&pm8921_s4>; >> + }; >> + >> /* OTG */ ->> usb1_phy: phy@12500000 { +>> usb1_phy: phy at 12500000 { >> status = "okay"; >> diff --git a/arch/arm/boot/dts/qcom-apq8064.dtsi b/arch/arm/boot/dts/qcom-apq8064.dtsi >> index 5aac9a5..56cc65e 100644 @@ -43,14 +43,10 @@ Yeo, Will fix it in next version. >> usb-phy = <&usb4_phy>; >> }; >> ->> + sata_phy0: sata-phy@1b400000{ +>> + sata_phy0: sata-phy at 1b400000{ > > Space before '{' please. Also I wonder if it should just be called -> phy@1b400000 because phy is more standard than sata-phy. +> phy at 1b400000 because phy is more standard than sata-phy. Make sense, I will fix it in next version. > --- -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 3c70d8c..a6571d4 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,22 +1,10 @@ "ref\01428669187-10775-1-git-send-email-srinivas.kandagatla@linaro.org\0" "ref\01428669263-10990-1-git-send-email-srinivas.kandagatla@linaro.org\0" "ref\05528076B.1010808@codeaurora.org\0" - "ref\05528076B.1010808-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org\0" - "From\0Srinivas Kandagatla <srinivas.kandagatla-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0" - "Subject\0Re: [PATCH v2 05/12] ARM: dts: apq8064: Add SATA controller support.\0" + "From\0srinivas.kandagatla@linaro.org (Srinivas Kandagatla)\0" + "Subject\0[PATCH v2 05/12] ARM: dts: apq8064: Add SATA controller support.\0" "Date\0Fri, 10 Apr 2015 19:33:45 +0100\0" - "To\0Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>" - galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org - " linux-arm-msm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" - "Cc\0Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>" - devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org> - Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org> - Ian Campbell <ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org> - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> - bjorn.andersson-/MT0OVThwyLZJqsBc5GL+g@public.gmane.org - " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "\n" @@ -26,7 +14,7 @@ ">> This patch adds AHCI based SATA controller support to APQ8064.\n" ">> Tested on IFC6410 board.\n" ">>\n" - ">> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\n" + ">> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>\n" ">> ---\n" ">> arch/arm/boot/dts/qcom-apq8064-ifc6410.dts | 9 ++++++++\n" ">> arch/arm/boot/dts/qcom-apq8064.dtsi | 35 ++++++++++++++++++++++++++++++\n" @@ -40,7 +28,7 @@ ">> \t\t\t};\n" ">> \t\t};\n" ">>\n" - ">> +\t\tsata_phy0: sata-phy@1b400000{\n" + ">> +\t\tsata_phy0: sata-phy at 1b400000{\n" ">\n" "> Space before '{' please.\n" "Yeo, Will fix it in next version.\n" @@ -48,13 +36,13 @@ ">> +\t\t\tstatus = \"okay\";\n" ">> +\t\t};\n" ">> +\n" - ">> +\t\tsata0: sata@29000000 {\n" + ">> +\t\tsata0: sata at 29000000 {\n" ">> +\t\t\tstatus\t\t= \"okay\";\n" ">> +\t\t\ttarget-supply\t= <&pm8921_s4>;\n" ">> +\t\t};\n" ">> +\n" ">> \t\t/* OTG */\n" - ">> \t\tusb1_phy: phy@12500000 {\n" + ">> \t\tusb1_phy: phy at 12500000 {\n" ">> \t\t\tstatus\t\t= \"okay\";\n" ">> diff --git a/arch/arm/boot/dts/qcom-apq8064.dtsi b/arch/arm/boot/dts/qcom-apq8064.dtsi\n" ">> index 5aac9a5..56cc65e 100644\n" @@ -64,16 +52,12 @@ ">> \t\t\tusb-phy\t\t= <&usb4_phy>;\n" ">> \t\t};\n" ">>\n" - ">> +\t\tsata_phy0: sata-phy@1b400000{\n" + ">> +\t\tsata_phy0: sata-phy at 1b400000{\n" ">\n" "> Space before '{' please. Also I wonder if it should just be called\n" - "> phy@1b400000 because phy is more standard than sata-phy.\n" + "> phy at 1b400000 because phy is more standard than sata-phy.\n" "Make sense, I will fix it in next version.\n" "\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 + > -8a40dd60ade6390d8e16a74c3dc024cfab4dfb828ad2288f5d162c09e05b1280 +938533327b4e5cef27b1f65dce12a6b3ac24d385486879545f889441ac1f4187
diff --git a/a/1.txt b/N2/1.txt index c85326d..a118d9a 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -5,7 +5,7 @@ On 10/04/15 18:24, Stephen Boyd wrote: >> This patch adds AHCI based SATA controller support to APQ8064. >> Tested on IFC6410 board. >> ->> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> +>> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> >> --- >> arch/arm/boot/dts/qcom-apq8064-ifc6410.dts | 9 ++++++++ >> arch/arm/boot/dts/qcom-apq8064.dtsi | 35 ++++++++++++++++++++++++++++++ @@ -50,7 +50,3 @@ Yeo, Will fix it in next version. Make sense, I will fix it in next version. > --- -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/N2/content_digest index 3c70d8c..7b3d972 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,22 +1,21 @@ "ref\01428669187-10775-1-git-send-email-srinivas.kandagatla@linaro.org\0" "ref\01428669263-10990-1-git-send-email-srinivas.kandagatla@linaro.org\0" "ref\05528076B.1010808@codeaurora.org\0" - "ref\05528076B.1010808-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org\0" - "From\0Srinivas Kandagatla <srinivas.kandagatla-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0" + "From\0Srinivas Kandagatla <srinivas.kandagatla@linaro.org>\0" "Subject\0Re: [PATCH v2 05/12] ARM: dts: apq8064: Add SATA controller support.\0" "Date\0Fri, 10 Apr 2015 19:33:45 +0100\0" - "To\0Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>" - galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org - " linux-arm-msm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" - "Cc\0Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>" - devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org> - Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org> - Ian Campbell <ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org> - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> - bjorn.andersson-/MT0OVThwyLZJqsBc5GL+g@public.gmane.org - " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0" + "To\0Stephen Boyd <sboyd@codeaurora.org>" + galak@codeaurora.org + " linux-arm-msm@vger.kernel.org\0" + "Cc\0Mark Rutland <mark.rutland@arm.com>" + devicetree@vger.kernel.org + Russell King <linux@arm.linux.org.uk> + Pawel Moll <pawel.moll@arm.com> + Ian Campbell <ijc+devicetree@hellion.org.uk> + linux-kernel@vger.kernel.org + Rob Herring <robh+dt@kernel.org> + bjorn.andersson@sonymobile.com + " linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "\n" @@ -26,7 +25,7 @@ ">> This patch adds AHCI based SATA controller support to APQ8064.\n" ">> Tested on IFC6410 board.\n" ">>\n" - ">> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\n" + ">> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>\n" ">> ---\n" ">> arch/arm/boot/dts/qcom-apq8064-ifc6410.dts | 9 ++++++++\n" ">> arch/arm/boot/dts/qcom-apq8064.dtsi | 35 ++++++++++++++++++++++++++++++\n" @@ -70,10 +69,6 @@ "> phy@1b400000 because phy is more standard than sata-phy.\n" "Make sense, I will fix it in next version.\n" "\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 + > -8a40dd60ade6390d8e16a74c3dc024cfab4dfb828ad2288f5d162c09e05b1280 +761bc3117133f6ee1c85172e49af0ec89c33835795dae718d6018ff10b7d393a
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.