All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20151013073449.GU17172@x1>

diff --git a/a/1.txt b/N1/1.txt
index 24f5bef..2ac637e 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -12,7 +12,7 @@ On Mon, 12 Oct 2015, Andrew F. Davis wrote:
 > >>>  - Regulators
 > >>>  - GPIO controller
 > >>>
-> >>>Signed-off-by: Andrew F. Davis <afd-l0cyMroinI0@public.gmane.org>
+> >>>Signed-off-by: Andrew F. Davis <afd@ti.com>
 > >>>---
 > >>>  drivers/mfd/Kconfig          |  25 ++++
 > >>>  drivers/mfd/Makefile         |   3 +
@@ -31,7 +31,7 @@ On Mon, 12 Oct 2015, Andrew F. Davis wrote:
 > >Whoops, I forgot about the removal patch.
 > >
 > >For this patch:
-> >   Acked-by: Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
+> >   Acked-by: Lee Jones <lee.jones@linaro.org>
 > >
 > >Can you break up the removal patch into subsystems as well?
 > >
@@ -107,7 +107,7 @@ I'll do the rest.
 > >>>+ *
 > >>>+ * Copyright (C) 2015 Texas Instruments Incorporated - http://www.ti.com/
 > >>>+ *
-> >>>+ * Author: Andrew F. Davis <afd-l0cyMroinI0@public.gmane.org>
+> >>>+ * Author: Andrew F. Davis <afd@ti.com>
 > >>>+ *
 > >>>+ * This program is free software; you can redistribute it and/or
 > >>>+ * modify it under the terms of the GNU General Public License version 2 as
@@ -119,7 +119,7 @@ I'll do the rest.
 > >>>+ * GNU General Public License version 2 for more details.
 > >>>+ *
 > >>>+ * Based on the TPS65218 driver and the previous TPS65912 driver by
-> >>>+ * Margarita Olaya Cabrera <magi-kDsPt+C1G03kYMGBc/C6ZA@public.gmane.org>
+> >>>+ * Margarita Olaya Cabrera <magi@slimlogic.co.uk>
 > >>>+ */
 > >>>+
 > >>>+#include <linux/interrupt.h>
@@ -207,7 +207,7 @@ I'll do the rest.
 > >>>+}
 > >>>+EXPORT_SYMBOL_GPL(tps65912_device_exit);
 > >>>+
-> >>>+MODULE_AUTHOR("Andrew F. Davis <afd-l0cyMroinI0@public.gmane.org>");
+> >>>+MODULE_AUTHOR("Andrew F. Davis <afd@ti.com>");
 > >>>+MODULE_DESCRIPTION("TPS65912x MFD Driver");
 > >>>+MODULE_LICENSE("GPL v2");
 > >>>diff --git a/drivers/mfd/tps65912-i2c.c b/drivers/mfd/tps65912-i2c.c
@@ -221,7 +221,7 @@ I'll do the rest.
 > >>>+ *
 > >>>+ * Copyright (C) 2015 Texas Instruments Incorporated - http://www.ti.com/
 > >>>+ *
-> >>>+ * Author: Andrew F. Davis <afd-l0cyMroinI0@public.gmane.org>
+> >>>+ * Author: Andrew F. Davis <afd@ti.com>
 > >>>+ *
 > >>>+ * This program is free software; you can redistribute it and/or
 > >>>+ * modify it under the terms of the GNU General Public License version 2 as
@@ -233,7 +233,7 @@ I'll do the rest.
 > >>>+ * GNU General Public License version 2 for more details.
 > >>>+ *
 > >>>+ * Based on the TPS65218 driver and the previous TPS65912 driver by
-> >>>+ * Margarita Olaya Cabrera <magi-kDsPt+C1G03kYMGBc/C6ZA@public.gmane.org>
+> >>>+ * Margarita Olaya Cabrera <magi@slimlogic.co.uk>
 > >>>+ */
 > >>>+
 > >>>+#include <linux/i2c.h>
@@ -295,7 +295,7 @@ I'll do the rest.
 > >>>+
 > >>>+module_i2c_driver(tps65912_i2c_driver);
 > >>>+
-> >>>+MODULE_AUTHOR("Andrew F. Davis <afd-l0cyMroinI0@public.gmane.org>");
+> >>>+MODULE_AUTHOR("Andrew F. Davis <afd@ti.com>");
 > >>>+MODULE_DESCRIPTION("TPS65912x I2C Interface Driver");
 > >>>+MODULE_LICENSE("GPL v2");
 > >>>diff --git a/drivers/mfd/tps65912-spi.c b/drivers/mfd/tps65912-spi.c
