diff for duplicates of <537235A2.3010902@elopez.com.ar> diff --git a/a/1.txt b/N1/1.txt index c8174e5..64516b2 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -6,7 +6,7 @@ While reading the code below I noticed a complete lack of comments. I think it would be good to have at least some to aid readability, considering these clocks are poorly documented on AW's material. -El 09/05/14 08:11, Boris BREZILLON escribi?: +El 09/05/14 08:11, Boris BREZILLON escribió: > The PRCM (Power/Reset/Clock Management) unit provides several clock > devices: > - AR100 clk: used to clock the Power Management co-processor @@ -17,8 +17,8 @@ El 09/05/14 08:11, Boris BREZILLON escribi?: > as platform devices instead of registered during early init. > This is needed to be able to probe PRCM MFD subdevices. > -> Signed-off-by: Boris BREZILLON <boris.brezillon@free-electrons.com> -> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com> +> Signed-off-by: Boris BREZILLON <boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> +> Acked-by: Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> > --- > drivers/clk/sunxi/Makefile | 2 + > drivers/clk/sunxi/clk-sun6i-prcm.c | 343 +++++++++++++++++++++++++++++++++++++ @@ -45,7 +45,7 @@ El 09/05/14 08:11, Boris BREZILLON escribi?: > + * 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 > + * @@ -384,7 +384,7 @@ Indentation seems to be off here. > +}; > +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 PRCM clock Driver"); > +MODULE_LICENSE("GPL v2"); @@ -398,3 +398,7 @@ this patch with some more comments. 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 6a60a03..bc5047c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,25 @@ "ref\01399633911-7094-1-git-send-email-boris.brezillon@free-electrons.com\0" "ref\01399633911-7094-6-git-send-email-boris.brezillon@free-electrons.com\0" - "From\0emilio@elopez.com.ar (Emilio L\303\263pez)\0" - "Subject\0[PATCH v3 5/7] clk: sunxi: add PRCM (Power/Reset/Clock Management) clks support\0" + "ref\01399633911-7094-6-git-send-email-boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org\0" + "From\0Emilio L\303\263pez <emilio-0Z03zUJReD5OxF6Tv1QG9Q@public.gmane.org>\0" + "Subject\0Re: [PATCH v3 5/7] clk: sunxi: add PRCM (Power/Reset/Clock Management) clks support\0" "Date\0Tue, 13 May 2014 12:09:22 -0300\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Boris BREZILLON <boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>" + Mike Turquette <mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> + " Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0" + "Cc\0Samuel Ortiz <sameo-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>" + Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> + Chen-Yu Tsai <wens-jdAy2FN1RRM@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-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + " dev-3kdeTeqwOZ9EV1b7eY7vFQ@public.gmane.org\0" "\00:1\0" "b\0" "Hi Boris,\n" @@ -14,7 +30,7 @@ "think it would be good to have at least some to aid readability, \n" "considering these clocks are poorly documented on AW's material.\n" "\n" - "El 09/05/14 08:11, Boris BREZILLON escribi?:\n" + "El 09/05/14 08:11, Boris BREZILLON escribi\303\263:\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" @@ -25,8 +41,8 @@ "> as platform devices instead of registered during early init.\n" "> This is needed to be able to probe PRCM MFD subdevices.\n" ">\n" - "> Signed-off-by: Boris BREZILLON <boris.brezillon@free-electrons.com>\n" - "> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>\n" + "> Signed-off-by: Boris BREZILLON <boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\n" + "> Acked-by: Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\n" "> ---\n" "> drivers/clk/sunxi/Makefile | 2 +\n" "> drivers/clk/sunxi/clk-sun6i-prcm.c | 343 +++++++++++++++++++++++++++++++++++++\n" @@ -53,7 +69,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" @@ -392,7 +408,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 PRCM clock Driver\");\n" "> +MODULE_LICENSE(\"GPL v2\");\n" "\n" @@ -405,6 +421,10 @@ "\n" "Cheers,\n" "\n" - Emilio + "Emilio\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 -dccb0413fb9c3ae77d1851a77f7d3973d4a0b03049ae59df2502de676b8d8a5b +16182b7cc2105995feb9ac7ed334cfad19efc6708ea9b510532e08223027f60b
diff --git a/a/1.txt b/N2/1.txt index c8174e5..111a9e0 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -6,7 +6,7 @@ While reading the code below I noticed a complete lack of comments. I think it would be good to have at least some to aid readability, considering these clocks are poorly documented on AW's material. -El 09/05/14 08:11, Boris BREZILLON escribi?: +El 09/05/14 08:11, Boris BREZILLON escribió: > The PRCM (Power/Reset/Clock Management) unit provides several clock > devices: > - AR100 clk: used to clock the Power Management co-processor diff --git a/a/content_digest b/N2/content_digest index 6a60a03..c150a35 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,9 +1,24 @@ "ref\01399633911-7094-1-git-send-email-boris.brezillon@free-electrons.com\0" "ref\01399633911-7094-6-git-send-email-boris.brezillon@free-electrons.com\0" - "From\0emilio@elopez.com.ar (Emilio L\303\263pez)\0" - "Subject\0[PATCH v3 5/7] clk: sunxi: add PRCM (Power/Reset/Clock Management) clks support\0" + "From\0Emilio L\303\263pez <emilio@elopez.com.ar>\0" + "Subject\0Re: [PATCH v3 5/7] clk: sunxi: add PRCM (Power/Reset/Clock Management) clks support\0" "Date\0Tue, 13 May 2014 12:09:22 -0300\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Boris BREZILLON <boris.brezillon@free-electrons.com>" + Mike Turquette <mturquette@linaro.org> + " Maxime Ripard <maxime.ripard@free-electrons.com>\0" + "Cc\0Samuel Ortiz <sameo@linux.intel.com>" + Lee Jones <lee.jones@linaro.org> + Chen-Yu Tsai <wens@csie.org> + Philipp Zabel <p.zabel@pengutronix.de> + Shuge <shuge@allwinnertech.com> + kevin@allwinnertech.com + Hans de Goede <hdegoede@redhat.com> + Randy Dunlap <rdunlap@infradead.org> + devicetree@vger.kernel.org + linux-doc@vger.kernel.org + linux-arm-kernel@lists.infradead.org + linux-kernel@vger.kernel.org + " dev@linux-sunxi.org\0" "\00:1\0" "b\0" "Hi Boris,\n" @@ -14,7 +29,7 @@ "think it would be good to have at least some to aid readability, \n" "considering these clocks are poorly documented on AW's material.\n" "\n" - "El 09/05/14 08:11, Boris BREZILLON escribi?:\n" + "El 09/05/14 08:11, Boris BREZILLON escribi\303\263:\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" @@ -407,4 +422,4 @@ "\n" Emilio -dccb0413fb9c3ae77d1851a77f7d3973d4a0b03049ae59df2502de676b8d8a5b +e6ff96105ae5e07f56bf1f10af67b42caac0aea3ceaea7e45e000a9939165d93
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.