All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <55329D45.2080001@kernel.org>

diff --git a/a/1.txt b/N1/1.txt
index 3579b8a..f860887 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -6,9 +6,9 @@ On 17/04/15 11:50, Irina Tirdea wrote:
 > This patch adds support only for the magnetometer part.
 > 
 > The temperature compensation formulas are based on bmm050_api.c
-> authored by contact@bosch.sensortec.com.
+> authored by contact-oifgY8usX4GOK76mbL0HZ+jAqQFK86Wj@public.gmane.org
 > 
-> Signed-off-by: Irina Tirdea <irina.tirdea@intel.com>
+> Signed-off-by: Irina Tirdea <irina.tirdea-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
 Generally looks good, but a few odd bits and pieces...
 Quite a few places you use regmap_update_bits to write with a mask of 0xFF
 which seems odd..
@@ -65,7 +65,7 @@ Various other bits inline.
 > + *
 > + * Copyright (c) 2015, Intel Corporation.
 > + *
-> + * This code is based on bmm050_api.c authored by contact@bosch.sensortec.com:
+> + * This code is based on bmm050_api.c authored by contact-oifgY8usX4GOK76mbL0HZ0EOCMrvLtNR@public.gmane.org:
 > + *
 > + * (C) Copyright 2011~2014 Bosch Sensortec GmbH All Rights Reserved
 > + *
@@ -1154,7 +1154,7 @@ Nitpick. I'd not bother with the blank line here.
 > +
 > +module_i2c_driver(bmc150_magn_driver);
 > +
-> +MODULE_AUTHOR("Irina Tirdea <irina.tirdea@intel.com>");
+> +MODULE_AUTHOR("Irina Tirdea <irina.tirdea-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>");
 > +MODULE_LICENSE("GPL v2");
 > +MODULE_DESCRIPTION("BMC150 magnetometer driver");
 >
diff --git a/a/content_digest b/N1/content_digest
index 0f6b75c..202f077 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,20 +1,21 @@
  "ref\01429267830-13681-1-git-send-email-irina.tirdea@intel.com\0"
  "ref\01429267830-13681-3-git-send-email-irina.tirdea@intel.com\0"
- "From\0Jonathan Cameron <jic23@kernel.org>\0"
+ "ref\01429267830-13681-3-git-send-email-irina.tirdea-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org\0"
+ "From\0Jonathan Cameron <jic23-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0"
  "Subject\0Re: [PATCH 2/3] iio: magn: Add support for BMC150 magnetometer\0"
  "Date\0Sat, 18 Apr 2015 19:07:01 +0100\0"
- "To\0Irina Tirdea <irina.tirdea@intel.com>"
-  linux-iio@vger.kernel.org
- " devicetree@vger.kernel.org\0"
- "Cc\0linux-kernel@vger.kernel.org"
-  Hartmut Knaack <knaack.h@gmx.de>
-  Lars-Peter Clausen <lars@metafoo.de>
-  Peter Meerwald <pmeerw@pmeerw.net>
-  Rob Herring <robh+dt@kernel.org>
-  Pawel Moll <pawel.moll@arm.com>
-  Mark Rutland <mark.rutland@arm.com>
-  Ian Campbell <ijc+devicetree@hellion.org.uk>
- " Kumar Gala <galak@codeaurora.org>\0"
+ "To\0Irina Tirdea <irina.tirdea-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>"
+  linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+ " devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
+ "Cc\0linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
+  Hartmut Knaack <knaack.h-Mmb7MZpHnFY@public.gmane.org>
+  Lars-Peter Clausen <lars-Qo5EllUWu/uELgA04lAiVw@public.gmane.org>
+  Peter Meerwald <pmeerw-jW+XmwGofnusTnJN9+BGXg@public.gmane.org>
+  Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
+  Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>
+  Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>
+  Ian Campbell <ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>
+ " Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>\0"
  "\00:1\0"
  "b\0"
  "On 17/04/15 11:50, Irina Tirdea wrote:\n"
@@ -25,9 +26,9 @@
  "> This patch adds support only for the magnetometer part.\n"
  "> \n"
  "> The temperature compensation formulas are based on bmm050_api.c\n"
- "> authored by contact@bosch.sensortec.com.\n"
+ "> authored by contact-oifgY8usX4GOK76mbL0HZ+jAqQFK86Wj@public.gmane.org\n"
  "> \n"
- "> Signed-off-by: Irina Tirdea <irina.tirdea@intel.com>\n"
+ "> Signed-off-by: Irina Tirdea <irina.tirdea-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\n"
  "Generally looks good, but a few odd bits and pieces...\n"
  "Quite a few places you use regmap_update_bits to write with a mask of 0xFF\n"
  "which seems odd..\n"
@@ -84,7 +85,7 @@
  "> + *\n"
  "> + * Copyright (c) 2015, Intel Corporation.\n"
  "> + *\n"
- "> + * This code is based on bmm050_api.c authored by contact@bosch.sensortec.com:\n"
+ "> + * This code is based on bmm050_api.c authored by contact-oifgY8usX4GOK76mbL0HZ0EOCMrvLtNR@public.gmane.org:\n"
  "> + *\n"
  "> + * (C) Copyright 2011~2014 Bosch Sensortec GmbH All Rights Reserved\n"
  "> + *\n"
@@ -1173,9 +1174,9 @@
  "> +\n"
  "> +module_i2c_driver(bmc150_magn_driver);\n"
  "> +\n"
- "> +MODULE_AUTHOR(\"Irina Tirdea <irina.tirdea@intel.com>\");\n"
+ "> +MODULE_AUTHOR(\"Irina Tirdea <irina.tirdea-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\");\n"
  "> +MODULE_LICENSE(\"GPL v2\");\n"
  "> +MODULE_DESCRIPTION(\"BMC150 magnetometer driver\");\n"
  >
 
-9855b84a1155d04ee05870d69bf25ccba592d4c7196b2875c8a9f11ce6ecb763
+ff3eca4ad9f6e0e25b52cbbda6c6de73ee0a0af0f4b057788ba68ef9ea606adf

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.