All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20170105173301.GA27341@linaro.org>

diff --git a/a/1.txt b/N1/1.txt
index c669c58..5ef4f1e 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -836,15 +836,5 @@ Reviewed-by: Mathieu Poirier <mathieu.poirier@linaro.org>
 > 
 > _______________________________________________
 > linux-arm-kernel mailing list
-> linux-arm-kernel@lists.infradead.org
+> linux-arm-kernel at lists.infradead.org
 > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
-
--- 
-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 ecff0a3..9d6ddb7 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,21 +1,9 @@
  "ref\01483623809-29937-1-git-send-email-amelie.delaunay@st.com\0"
  "ref\01483623809-29937-4-git-send-email-amelie.delaunay@st.com\0"
- "From\0Mathieu Poirier <mathieu.poirier@linaro.org>\0"
- "Subject\0[rtc-linux] Re: [PATCHv3 3/8] rtc: add STM32 RTC driver\0"
+ "From\0mathieu.poirier@linaro.org (Mathieu Poirier)\0"
+ "Subject\0[PATCHv3 3/8] rtc: add STM32 RTC driver\0"
  "Date\0Thu, 5 Jan 2017 10:33:01 -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>
-  devicetree@vger.kernel.org
-  rtc-linux@googlegroups.com
-  linux-kernel@vger.kernel.org
-  Gabriel Fernandez <gabriel.fernandez@st.com>
- " linux-arm-kernel@lists.infradead.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On Thu, Jan 05, 2017 at 02:43:24PM +0100, Amelie Delaunay wrote:\n"
@@ -856,17 +844,7 @@
  "> \n"
  "> _______________________________________________\n"
  "> linux-arm-kernel mailing list\n"
- "> linux-arm-kernel@lists.infradead.org\n"
- "> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel\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.
+ "> linux-arm-kernel at lists.infradead.org\n"
+ > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
 
-c5bdefbe8ad5637f4a4f9c9aec953820f03fa8c3b391c3a8a4afd94841920b4d
+290568482cf7a1479054181942fe1ed3ffabeb527a8d1f2fa27c7d860363415a

diff --git a/a/1.txt b/N2/1.txt
index c669c58..f3a313f 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,7 +1,7 @@
 On Thu, Jan 05, 2017 at 02:43:24PM +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 Thu, Jan 05, 2017 at 02:43:24PM +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
 > + */
 > +
@@ -822,13 +822,13 @@ On Thu, Jan 05, 2017 at 02:43:24PM +0100, Amelie Delaunay wrote:
 > +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");
 
 Looks much better now.
 
-Reviewed-by: Mathieu Poirier <mathieu.poirier@linaro.org>
+Reviewed-by: Mathieu Poirier <mathieu.poirier-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
 
 > -- 
 > 1.9.1
@@ -836,15 +836,9 @@ Reviewed-by: Mathieu Poirier <mathieu.poirier@linaro.org>
 > 
 > _______________________________________________
 > linux-arm-kernel mailing list
-> linux-arm-kernel@lists.infradead.org
+> linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
 > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
-
--- 
-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.
+--
+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/N2/content_digest
index ecff0a3..adc8e8c 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,27 +1,28 @@
  "ref\01483623809-29937-1-git-send-email-amelie.delaunay@st.com\0"
  "ref\01483623809-29937-4-git-send-email-amelie.delaunay@st.com\0"
- "From\0Mathieu Poirier <mathieu.poirier@linaro.org>\0"
- "Subject\0[rtc-linux] Re: [PATCHv3 3/8] rtc: add STM32 RTC driver\0"
+ "ref\01483623809-29937-4-git-send-email-amelie.delaunay-qxv4g6HH51o@public.gmane.org\0"
+ "From\0Mathieu Poirier <mathieu.poirier-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0"
+ "Subject\0Re: [PATCHv3 3/8] rtc: add STM32 RTC driver\0"
  "Date\0Thu, 5 Jan 2017 10:33:01 -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>
-  devicetree@vger.kernel.org
-  rtc-linux@googlegroups.com
-  linux-kernel@vger.kernel.org
-  Gabriel Fernandez <gabriel.fernandez@st.com>
- " linux-arm-kernel@lists.infradead.org\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>
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  rtc-linux-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
+  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  Gabriel Fernandez <gabriel.fernandez-qxv4g6HH51o@public.gmane.org>
+ " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0"
  "\00:1\0"
  "b\0"
  "On Thu, Jan 05, 2017 at 02:43:24PM +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"
@@ -842,13 +843,13 @@
  "> +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"
  "Looks much better now.\n"
  "\n"
- "Reviewed-by: Mathieu Poirier <mathieu.poirier@linaro.org>\n"
+ "Reviewed-by: Mathieu Poirier <mathieu.poirier-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\n"
  "\n"
  "> -- \n"
  "> 1.9.1\n"
@@ -856,17 +857,11 @@
  "> \n"
  "> _______________________________________________\n"
  "> linux-arm-kernel mailing list\n"
- "> linux-arm-kernel@lists.infradead.org\n"
+ "> linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\n"
  "> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel\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.
+ "--\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
 
-c5bdefbe8ad5637f4a4f9c9aec953820f03fa8c3b391c3a8a4afd94841920b4d
+3220b9121993e440c80b32b474e5a281b7a069703d0696b96b6a3728e26bd5f2

diff --git a/a/1.txt b/N3/1.txt
index c669c58..fee7493 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -838,13 +838,3 @@ Reviewed-by: Mathieu Poirier <mathieu.poirier@linaro.org>
 > linux-arm-kernel mailing list
 > linux-arm-kernel@lists.infradead.org
 > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
-
--- 
-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 ecff0a3..d095c30 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -1,7 +1,7 @@
  "ref\01483623809-29937-1-git-send-email-amelie.delaunay@st.com\0"
  "ref\01483623809-29937-4-git-send-email-amelie.delaunay@st.com\0"
  "From\0Mathieu Poirier <mathieu.poirier@linaro.org>\0"
- "Subject\0[rtc-linux] Re: [PATCHv3 3/8] rtc: add STM32 RTC driver\0"
+ "Subject\0Re: [PATCHv3 3/8] rtc: add STM32 RTC driver\0"
  "Date\0Thu, 5 Jan 2017 10:33:01 -0700\0"
  "To\0Amelie Delaunay <amelie.delaunay@st.com>\0"
  "Cc\0Alessandro Zummo <a.zummo@towertech.it>"
@@ -857,16 +857,6 @@
  "> _______________________________________________\n"
  "> linux-arm-kernel mailing list\n"
  "> linux-arm-kernel@lists.infradead.org\n"
- "> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel\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.
+ > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
 
-c5bdefbe8ad5637f4a4f9c9aec953820f03fa8c3b391c3a8a4afd94841920b4d
+21d2a699be99170bf1e6c43bf259d36d5969fee879ce25342d899b856cf99f88

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.