@@ -309,7 +309,7 @@ I'll do the rest.
 > >>>+ *
 > >>>+ * Copyright (C) 2015 Texas Instruments Incorporated - http://www.ti.com/
 > >>>+ *
-> >>>+ * Author: Andrew F. Davis <afd-l0cyMroinI0@public.gmane.org>
+> >>>+ * Author: Andrew F. Davis <afd@ti.com>
 > >>>+ *
 > >>>+ * This program is free software; you can redistribute it and/or
 > >>>+ * modify it under the terms of the GNU General Public License version 2 as
@@ -321,7 +321,7 @@ I'll do the rest.
 > >>>+ * GNU General Public License version 2 for more details.
 > >>>+ *
 > >>>+ * Based on the TPS65218 driver and the previous TPS65912 driver by
-> >>>+ * Margarita Olaya Cabrera <magi-kDsPt+C1G03kYMGBc/C6ZA@public.gmane.org>
+> >>>+ * Margarita Olaya Cabrera <magi@slimlogic.co.uk>
 > >>>+ */
 > >>>+
 > >>>+#include <linux/module.h>
@@ -382,7 +382,7 @@ I'll do the rest.
 > >>>+
 > >>>+module_spi_driver(tps65912_spi_driver);
 > >>>+
-> >>>+MODULE_AUTHOR("Andrew F. Davis <afd-l0cyMroinI0@public.gmane.org>");
+> >>>+MODULE_AUTHOR("Andrew F. Davis <afd@ti.com>");
 > >>>+MODULE_DESCRIPTION("TPS65912x SPI Interface Driver");
 > >>>+MODULE_LICENSE("GPL v2");
 > >>>diff --git a/include/linux/mfd/tps65912.h b/include/linux/mfd/tps65912.h
@@ -396,7 +396,7 @@ I'll do the rest.
 > >>>+ *
 > >>>+ * Copyright (C) 2015 Texas Instruments Incorporated - http://www.ti.com/
 > >>>+ *
-> >>>+ * Author: Andrew F. Davis <afd-l0cyMroinI0@public.gmane.org>
+> >>>+ * Author: Andrew F. Davis <afd@ti.com>
 > >>>+ *
 > >>>+ * This program is free software; you can redistribute it and/or
 > >>>+ * modify it under the terms of the GNU General Public License version 2 as
@@ -408,7 +408,7 @@ I'll do the rest.
 > >>>+ * GNU General Public License version 2 for more details.
 > >>>+ *
 > >>>+ * Based on the TPS65218 driver and the previous TPS65912 driver by
-> >>>+ * Margarita Olaya Cabrera <magi-kDsPt+C1G03kYMGBc/C6ZA@public.gmane.org>
+> >>>+ * Margarita Olaya Cabrera <magi@slimlogic.co.uk>
 > >>>+ */
 > >>>+
 > >>>+#ifndef __LINUX_MFD_TPS65912_H
@@ -745,7 +745,3 @@ Lee Jones
 Linaro STMicroelectronics Landing Team Lead
 Linaro.org │ Open source software for ARM SoCs
 Follow Linaro: Facebook | Twitter | Blog
---
-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 27fb83f..ca8365b 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -3,21 +3,20 @@
  "ref\020151005092423.GD3243@x1\0"
  "ref\020151005092718.GE3243@x1\0"
  "ref\0561BCC8A.3090402@ti.com\0"
- "ref\0561BCC8A.3090402-l0cyMroinI0@public.gmane.org\0"
- "From\0Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0"
+ "From\0Lee Jones <lee.jones@linaro.org>\0"
  "Subject\0Re: [PATCH v4 3/5] mfd: tps65912: Add driver for the TPS65912 PMIC\0"
  "Date\0Tue, 13 Oct 2015 08:34:49 +0100\0"
- "To\0Andrew F. Davis <afd-l0cyMroinI0@public.gmane.org>\0"
- "Cc\0Rob 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>
-  Mark Brown <broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
-  Alexandre Courbot <gnurou-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
-  Grygorii Strashko <grygorii.strashko-l0cyMroinI0@public.gmane.org>
-  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
- " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
+ "To\0Andrew F. Davis <afd@ti.com>\0"
+ "Cc\0Rob 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>
+  Mark Brown <broonie@kernel.org>
+  Alexandre Courbot <gnurou@gmail.com>
+  Grygorii Strashko <grygorii.strashko@ti.com>
+  devicetree@vger.kernel.org
+ " linux-kernel@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "On Mon, 12 Oct 2015, Andrew F. Davis wrote:\n"
@@ -34,7 +33,7 @@
  "> >>>  - Regulators\n"
  "> >>>  - GPIO controller\n"
  "> >>>\n"
