All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20150929230438.GB22673@localhost.localdomain>

diff --git a/a/1.txt b/N1/1.txt
index 709f464..60ebff4 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -6,8 +6,8 @@ On Wed, Sep 23, 2015 at 03:37:42PM +0200, Sascha Hauer wrote:
 > we need the physical address of the AUXADC. Also it controls a mux
 > using AHB bus accesses, so we need the APMIXEDSYS physical address aswell.
 > 
-> Signed-off-by: Sascha Hauer <s.hauer-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
-> Reviewed-by: Daniel Kurtz <djkurtz-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
+> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
+> Reviewed-by: Daniel Kurtz <djkurtz@chromium.org>
 > ---
 >  drivers/thermal/Kconfig       |   8 +
 >  drivers/thermal/Makefile      |   1 +
@@ -51,7 +51,7 @@ On Wed, Sep 23, 2015 at 03:37:42PM +0200, Sascha Hauer wrote:
 > @@ -0,0 +1,537 @@
 > +/*
 > + * Copyright (c) 2015 MediaTek Inc.
-> + * Author: Hanyi Wu <hanyi.wu-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
+> + * Author: Hanyi Wu <hanyi.wu@mediatek.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
@@ -605,13 +605,9 @@ You need to error handle this.
 > +
 > +module_platform_driver(mtk_thermal_driver);
 > +
-> +MODULE_AUTHOR("Sascha Hauer <s.hauer-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org");
+> +MODULE_AUTHOR("Sascha Hauer <s.hauer@pengutronix.de");
 > +MODULE_DESCRIPTION("Mediatek thermal driver");
 > +MODULE_LICENSE("GPL v2");
 > -- 
 > 2.5.1
-> 
---
-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 2e17228..6d0706a 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,20 +1,9 @@
  "ref\01443015463-23639-1-git-send-email-s.hauer@pengutronix.de\0"
  "ref\01443015463-23639-3-git-send-email-s.hauer@pengutronix.de\0"
- "ref\01443015463-23639-3-git-send-email-s.hauer-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org\0"
- "From\0Eduardo Valentin <edubezval-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0"
- "Subject\0Re: [PATCH 2/3] thermal: Add Mediatek thermal controller support\0"
+ "From\0edubezval@gmail.com (Eduardo Valentin)\0"
+ "Subject\0[PATCH 2/3] thermal: Add Mediatek thermal controller support\0"
  "Date\0Tue, 29 Sep 2015 16:04:40 -0700\0"
- "To\0Sascha Hauer <s.hauer-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>\0"
- "Cc\0linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
-  Zhang Rui <rui.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
-  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org
-  linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
-  Matthias Brugger <matthias.bgg-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
-  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  mark.rutland-5wv7dgnIgG8@public.gmane.org
- " robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On Wed, Sep 23, 2015 at 03:37:42PM +0200, Sascha Hauer wrote:\n"
@@ -25,8 +14,8 @@
  "> we need the physical address of the AUXADC. Also it controls a mux\n"
  "> using AHB bus accesses, so we need the APMIXEDSYS physical address aswell.\n"
  "> \n"
- "> Signed-off-by: Sascha Hauer <s.hauer-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>\n"
- "> Reviewed-by: Daniel Kurtz <djkurtz-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>\n"
+ "> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>\n"
+ "> Reviewed-by: Daniel Kurtz <djkurtz@chromium.org>\n"
  "> ---\n"
  ">  drivers/thermal/Kconfig       |   8 +\n"
  ">  drivers/thermal/Makefile      |   1 +\n"
@@ -70,7 +59,7 @@
  "> @@ -0,0 +1,537 @@\n"
  "> +/*\n"
  "> + * Copyright (c) 2015 MediaTek Inc.\n"
- "> + * Author: Hanyi Wu <hanyi.wu-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>\n"
+ "> + * Author: Hanyi Wu <hanyi.wu@mediatek.com>\n"
  "> + *\n"
  "> + * This program is free software; you can redistribute it and/or modify\n"
  "> + * it under the terms of the GNU General Public License version 2 as\n"
@@ -624,15 +613,11 @@
  "> +\n"
  "> +module_platform_driver(mtk_thermal_driver);\n"
  "> +\n"
- "> +MODULE_AUTHOR(\"Sascha Hauer <s.hauer-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org\");\n"
+ "> +MODULE_AUTHOR(\"Sascha Hauer <s.hauer@pengutronix.de\");\n"
  "> +MODULE_DESCRIPTION(\"Mediatek thermal driver\");\n"
  "> +MODULE_LICENSE(\"GPL v2\");\n"
  "> -- \n"
  "> 2.5.1\n"
- "> \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
+ >
 
-b1a1ba759c824aa33f63efa915d977a86d0ddb3f4cd0ef1764a446b0aebb70f1
+7aace0daf5112fb7fed5828d1dfb70324c6bb0fe2219e01ca8041732d9c00977

diff --git a/a/1.txt b/N2/1.txt
index 709f464..60ebff4 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -6,8 +6,8 @@ On Wed, Sep 23, 2015 at 03:37:42PM +0200, Sascha Hauer wrote:
 > we need the physical address of the AUXADC. Also it controls a mux
 > using AHB bus accesses, so we need the APMIXEDSYS physical address aswell.
 > 
-> Signed-off-by: Sascha Hauer <s.hauer-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
-> Reviewed-by: Daniel Kurtz <djkurtz-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
+> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
+> Reviewed-by: Daniel Kurtz <djkurtz@chromium.org>
 > ---
 >  drivers/thermal/Kconfig       |   8 +
 >  drivers/thermal/Makefile      |   1 +
@@ -51,7 +51,7 @@ On Wed, Sep 23, 2015 at 03:37:42PM +0200, Sascha Hauer wrote:
 > @@ -0,0 +1,537 @@
 > +/*
 > + * Copyright (c) 2015 MediaTek Inc.
-> + * Author: Hanyi Wu <hanyi.wu-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
+> + * Author: Hanyi Wu <hanyi.wu@mediatek.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
@@ -605,13 +605,9 @@ You need to error handle this.
 > +
 > +module_platform_driver(mtk_thermal_driver);
 > +
-> +MODULE_AUTHOR("Sascha Hauer <s.hauer-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org");
+> +MODULE_AUTHOR("Sascha Hauer <s.hauer@pengutronix.de");
 > +MODULE_DESCRIPTION("Mediatek thermal driver");
 > +MODULE_LICENSE("GPL v2");
 > -- 
 > 2.5.1
-> 
---
-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 2e17228..40eed9a 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,20 +1,19 @@
  "ref\01443015463-23639-1-git-send-email-s.hauer@pengutronix.de\0"
  "ref\01443015463-23639-3-git-send-email-s.hauer@pengutronix.de\0"
- "ref\01443015463-23639-3-git-send-email-s.hauer-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org\0"
- "From\0Eduardo Valentin <edubezval-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0"
+ "From\0Eduardo Valentin <edubezval@gmail.com>\0"
  "Subject\0Re: [PATCH 2/3] thermal: Add Mediatek thermal controller support\0"
  "Date\0Tue, 29 Sep 2015 16:04:40 -0700\0"
- "To\0Sascha Hauer <s.hauer-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>\0"
- "Cc\0linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
-  Zhang Rui <rui.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
-  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org
-  linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
-  Matthias Brugger <matthias.bgg-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
-  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  mark.rutland-5wv7dgnIgG8@public.gmane.org
- " robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org\0"
+ "To\0Sascha Hauer <s.hauer@pengutronix.de>\0"
+ "Cc\0linux-pm@vger.kernel.org"
+  Zhang Rui <rui.zhang@intel.com>
+  linux-kernel@vger.kernel.org
+  kernel@pengutronix.de
+  linux-mediatek@lists.infradead.org
+  linux-arm-kernel@lists.infradead.org
+  Matthias Brugger <matthias.bgg@gmail.com>
+  devicetree@vger.kernel.org
+  mark.rutland@arm.com
+ " robh+dt@kernel.org\0"
  "\00:1\0"
  "b\0"
  "On Wed, Sep 23, 2015 at 03:37:42PM +0200, Sascha Hauer wrote:\n"
@@ -25,8 +24,8 @@
  "> we need the physical address of the AUXADC. Also it controls a mux\n"
  "> using AHB bus accesses, so we need the APMIXEDSYS physical address aswell.\n"
  "> \n"
- "> Signed-off-by: Sascha Hauer <s.hauer-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>\n"
- "> Reviewed-by: Daniel Kurtz <djkurtz-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>\n"
+ "> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>\n"
+ "> Reviewed-by: Daniel Kurtz <djkurtz@chromium.org>\n"
  "> ---\n"
  ">  drivers/thermal/Kconfig       |   8 +\n"
  ">  drivers/thermal/Makefile      |   1 +\n"
@@ -70,7 +69,7 @@
  "> @@ -0,0 +1,537 @@\n"
  "> +/*\n"
  "> + * Copyright (c) 2015 MediaTek Inc.\n"
- "> + * Author: Hanyi Wu <hanyi.wu-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>\n"
+ "> + * Author: Hanyi Wu <hanyi.wu@mediatek.com>\n"
  "> + *\n"
  "> + * This program is free software; you can redistribute it and/or modify\n"
  "> + * it under the terms of the GNU General Public License version 2 as\n"
@@ -624,15 +623,11 @@
  "> +\n"
  "> +module_platform_driver(mtk_thermal_driver);\n"
  "> +\n"
- "> +MODULE_AUTHOR(\"Sascha Hauer <s.hauer-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org\");\n"
+ "> +MODULE_AUTHOR(\"Sascha Hauer <s.hauer@pengutronix.de\");\n"
  "> +MODULE_DESCRIPTION(\"Mediatek thermal driver\");\n"
  "> +MODULE_LICENSE(\"GPL v2\");\n"
  "> -- \n"
  "> 2.5.1\n"
- "> \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
+ >
 
-b1a1ba759c824aa33f63efa915d977a86d0ddb3f4cd0ef1764a446b0aebb70f1
+0a741700bdea1fb12716910328d4da0839c4cd94b7b920d404f03389afbc5d3d

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.