diff for duplicates of <5243652F.7090408@codeaurora.org> diff --git a/a/1.txt b/N1/1.txt index 10eaedb..437b53d 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -5,7 +5,7 @@ On 9/25/2013 12:49 PM, Kumar Gala wrote: >> which belongs to the Snapdragon 800 family. >> For now, just support a basic machine with device tree. >> ->> Signed-off-by: Rohit Vaswani <rvaswani-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org> +>> Signed-off-by: Rohit Vaswani <rvaswani@codeaurora.org> >> --- >> arch/arm/Kconfig.debug | 9 +++++++ >> arch/arm/boot/dts/Makefile | 3 ++- @@ -87,7 +87,7 @@ Well, its good to have this as part of initial board setup for earlyprintk. >> + soc: soc { }; > We should have a unit address here: > -> soc: soc@FOOBAR { +> soc: soc at FOOBAR { > > also, split out the curly braces so any future patches do have to muck with that. > @@ -103,7 +103,7 @@ Im not sure I understand the reasoning behind the unit address for soc ? >> + ranges; >> + compatible = "simple-bus"; >> + ->> + intc: interrupt-controller@f9000000 { +>> + intc: interrupt-controller at f9000000 { >> + compatible = "qcom,msm-qgic2"; >> + interrupt-controller; >> + #interrupt-cells = <3>; @@ -187,7 +187,7 @@ Im not sure I understand the reasoning behind the unit address for soc ? >> >> -- >> To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in ->> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org +>> the body of a message to majordomo at vger.kernel.org >> More majordomo info at http://vger.kernel.org/majordomo-info.html @@ -196,8 +196,3 @@ Rohit Vaswani -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, hosted by The Linux Foundation - --- -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 8c3f536..a548b95 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,24 +1,10 @@ "ref\01379992406-3541-1-git-send-email-rvaswani@codeaurora.org\0" "ref\01379992406-3541-2-git-send-email-rvaswani@codeaurora.org\0" "ref\04E7868D6-56CB-4AF8-8EBF-069966899C23@codeaurora.org\0" - "ref\04E7868D6-56CB-4AF8-8EBF-069966899C23-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org\0" - "From\0Rohit Vaswani <rvaswani-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>\0" - "Subject\0Re: [PATCHv4 2/3] ARM: msm: Add support for APQ8074 Dragonboard\0" + "From\0rvaswani@codeaurora.org (Rohit Vaswani)\0" + "Subject\0[PATCHv4 2/3] ARM: msm: Add support for APQ8074 Dragonboard\0" "Date\0Wed, 25 Sep 2013 15:35:27 -0700\0" - "To\0Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>\0" - "Cc\0David Brown <davidb-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>" - Rob Herring <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org> - Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org> - Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> - Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> - Ian Campbell <ian.campbell-Sxgqhf6Nn4DQT0dZR+AlfA@public.gmane.org> - Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org> - Daniel Walker <dwalker-zu3NM2574RrQT0dZR+AlfA@public.gmane.org> - Bryan Huntsman <bryanh-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org> - devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - " linux-arm-msm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On 9/25/2013 12:49 PM, Kumar Gala wrote:\n" @@ -28,7 +14,7 @@ ">> which belongs to the Snapdragon 800 family.\n" ">> For now, just support a basic machine with device tree.\n" ">>\n" - ">> Signed-off-by: Rohit Vaswani <rvaswani-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>\n" + ">> Signed-off-by: Rohit Vaswani <rvaswani@codeaurora.org>\n" ">> ---\n" ">> arch/arm/Kconfig.debug | 9 +++++++\n" ">> arch/arm/boot/dts/Makefile | 3 ++-\n" @@ -110,7 +96,7 @@ ">> +\tsoc: soc { };\n" "> We should have a unit address here:\n" ">\n" - "> \t soc: soc@FOOBAR {\n" + "> \t soc: soc at FOOBAR {\n" ">\n" "> also, split out the curly braces so any future patches do have to muck with that.\n" ">\n" @@ -126,7 +112,7 @@ ">> +\tranges;\n" ">> +\tcompatible = \"simple-bus\";\n" ">> +\n" - ">> +\tintc: interrupt-controller@f9000000 {\n" + ">> +\tintc: interrupt-controller at f9000000 {\n" ">> +\t\tcompatible = \"qcom,msm-qgic2\";\n" ">> +\t\tinterrupt-controller;\n" ">> +\t\t#interrupt-cells = <3>;\n" @@ -210,7 +196,7 @@ ">>\n" ">> --\n" ">> To unsubscribe from this list: send the line \"unsubscribe linux-arm-msm\" in\n" - ">> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" + ">> the body of a message to majordomo at vger.kernel.org\n" ">> More majordomo info at http://vger.kernel.org/majordomo-info.html\n" "\n" "\n" @@ -218,11 +204,6 @@ "Rohit Vaswani\n" "\n" "-- \n" - "The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, hosted by The Linux Foundation\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 + The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, hosted by The Linux Foundation -c09b305dcbcb7c8822e6a52e10389ad0af4541b360d3fa41087496c568d9f45e +dfc4d24cdd555af2fb93522b8976a612d46e4f40cfc5ca449519295b0a8520cb
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.