- "> >>>Signed-off-by: Andrew F. Davis <afd-l0cyMroinI0@public.gmane.org>\n"
+ "> >>>Signed-off-by: Andrew F. Davis <afd@ti.com>\n"
  "> >>>---\n"
  "> >>>  drivers/mfd/Kconfig          |  25 ++++\n"
  "> >>>  drivers/mfd/Makefile         |   3 +\n"
@@ -53,7 +52,7 @@
  "> >Whoops, I forgot about the removal patch.\n"
  "> >\n"
  "> >For this patch:\n"
- "> >   Acked-by: Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\n"
+ "> >   Acked-by: Lee Jones <lee.jones@linaro.org>\n"
  "> >\n"
  "> >Can you break up the removal patch into subsystems as well?\n"
  "> >\n"
@@ -129,7 +128,7 @@
  "> >>>+ *\n"
  "> >>>+ * Copyright (C) 2015 Texas Instruments Incorporated - http://www.ti.com/\n"
  "> >>>+ *\n"
- "> >>>+ * Author: Andrew F. Davis <afd-l0cyMroinI0@public.gmane.org>\n"
+ "> >>>+ * Author: Andrew F. Davis <afd@ti.com>\n"
  "> >>>+ *\n"
  "> >>>+ * This program is free software; you can redistribute it and/or\n"
  "> >>>+ * modify it under the terms of the GNU General Public License version 2 as\n"
@@ -141,7 +140,7 @@
  "> >>>+ * GNU General Public License version 2 for more details.\n"
  "> >>>+ *\n"
  "> >>>+ * Based on the TPS65218 driver and the previous TPS65912 driver by\n"
- "> >>>+ * Margarita Olaya Cabrera <magi-kDsPt+C1G03kYMGBc/C6ZA@public.gmane.org>\n"
+ "> >>>+ * Margarita Olaya Cabrera <magi@slimlogic.co.uk>\n"
  "> >>>+ */\n"
  "> >>>+\n"
  "> >>>+#include <linux/interrupt.h>\n"
@@ -229,7 +228,7 @@
  "> >>>+}\n"
  "> >>>+EXPORT_SYMBOL_GPL(tps65912_device_exit);\n"
  "> >>>+\n"
- "> >>>+MODULE_AUTHOR(\"Andrew F. Davis <afd-l0cyMroinI0@public.gmane.org>\");\n"
+ "> >>>+MODULE_AUTHOR(\"Andrew F. Davis <afd@ti.com>\");\n"
  "> >>>+MODULE_DESCRIPTION(\"TPS65912x MFD Driver\");\n"
  "> >>>+MODULE_LICENSE(\"GPL v2\");\n"
  "> >>>diff --git a/drivers/mfd/tps65912-i2c.c b/drivers/mfd/tps65912-i2c.c\n"
@@ -243,7 +242,7 @@
  "> >>>+ *\n"
  "> >>>+ * Copyright (C) 2015 Texas Instruments Incorporated - http://www.ti.com/\n"
  "> >>>+ *\n"
- "> >>>+ * Author: Andrew F. Davis <afd-l0cyMroinI0@public.gmane.org>\n"
+ "> >>>+ * Author: Andrew F. Davis <afd@ti.com>\n"
  "> >>>+ *\n"
  "> >>>+ * This program is free software; you can redistribute it and/or\n"
  "> >>>+ * modify it under the terms of the GNU General Public License version 2 as\n"
@@ -255,7 +254,7 @@
  "> >>>+ * GNU General Public License version 2 for more details.\n"
  "> >>>+ *\n"
  "> >>>+ * Based on the TPS65218 driver and the previous TPS65912 driver by\n"
- "> >>>+ * Margarita Olaya Cabrera <magi-kDsPt+C1G03kYMGBc/C6ZA@public.gmane.org>\n"
+ "> >>>+ * Margarita Olaya Cabrera <magi@slimlogic.co.uk>\n"
  "> >>>+ */\n"
  "> >>>+\n"
  "> >>>+#include <linux/i2c.h>\n"
