diff for duplicates of <20161216190848.GB8879@linaro.org> diff --git a/a/1.txt b/N1/1.txt index c5eab22..3ceeb97 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -836,14 +836,4 @@ Doing 'ret = rtc->irq_alarm;' would prevent that from happening. > +MODULE_LICENSE("GPL v2"); > -- > 1.9.1 -> - --- -You received this message because you are subscribed to "rtc-linux". -Membership options at http://groups.google.com/group/rtc-linux . -Please read http://groups.google.com/group/rtc-linux/web/checklist -before submitting a driver. ---- -You received this message because you are subscribed to the Google Groups "rtc-linux" group. -To unsubscribe from this group and stop receiving emails from it, send an email to rtc-linux+unsubscribe@googlegroups.com. -For more options, visit https://groups.google.com/d/optout. +> diff --git a/a/content_digest b/N1/content_digest index 785f5ed..23859cc 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,21 +1,9 @@ "ref\01481878257-29163-1-git-send-email-amelie.delaunay@st.com\0" "ref\01481878257-29163-4-git-send-email-amelie.delaunay@st.com\0" - "From\0Mathieu Poirier <mathieu.poirier@linaro.org>\0" - "Subject\0[rtc-linux] Re: [PATCHv2 3/8] rtc: add STM32 RTC driver\0" + "From\0mathieu.poirier@linaro.org (Mathieu Poirier)\0" + "Subject\0[PATCHv2 3/8] rtc: add STM32 RTC driver\0" "Date\0Fri, 16 Dec 2016 12:08:48 -0700\0" - "To\0Amelie Delaunay <amelie.delaunay@st.com>\0" - "Cc\0Alessandro Zummo <a.zummo@towertech.it>" - Alexandre Belloni <alexandre.belloni@free-electrons.com> - Rob Herring <robh+dt@kernel.org> - Mark Rutland <mark.rutland@arm.com> - Maxime Coquelin <mcoquelin.stm32@gmail.com> - Alexandre Torgue <alexandre.torgue@st.com> - Russell King <linux@armlinux.org.uk> - rtc-linux@googlegroups.com - devicetree@vger.kernel.org - linux-arm-kernel@lists.infradead.org - linux-kernel@vger.kernel.org - " Gabriel Fernandez <gabriel.fernandez@st.com>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Fri, Dec 16, 2016 at 09:50:52AM +0100, Amelie Delaunay wrote:\n" @@ -856,16 +844,6 @@ "> +MODULE_LICENSE(\"GPL v2\");\n" "> -- \n" "> 1.9.1\n" - "> \n" - "\n" - "-- \n" - "You received this message because you are subscribed to \"rtc-linux\".\n" - "Membership options at http://groups.google.com/group/rtc-linux .\n" - "Please read http://groups.google.com/group/rtc-linux/web/checklist\n" - "before submitting a driver.\n" - "--- \n" - "You received this message because you are subscribed to the Google Groups \"rtc-linux\" group.\n" - "To unsubscribe from this group and stop receiving emails from it, send an email to rtc-linux+unsubscribe@googlegroups.com.\n" - For more options, visit https://groups.google.com/d/optout. + > -6d1d3d5342d70716edd11e004136044723856588fb2dc0c0af9231318c9d3e2e +1a6c54ebec433c67e44fe771a4c5024adbcb3803b8c7506b4faa06a253907766
diff --git a/a/1.txt b/N2/1.txt index c5eab22..68c6991 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,7 +1,7 @@ On Fri, Dec 16, 2016 at 09:50:52AM +0100, Amelie Delaunay wrote: > This patch adds support for the STM32 RTC. > -> Signed-off-by: Amelie Delaunay <amelie.delaunay@st.com> +> Signed-off-by: Amelie Delaunay <amelie.delaunay-qxv4g6HH51o@public.gmane.org> > --- > drivers/rtc/Kconfig | 11 + > drivers/rtc/Makefile | 1 + @@ -51,7 +51,7 @@ On Fri, Dec 16, 2016 at 09:50:52AM +0100, Amelie Delaunay wrote: > @@ -0,0 +1,776 @@ > +/* > + * Copyright (C) Amelie Delaunay 2016 -> + * Author: Amelie Delaunay <amelie.delaunay@st.com> +> + * Author: Amelie Delaunay <amelie.delaunay-qxv4g6HH51o@public.gmane.org> > + * License terms: GNU General Public License (GPL), version 2 > + */ > + @@ -831,7 +831,7 @@ Doing 'ret = rtc->irq_alarm;' would prevent that from happening. > +module_platform_driver(stm32_rtc_driver); > + > +MODULE_ALIAS("platform:" DRIVER_NAME); -> +MODULE_AUTHOR("Amelie Delaunay <amelie.delaunay@st.com>"); +> +MODULE_AUTHOR("Amelie Delaunay <amelie.delaunay-qxv4g6HH51o@public.gmane.org>"); > +MODULE_DESCRIPTION("STMicroelectronics STM32 Real Time Clock driver"); > +MODULE_LICENSE("GPL v2"); > -- @@ -845,5 +845,5 @@ Please read http://groups.google.com/group/rtc-linux/web/checklist before submitting a driver. --- You received this message because you are subscribed to the Google Groups "rtc-linux" group. -To unsubscribe from this group and stop receiving emails from it, send an email to rtc-linux+unsubscribe@googlegroups.com. +To unsubscribe from this group and stop receiving emails from it, send an email to rtc-linux+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/d/optout. diff --git a/a/content_digest b/N2/content_digest index 785f5ed..8221a66 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,27 +1,28 @@ "ref\01481878257-29163-1-git-send-email-amelie.delaunay@st.com\0" "ref\01481878257-29163-4-git-send-email-amelie.delaunay@st.com\0" - "From\0Mathieu Poirier <mathieu.poirier@linaro.org>\0" - "Subject\0[rtc-linux] Re: [PATCHv2 3/8] rtc: add STM32 RTC driver\0" + "ref\01481878257-29163-4-git-send-email-amelie.delaunay-qxv4g6HH51o@public.gmane.org\0" + "From\0Mathieu Poirier <mathieu.poirier-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0" + "Subject\0Re: [PATCHv2 3/8] rtc: add STM32 RTC driver\0" "Date\0Fri, 16 Dec 2016 12:08:48 -0700\0" - "To\0Amelie Delaunay <amelie.delaunay@st.com>\0" - "Cc\0Alessandro Zummo <a.zummo@towertech.it>" - Alexandre Belloni <alexandre.belloni@free-electrons.com> - Rob Herring <robh+dt@kernel.org> - Mark Rutland <mark.rutland@arm.com> - Maxime Coquelin <mcoquelin.stm32@gmail.com> - Alexandre Torgue <alexandre.torgue@st.com> - Russell King <linux@armlinux.org.uk> - rtc-linux@googlegroups.com - devicetree@vger.kernel.org - linux-arm-kernel@lists.infradead.org - linux-kernel@vger.kernel.org - " Gabriel Fernandez <gabriel.fernandez@st.com>\0" + "To\0Amelie Delaunay <amelie.delaunay-qxv4g6HH51o@public.gmane.org>\0" + "Cc\0Alessandro Zummo <a.zummo-BfzFCNDTiLLj+vYz1yj4TQ@public.gmane.org>" + Alexandre Belloni <alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> + Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> + Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> + Maxime Coquelin <mcoquelin.stm32-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> + Alexandre Torgue <alexandre.torgue-qxv4g6HH51o@public.gmane.org> + Russell King <linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org> + rtc-linux-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + " Gabriel Fernandez <gabriel.fernandez-qxv4g6HH51o@public.gmane.org>\0" "\00:1\0" "b\0" "On Fri, Dec 16, 2016 at 09:50:52AM +0100, Amelie Delaunay wrote:\n" "> This patch adds support for the STM32 RTC.\n" "> \n" - "> Signed-off-by: Amelie Delaunay <amelie.delaunay@st.com>\n" + "> Signed-off-by: Amelie Delaunay <amelie.delaunay-qxv4g6HH51o@public.gmane.org>\n" "> ---\n" "> drivers/rtc/Kconfig | 11 +\n" "> drivers/rtc/Makefile | 1 +\n" @@ -71,7 +72,7 @@ "> @@ -0,0 +1,776 @@\n" "> +/*\n" "> + * Copyright (C) Amelie Delaunay 2016\n" - "> + * Author: Amelie Delaunay <amelie.delaunay@st.com>\n" + "> + * Author: Amelie Delaunay <amelie.delaunay-qxv4g6HH51o@public.gmane.org>\n" "> + * License terms: GNU General Public License (GPL), version 2\n" "> + */\n" "> +\n" @@ -851,7 +852,7 @@ "> +module_platform_driver(stm32_rtc_driver);\n" "> +\n" "> +MODULE_ALIAS(\"platform:\" DRIVER_NAME);\n" - "> +MODULE_AUTHOR(\"Amelie Delaunay <amelie.delaunay@st.com>\");\n" + "> +MODULE_AUTHOR(\"Amelie Delaunay <amelie.delaunay-qxv4g6HH51o@public.gmane.org>\");\n" "> +MODULE_DESCRIPTION(\"STMicroelectronics STM32 Real Time Clock driver\");\n" "> +MODULE_LICENSE(\"GPL v2\");\n" "> -- \n" @@ -865,7 +866,7 @@ "before submitting a driver.\n" "--- \n" "You received this message because you are subscribed to the Google Groups \"rtc-linux\" group.\n" - "To unsubscribe from this group and stop receiving emails from it, send an email to rtc-linux+unsubscribe@googlegroups.com.\n" + "To unsubscribe from this group and stop receiving emails from it, send an email to rtc-linux+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org\n" For more options, visit https://groups.google.com/d/optout. -6d1d3d5342d70716edd11e004136044723856588fb2dc0c0af9231318c9d3e2e +1f86dd1fc65f028f70598ae20a94f9803b4f2c8a70d6b2bb2d9500e36973a5e5
diff --git a/a/1.txt b/N3/1.txt index c5eab22..3ceeb97 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -836,14 +836,4 @@ Doing 'ret = rtc->irq_alarm;' would prevent that from happening. > +MODULE_LICENSE("GPL v2"); > -- > 1.9.1 -> - --- -You received this message because you are subscribed to "rtc-linux". -Membership options at http://groups.google.com/group/rtc-linux . -Please read http://groups.google.com/group/rtc-linux/web/checklist -before submitting a driver. ---- -You received this message because you are subscribed to the Google Groups "rtc-linux" group. -To unsubscribe from this group and stop receiving emails from it, send an email to rtc-linux+unsubscribe@googlegroups.com. -For more options, visit https://groups.google.com/d/optout. +> diff --git a/a/content_digest b/N3/content_digest index 785f5ed..74d6de8 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -1,7 +1,7 @@ "ref\01481878257-29163-1-git-send-email-amelie.delaunay@st.com\0" "ref\01481878257-29163-4-git-send-email-amelie.delaunay@st.com\0" "From\0Mathieu Poirier <mathieu.poirier@linaro.org>\0" - "Subject\0[rtc-linux] Re: [PATCHv2 3/8] rtc: add STM32 RTC driver\0" + "Subject\0Re: [PATCHv2 3/8] rtc: add STM32 RTC driver\0" "Date\0Fri, 16 Dec 2016 12:08:48 -0700\0" "To\0Amelie Delaunay <amelie.delaunay@st.com>\0" "Cc\0Alessandro Zummo <a.zummo@towertech.it>" @@ -856,16 +856,6 @@ "> +MODULE_LICENSE(\"GPL v2\");\n" "> -- \n" "> 1.9.1\n" - "> \n" - "\n" - "-- \n" - "You received this message because you are subscribed to \"rtc-linux\".\n" - "Membership options at http://groups.google.com/group/rtc-linux .\n" - "Please read http://groups.google.com/group/rtc-linux/web/checklist\n" - "before submitting a driver.\n" - "--- \n" - "You received this message because you are subscribed to the Google Groups \"rtc-linux\" group.\n" - "To unsubscribe from this group and stop receiving emails from it, send an email to rtc-linux+unsubscribe@googlegroups.com.\n" - For more options, visit https://groups.google.com/d/optout. + > -6d1d3d5342d70716edd11e004136044723856588fb2dc0c0af9231318c9d3e2e +09c02d7e641933b4756b67d9c82a04058645e9f6baaa465d457ec2e038238ae6
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.