All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20101019180805.GA31594@ericsson.com>

diff --git a/a/1.txt b/N1/1.txt
index eefdb40..417538e 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -8,8 +8,8 @@ On Tue, Oct 19, 2010 at 01:06:47PM -0400, Jean Delvare wrote:
 > > The driver is modeled as single channel I2C Multiplexer to be able to utilize
 > > the I2C multiplexer framework.
 > >
-> > Signed-off-by: Guenter Roeck <guenter.roeck-IzeFyvvaP7pWk0Htik3J/w@public.gmane.org>
-> > Reviewed-by: Tom Grennan <tom.grennan-IzeFyvvaP7pWk0Htik3J/w@public.gmane.org>
+> > Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
+> > Reviewed-by: Tom Grennan <tom.grennan@ericsson.com>
 > > ---
 > > v2 changes:
 > > - Added more detailed description and reasoning why the driver was implemented
@@ -95,7 +95,7 @@ PCA9541 and pca9541 in the comments, which is not really clean.
 > > + *
 > > + * Copyright (c) 2010 Ericsson AB.
 > > + *
-> > + * Author: Guenter Roeck <guenter.roeck-IzeFyvvaP7pWk0Htik3J/w@public.gmane.org>
+> > + * Author: Guenter Roeck <guenter.roeck@ericsson.com>
 > > + *
 > > + * Derived from:
 > > + *  driver/i2c/muxes/pca954x.c
@@ -106,8 +106,8 @@ PCA9541 and pca9541 in the comments, which is not really clean.
 Ok.
 
 > > + *
-> > + *  Copyright (c) 2008-2009 Rodolfo Giometti <giometti-k2GhghHVRtY@public.gmane.org>
-> > + *  Copyright (c) 2008-2009 Eurotech S.p.A. <info-ymFC7zkAqBI1GQ1Ptb7lUw@public.gmane.org>
+> > + *  Copyright (c) 2008-2009 Rodolfo Giometti <giometti@linux.it>
+> > + *  Copyright (c) 2008-2009 Eurotech S.p.A. <info@eurotech.it>
 > > + *
 > > + * This file is licensed under the terms of the GNU General Public
 > > + * License version 2. This program is licensed "as is" without any
@@ -646,7 +646,7 @@ Makes sense. I'll do that.
 > > +module_init(pca9541_init);
 > > +module_exit(pca9541_exit);
 > > +
-> > +MODULE_AUTHOR("Guenter Roeck <guenter.roeck-IzeFyvvaP7pWk0Htik3J/w@public.gmane.org>");
+> > +MODULE_AUTHOR("Guenter Roeck <guenter.roeck@ericsson.com>");
 > > +MODULE_DESCRIPTION("PCA9541 I2C master selector driver");
 > > +MODULE_LICENSE("GPL v2");
 > 
diff --git a/a/content_digest b/N1/content_digest
index ba7cbd3..7baaba0 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,14 +1,13 @@
  "ref\01286932516-20689-1-git-send-email-guenter.roeck@ericsson.com\0"
  "ref\020101019190647.314302e7@endymion.delvare\0"
- "ref\020101019190647.314302e7-R0o5gVi9kd7kN2dkZ6Wm7A@public.gmane.org\0"
- "From\0Guenter Roeck <guenter.roeck-IzeFyvvaP7pWk0Htik3J/w@public.gmane.org>\0"
+ "From\0Guenter Roeck <guenter.roeck@ericsson.com>\0"
  "Subject\0Re: [PATCH v2] i2c/mux: Driver for PCA9541 I2C Master Selector\0"
  "Date\0Tue, 19 Oct 2010 11:08:05 -0700\0"
- "To\0Jean Delvare <khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org>\0"
- "Cc\0Ben Dooks <ben-linux-elnMNo+KYs3YtjvyW6yDsg@public.gmane.org>"
-  Rodolfo Giometti <giometti-k2GhghHVRtY@public.gmane.org>
-  linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
- " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>\0"
+ "To\0Jean Delvare <khali@linux-fr.org>\0"
+ "Cc\0Ben Dooks <ben-linux@fluff.org>"
+  Rodolfo Giometti <giometti@linux.it>
+  linux-i2c@vger.kernel.org <linux-i2c@vger.kernel.org>
+ " linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>\0"
  "\00:1\0"
  "b\0"
  "Hi Jean,\n"
@@ -21,8 +20,8 @@
  "> > The driver is modeled as single channel I2C Multiplexer to be able to utilize\n"
  "> > the I2C multiplexer framework.\n"
  "> >\n"
- "> > Signed-off-by: Guenter Roeck <guenter.roeck-IzeFyvvaP7pWk0Htik3J/w@public.gmane.org>\n"
- "> > Reviewed-by: Tom Grennan <tom.grennan-IzeFyvvaP7pWk0Htik3J/w@public.gmane.org>\n"
+ "> > Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>\n"
+ "> > Reviewed-by: Tom Grennan <tom.grennan@ericsson.com>\n"
  "> > ---\n"
  "> > v2 changes:\n"
  "> > - Added more detailed description and reasoning why the driver was implemented\n"
@@ -108,7 +107,7 @@
  "> > + *\n"
  "> > + * Copyright (c) 2010 Ericsson AB.\n"
  "> > + *\n"
- "> > + * Author: Guenter Roeck <guenter.roeck-IzeFyvvaP7pWk0Htik3J/w@public.gmane.org>\n"
+ "> > + * Author: Guenter Roeck <guenter.roeck@ericsson.com>\n"
  "> > + *\n"
  "> > + * Derived from:\n"
  "> > + *  driver/i2c/muxes/pca954x.c\n"
@@ -119,8 +118,8 @@
  "Ok.\n"
  "\n"
  "> > + *\n"
- "> > + *  Copyright (c) 2008-2009 Rodolfo Giometti <giometti-k2GhghHVRtY@public.gmane.org>\n"
- "> > + *  Copyright (c) 2008-2009 Eurotech S.p.A. <info-ymFC7zkAqBI1GQ1Ptb7lUw@public.gmane.org>\n"
+ "> > + *  Copyright (c) 2008-2009 Rodolfo Giometti <giometti@linux.it>\n"
+ "> > + *  Copyright (c) 2008-2009 Eurotech S.p.A. <info@eurotech.it>\n"
  "> > + *\n"
  "> > + * This file is licensed under the terms of the GNU General Public\n"
  "> > + * License version 2. This program is licensed \"as is\" without any\n"
@@ -659,7 +658,7 @@
  "> > +module_init(pca9541_init);\n"
  "> > +module_exit(pca9541_exit);\n"
  "> > +\n"
- "> > +MODULE_AUTHOR(\"Guenter Roeck <guenter.roeck-IzeFyvvaP7pWk0Htik3J/w@public.gmane.org>\");\n"
+ "> > +MODULE_AUTHOR(\"Guenter Roeck <guenter.roeck@ericsson.com>\");\n"
  "> > +MODULE_DESCRIPTION(\"PCA9541 I2C master selector driver\");\n"
  "> > +MODULE_LICENSE(\"GPL v2\");\n"
  "> \n"
@@ -667,4 +666,4 @@
  "> --\n"
  > Jean Delvare
 
-48d4b26803426c5676268fd7c165793f86b44493364b54c1bcb6ca783a63bc56
+7b949b095d690e9d69aa78355c72ef22bd2189f646e731950646fe88de5e394f

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.