@@ -317,7 +316,7 @@
  "> >>>+\n"
  "> >>>+module_i2c_driver(tps65912_i2c_driver);\n"
  "> >>>+\n"
- "> >>>+MODULE_AUTHOR(\"Andrew F. Davis <afd-l0cyMroinI0@public.gmane.org>\");\n"
+ "> >>>+MODULE_AUTHOR(\"Andrew F. Davis <afd@ti.com>\");\n"
  "> >>>+MODULE_DESCRIPTION(\"TPS65912x I2C Interface Driver\");\n"
  "> >>>+MODULE_LICENSE(\"GPL v2\");\n"
  "> >>>diff --git a/drivers/mfd/tps65912-spi.c b/drivers/mfd/tps65912-spi.c\n"
@@ -331,7 +330,7 @@
  "> >>>+ *\n"
  "> >>>+ * Copyright (C) 2015 Texas Instruments Incorporated - http://www.ti.com/\n"
  "> >>>+ *\n"
- "> >>>+ * Author: Andrew F. Davis <afd-l0cyMroinI0@public.gmane.org>\n"
+ "> >>>+ * Author: Andrew F. Davis <afd@ti.com>\n"
  "> >>>+ *\n"
  "> >>>+ * This program is free software; you can redistribute it and/or\n"
  "> >>>+ * modify it under the terms of the GNU General Public License version 2 as\n"
@@ -343,7 +342,7 @@
  "> >>>+ * GNU General Public License version 2 for more details.\n"
  "> >>>+ *\n"
  "> >>>+ * Based on the TPS65218 driver and the previous TPS65912 driver by\n"
- "> >>>+ * Margarita Olaya Cabrera <magi-kDsPt+C1G03kYMGBc/C6ZA@public.gmane.org>\n"
+ "> >>>+ * Margarita Olaya Cabrera <magi@slimlogic.co.uk>\n"
  "> >>>+ */\n"
  "> >>>+\n"
  "> >>>+#include <linux/module.h>\n"
@@ -404,7 +403,7 @@
  "> >>>+\n"
  "> >>>+module_spi_driver(tps65912_spi_driver);\n"
  "> >>>+\n"
- "> >>>+MODULE_AUTHOR(\"Andrew F. Davis <afd-l0cyMroinI0@public.gmane.org>\");\n"
+ "> >>>+MODULE_AUTHOR(\"Andrew F. Davis <afd@ti.com>\");\n"
  "> >>>+MODULE_DESCRIPTION(\"TPS65912x SPI Interface Driver\");\n"
  "> >>>+MODULE_LICENSE(\"GPL v2\");\n"
  "> >>>diff --git a/include/linux/mfd/tps65912.h b/include/linux/mfd/tps65912.h\n"
@@ -418,7 +417,7 @@
  "> >>>+ *\n"
  "> >>>+ * Copyright (C) 2015 Texas Instruments Incorporated - http://www.ti.com/\n"
  "> >>>+ *\n"
- "> >>>+ * Author: Andrew F. Davis <afd-l0cyMroinI0@public.gmane.org>\n"
+ "> >>>+ * Author: Andrew F. Davis <afd@ti.com>\n"
  "> >>>+ *\n"
  "> >>>+ * This program is free software; you can redistribute it and/or\n"
  "> >>>+ * modify it under the terms of the GNU General Public License version 2 as\n"
@@ -430,7 +429,7 @@
  "> >>>+ * GNU General Public License version 2 for more details.\n"
  "> >>>+ *\n"
  "> >>>+ * Based on the TPS65218 driver and the previous TPS65912 driver by\n"
- "> >>>+ * Margarita Olaya Cabrera <magi-kDsPt+C1G03kYMGBc/C6ZA@public.gmane.org>\n"
+ "> >>>+ * Margarita Olaya Cabrera <magi@slimlogic.co.uk>\n"
  "> >>>+ */\n"
  "> >>>+\n"
  "> >>>+#ifndef __LINUX_MFD_TPS65912_H\n"
@@ -766,10 +765,6 @@
  "Lee Jones\n"
  "Linaro STMicroelectronics Landing Team Lead\n"
  "Linaro.org \342\224\202 Open source software for ARM SoCs\n"
- "Follow Linaro: Facebook | Twitter | Blog\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
+ Follow Linaro: Facebook | Twitter | Blog
 
-761b2adf4c698fdc0fa3f3800794069f29e178418cc60124a5622584bd29cb48
+44b86570fd7348ecf727f94dbf9dd591c5973433f281a5b6635d965fde87ae9c

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.