diff for duplicates of <52326ADC.8040703@elopez.com.ar> diff --git a/a/1.txt b/N1/1.txt index b889104..24789ce 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,11 +1,11 @@ Hi Olof, -El 12/09/13 21:57, Olof Johansson escribi?: -> On Thu, Sep 12, 2013 at 5:30 PM, Emilio L?pez <emilio@elopez.com.ar> wrote: +El 12/09/13 21:57, Olof Johansson escribió: +> On Thu, Sep 12, 2013 at 5:30 PM, Emilio López <emilio-0Z03zUJReD5OxF6Tv1QG9Q@public.gmane.org> wrote: >> This driver's only job is to claim and ensure the necessary clock >> for memory operation on a DT-powered machine remains enabled. >> ->> Signed-off-by: Emilio L?pez <emilio@elopez.com.ar> +>> Signed-off-by: Emilio López <emilio-0Z03zUJReD5OxF6Tv1QG9Q@public.gmane.org> >> --- >> >> I believe this new patch should resolve all the concerns raised; as @@ -32,7 +32,7 @@ should avoid adding special cases to the framework. The binding doesn't have to be fake; it is actually describing the memory controller hardware: -mc: mc at 0123000 { +mc: mc@0123000 { compatible = "simple-memory-controller"; reg = <0x0123000 0x400>; clocks = <&pll5 1>; @@ -41,7 +41,7 @@ mc: mc at 0123000 { If one day we get docs and/or have any special features we may need from the controller, we can use something like -mc: mc at 0123000 { +mc: mc@0123000 { compatible = "vendor,awesome-mc", "simple-memory-controller"; reg = <0x0123000 0x400>; clocks = <&pll5 1>; @@ -50,3 +50,8 @@ mc: mc at 0123000 { Cheers, Emilio + +-- +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 c94d074..5c9eb1e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,20 +1,30 @@ "ref\01378863781-4235-1-git-send-email-emilio@elopez.com.ar\0" "ref\01379032225-6425-1-git-send-email-emilio@elopez.com.ar\0" "ref\0CAOesGMiUMniKRLRgGPsimR0bXWQFbx+SL5dUJXOb8t0JfEcHsg@mail.gmail.com\0" - "From\0emilio@elopez.com.ar (Emilio L\303\263pez)\0" - "Subject\0[PATCH] memory: add a basic OF-based memory driver\0" + "ref\0CAOesGMiUMniKRLRgGPsimR0bXWQFbx+SL5dUJXOb8t0JfEcHsg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org\0" + "From\0Emilio L\303\263pez <emilio-0Z03zUJReD5OxF6Tv1QG9Q@public.gmane.org>\0" + "Subject\0Re: [PATCH] memory: add a basic OF-based memory driver\0" "Date\0Thu, 12 Sep 2013 22:31:08 -0300\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Olof Johansson <olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org>\0" + "Cc\0Mike Turquette <mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>" + Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> + Grant Likely <grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> + Rob Herring <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org> + Greg Kroah-Hartman <gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org> + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> + " David Lanzend\303\266rfer <david.lanzendoerfer-Z7Kmv9EsliU@public.gmane.org>" + linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> + " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>\0" "\00:1\0" "b\0" "Hi Olof,\n" "\n" - "El 12/09/13 21:57, Olof Johansson escribi?:\n" - "> On Thu, Sep 12, 2013 at 5:30 PM, Emilio L?pez <emilio@elopez.com.ar> wrote:\n" + "El 12/09/13 21:57, Olof Johansson escribi\303\263:\n" + "> On Thu, Sep 12, 2013 at 5:30 PM, Emilio L\303\263pez <emilio-0Z03zUJReD5OxF6Tv1QG9Q@public.gmane.org> wrote:\n" ">> This driver's only job is to claim and ensure the necessary clock\n" ">> for memory operation on a DT-powered machine remains enabled.\n" ">>\n" - ">> Signed-off-by: Emilio L?pez <emilio@elopez.com.ar>\n" + ">> Signed-off-by: Emilio L\303\263pez <emilio-0Z03zUJReD5OxF6Tv1QG9Q@public.gmane.org>\n" ">> ---\n" ">>\n" ">> I believe this new patch should resolve all the concerns raised; as\n" @@ -41,7 +51,7 @@ "The binding doesn't have to be fake; it is actually describing the \n" "memory controller hardware:\n" "\n" - "mc: mc at 0123000 {\n" + "mc: mc@0123000 {\n" "\tcompatible = \"simple-memory-controller\";\n" "\treg = <0x0123000 0x400>;\n" "\tclocks = <&pll5 1>;\n" @@ -50,7 +60,7 @@ "If one day we get docs and/or have any special features we may need from \n" "the controller, we can use something like\n" "\n" - "mc: mc at 0123000 {\n" + "mc: mc@0123000 {\n" "\tcompatible = \"vendor,awesome-mc\", \"simple-memory-controller\";\n" "\treg = <0x0123000 0x400>;\n" "\tclocks = <&pll5 1>;\n" @@ -58,6 +68,11 @@ "\n" "Cheers,\n" "\n" - Emilio + "Emilio\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 -b90f12fe73ca7e4e11ef1683aec5566c38d527a78e95bd02b7c3914160b64ee1 +ecefcf99eef80e4aba0045cf98c426f7cea913a27025bfe287af0f2f7cd645e5
diff --git a/a/1.txt b/N2/1.txt index b889104..28bbff0 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,11 +1,11 @@ Hi Olof, -El 12/09/13 21:57, Olof Johansson escribi?: -> On Thu, Sep 12, 2013 at 5:30 PM, Emilio L?pez <emilio@elopez.com.ar> wrote: +El 12/09/13 21:57, Olof Johansson escribió: +> On Thu, Sep 12, 2013 at 5:30 PM, Emilio López <emilio@elopez.com.ar> wrote: >> This driver's only job is to claim and ensure the necessary clock >> for memory operation on a DT-powered machine remains enabled. >> ->> Signed-off-by: Emilio L?pez <emilio@elopez.com.ar> +>> Signed-off-by: Emilio López <emilio@elopez.com.ar> >> --- >> >> I believe this new patch should resolve all the concerns raised; as @@ -32,7 +32,7 @@ should avoid adding special cases to the framework. The binding doesn't have to be fake; it is actually describing the memory controller hardware: -mc: mc at 0123000 { +mc: mc@0123000 { compatible = "simple-memory-controller"; reg = <0x0123000 0x400>; clocks = <&pll5 1>; @@ -41,7 +41,7 @@ mc: mc at 0123000 { If one day we get docs and/or have any special features we may need from the controller, we can use something like -mc: mc at 0123000 { +mc: mc@0123000 { compatible = "vendor,awesome-mc", "simple-memory-controller"; reg = <0x0123000 0x400>; clocks = <&pll5 1>; diff --git a/a/content_digest b/N2/content_digest index c94d074..72add35 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,20 +1,29 @@ "ref\01378863781-4235-1-git-send-email-emilio@elopez.com.ar\0" "ref\01379032225-6425-1-git-send-email-emilio@elopez.com.ar\0" "ref\0CAOesGMiUMniKRLRgGPsimR0bXWQFbx+SL5dUJXOb8t0JfEcHsg@mail.gmail.com\0" - "From\0emilio@elopez.com.ar (Emilio L\303\263pez)\0" - "Subject\0[PATCH] memory: add a basic OF-based memory driver\0" + "From\0Emilio L\303\263pez <emilio@elopez.com.ar>\0" + "Subject\0Re: [PATCH] memory: add a basic OF-based memory driver\0" "Date\0Thu, 12 Sep 2013 22:31:08 -0300\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Olof Johansson <olof@lixom.net>\0" + "Cc\0Mike Turquette <mturquette@linaro.org>" + Maxime Ripard <maxime.ripard@free-electrons.com> + Grant Likely <grant.likely@linaro.org> + Rob Herring <rob.herring@calxeda.com> + Greg Kroah-Hartman <gregkh@linuxfoundation.org> + devicetree@vger.kernel.org <devicetree@vger.kernel.org> + " David Lanzend\303\266rfer <david.lanzendoerfer@o2s.ch>" + linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org> + " linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>\0" "\00:1\0" "b\0" "Hi Olof,\n" "\n" - "El 12/09/13 21:57, Olof Johansson escribi?:\n" - "> On Thu, Sep 12, 2013 at 5:30 PM, Emilio L?pez <emilio@elopez.com.ar> wrote:\n" + "El 12/09/13 21:57, Olof Johansson escribi\303\263:\n" + "> On Thu, Sep 12, 2013 at 5:30 PM, Emilio L\303\263pez <emilio@elopez.com.ar> wrote:\n" ">> This driver's only job is to claim and ensure the necessary clock\n" ">> for memory operation on a DT-powered machine remains enabled.\n" ">>\n" - ">> Signed-off-by: Emilio L?pez <emilio@elopez.com.ar>\n" + ">> Signed-off-by: Emilio L\303\263pez <emilio@elopez.com.ar>\n" ">> ---\n" ">>\n" ">> I believe this new patch should resolve all the concerns raised; as\n" @@ -41,7 +50,7 @@ "The binding doesn't have to be fake; it is actually describing the \n" "memory controller hardware:\n" "\n" - "mc: mc at 0123000 {\n" + "mc: mc@0123000 {\n" "\tcompatible = \"simple-memory-controller\";\n" "\treg = <0x0123000 0x400>;\n" "\tclocks = <&pll5 1>;\n" @@ -50,7 +59,7 @@ "If one day we get docs and/or have any special features we may need from \n" "the controller, we can use something like\n" "\n" - "mc: mc at 0123000 {\n" + "mc: mc@0123000 {\n" "\tcompatible = \"vendor,awesome-mc\", \"simple-memory-controller\";\n" "\treg = <0x0123000 0x400>;\n" "\tclocks = <&pll5 1>;\n" @@ -60,4 +69,4 @@ "\n" Emilio -b90f12fe73ca7e4e11ef1683aec5566c38d527a78e95bd02b7c3914160b64ee1 +906a4a7ff7a3c2c7241876940e4f9d25e0d9e3a4a032e14645b47e6d9c5e383a
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.