diff for duplicates of <535E8C8A.6000702@free-electrons.com> diff --git a/a/1.txt b/N1/1.txt index 02b51a9..4c25128 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -4,7 +4,7 @@ On 28/04/2014 17:59, Chen-Yu Tsai wrote: > Hi, > > On Mon, Apr 28, 2014 at 10:58 PM, Boris BREZILLON -> <boris.brezillon@free-electrons.com> wrote: +> <boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> wrote: >> The PRCM (Power/Reset/Clock Management) unit provides several clock >> devices: >> - AR100 clk: used to clock the Power Management co-processor @@ -15,7 +15,7 @@ On 28/04/2014 17:59, Chen-Yu Tsai wrote: >> as platform devices instead of registered during early init. >> We need this to be able to probe PRCM MFD subdevices. >> ->> Signed-off-by: Boris BREZILLON <boris.brezillon@free-electrons.com> +>> Signed-off-by: Boris BREZILLON <boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> >> --- >> drivers/clk/sunxi/Makefile | 2 + >> drivers/clk/sunxi/clk-sun6i-prcm.c | 253 +++++++++++++++++++++++++++++++++++++ @@ -42,7 +42,7 @@ On 28/04/2014 17:59, Chen-Yu Tsai wrote: >> + * Copyright (C) 2014 Free Electrons >> + * >> + * License Terms: GNU General Public License v2 ->> + * Author: Boris BREZILLON <boris.brezillon@free-electrons.com> +>> + * Author: Boris BREZILLON <boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> >> + * >> + * Allwinner PRCM (Power/Reset/Clock Management) driver >> + * @@ -325,7 +325,7 @@ No problem. >> +}; >> +module_platform_driver(sun6i_a31_prcm_clk_driver); >> + ->> +MODULE_AUTHOR("Boris BREZILLON <boris.brezillon@free-electrons.com"); +>> +MODULE_AUTHOR("Boris BREZILLON <boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org"); >> +MODULE_DESCRIPTION("Allwinner Reset Controller Driver"); >> +MODULE_LICENSE("GPL v2"); > The rest looks good to me, but Emilio should be able to give you more feedback. diff --git a/a/content_digest b/N1/content_digest index 0561e80..01c64cb 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,10 +1,26 @@ "ref\01398697130-8338-1-git-send-email-boris.brezillon@free-electrons.com\0" "ref\01398697130-8338-6-git-send-email-boris.brezillon@free-electrons.com\0" "ref\0CAGb2v65aTQozFRVWU5QekK623i4-mLReaAiWC=4pFqWWPcC_Pw@mail.gmail.com\0" - "From\0boris.brezillon@free-electrons.com (Boris BREZILLON)\0" - "Subject\0[PATCH 5/7] clk: sunxi: add PRCM (Power/Reset/Clock Management) clks support\0" + "ref\0CAGb2v65aTQozFRVWU5QekK623i4-mLReaAiWC=4pFqWWPcC_Pw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org\0" + "From\0Boris BREZILLON <boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0" + "Subject\0Re: [PATCH 5/7] clk: sunxi: add PRCM (Power/Reset/Clock Management) clks support\0" "Date\0Mon, 28 Apr 2014 19:14:50 +0200\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org>\0" + "Cc\0Emilio L\303\263pez <emilio-0Z03zUJReD5OxF6Tv1QG9Q@public.gmane.org>" + Mike Turquette <mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> + Samuel Ortiz <sameo-VuQAYsv1563Yd54FQh9/CA@public.gmane.org> + Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> + Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> + Philipp Zabel <p.zabel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> + Shuge <shuge-0TFLnhJekD6UEPyfVivIlAC/G2K4zDHf@public.gmane.org> + kevin-0TFLnhJekD6UEPyfVivIlAC/G2K4zDHf@public.gmane.org + Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> + Randy Dunlap <rdunlap-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org> + devicetree <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> + linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + linux-arm-kernel <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org> + linux-kernel <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> + " dev-3kdeTeqwOZ9EV1b7eY7vFQ@public.gmane.org\0" "\00:1\0" "b\0" "Hi Chen-Yu,\n" @@ -13,7 +29,7 @@ "> Hi,\n" ">\n" "> On Mon, Apr 28, 2014 at 10:58 PM, Boris BREZILLON\n" - "> <boris.brezillon@free-electrons.com> wrote:\n" + "> <boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> wrote:\n" ">> The PRCM (Power/Reset/Clock Management) unit provides several clock\n" ">> devices:\n" ">> - AR100 clk: used to clock the Power Management co-processor\n" @@ -24,7 +40,7 @@ ">> as platform devices instead of registered during early init.\n" ">> We need this to be able to probe PRCM MFD subdevices.\n" ">>\n" - ">> Signed-off-by: Boris BREZILLON <boris.brezillon@free-electrons.com>\n" + ">> Signed-off-by: Boris BREZILLON <boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\n" ">> ---\n" ">> drivers/clk/sunxi/Makefile | 2 +\n" ">> drivers/clk/sunxi/clk-sun6i-prcm.c | 253 +++++++++++++++++++++++++++++++++++++\n" @@ -51,7 +67,7 @@ ">> + * Copyright (C) 2014 Free Electrons\n" ">> + *\n" ">> + * License Terms: GNU General Public License v2\n" - ">> + * Author: Boris BREZILLON <boris.brezillon@free-electrons.com>\n" + ">> + * Author: Boris BREZILLON <boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\n" ">> + *\n" ">> + * Allwinner PRCM (Power/Reset/Clock Management) driver\n" ">> + *\n" @@ -334,7 +350,7 @@ ">> +};\n" ">> +module_platform_driver(sun6i_a31_prcm_clk_driver);\n" ">> +\n" - ">> +MODULE_AUTHOR(\"Boris BREZILLON <boris.brezillon@free-electrons.com\");\n" + ">> +MODULE_AUTHOR(\"Boris BREZILLON <boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org\");\n" ">> +MODULE_DESCRIPTION(\"Allwinner Reset Controller Driver\");\n" ">> +MODULE_LICENSE(\"GPL v2\");\n" "> The rest looks good to me, but Emilio should be able to give you more feedback.\n" @@ -355,4 +371,4 @@ "Embedded Linux and Kernel engineering\n" http://free-electrons.com -bde8469e1623bef5d8754689dba2cabdd690bbf2dc92f1b129788b51154eb7fc +545a0ba3e52d537f806b98e888e7ffeb3664f7c799f8fb4d99a74217b6b40dd5
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.