* [PATCH 1/4] hwmon, fam15h_power: Change email address, MAINTAINERS entry
2012-10-29 17:49 [PATCH 0/4] MAINTAINERS et al: Change email addresses for misc stuff Andreas Herrmann
@ 2012-10-29 17:50 ` Andreas Herrmann
2012-10-30 0:49 ` Guenter Roeck
2012-10-29 17:51 ` [PATCH 2/4] x86, microcode_amd: Change email addresses, " Andreas Herrmann
` (2 subsequent siblings)
3 siblings, 1 reply; 10+ messages in thread
From: Andreas Herrmann @ 2012-10-29 17:50 UTC (permalink / raw)
To: Rafael J. Wysocki, Jean Delvare, Guenter Roeck, Ingo Molnar,
Thomas Gleixner, H Peter Anvin
Cc: lm-sensors, cpufreq, linux-pm, linux-kernel, oprofile-list,
Stephane Eranian, Robert Richter, Borislav Petkov,
Jörg Rödel
Signed-off-by: Andreas Herrmann <herrmann.der.user@googlemail.com>
---
| 2 +-
MAINTAINERS | 2 +-
| 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
--git a/Documentation/hwmon/fam15h_power b/Documentation/hwmon/fam15h_power
index a92918e..8065481 100644
--- a/Documentation/hwmon/fam15h_power
+++ b/Documentation/hwmon/fam15h_power
@@ -10,7 +10,7 @@ Supported chips:
BIOS and Kernel Developer's Guide (BKDG) For AMD Family 15h Processors
(not yet published)
-Author: Andreas Herrmann <andreas.herrmann3@amd.com>
+Author: Andreas Herrmann <herrmann.der.user@googlemail.com>
Description
-----------
diff --git a/MAINTAINERS b/MAINTAINERS
index 1fa9074..a4e8136 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -503,7 +503,7 @@ F: include/linux/altera_uart.h
F: include/linux/altera_jtaguart.h
AMD FAM15H PROCESSOR POWER MONITORING DRIVER
-M: Andreas Herrmann <andreas.herrmann3@amd.com>
+M: Andreas Herrmann <herrmann.der.user@googlemail.com>
L: lm-sensors@lm-sensors.org
S: Maintained
F: Documentation/hwmon/fam15h_power
--git a/drivers/hwmon/fam15h_power.c b/drivers/hwmon/fam15h_power.c
index 68ad7d2..4f41104 100644
--- a/drivers/hwmon/fam15h_power.c
+++ b/drivers/hwmon/fam15h_power.c
@@ -2,7 +2,7 @@
* fam15h_power.c - AMD Family 15h processor power monitoring
*
* Copyright (c) 2011 Advanced Micro Devices, Inc.
- * Author: Andreas Herrmann <andreas.herrmann3@amd.com>
+ * Author: Andreas Herrmann <herrmann.der.user@googlemail.com>
*
*
* This driver is free software; you can redistribute it and/or
@@ -28,7 +28,7 @@
#include <asm/processor.h>
MODULE_DESCRIPTION("AMD Family 15h CPU processor power monitor");
-MODULE_AUTHOR("Andreas Herrmann <andreas.herrmann3@amd.com>");
+MODULE_AUTHOR("Andreas Herrmann <herrmann.der.user@googlemail.com>");
MODULE_LICENSE("GPL");
/* D18F3 */
--
1.7.9.5
^ permalink raw reply related [flat|nested] 10+ messages in thread
* Re: [PATCH 1/4] hwmon, fam15h_power: Change email address, MAINTAINERS entry
2012-10-29 17:50 ` [PATCH 1/4] hwmon, fam15h_power: Change email address, MAINTAINERS entry Andreas Herrmann
@ 2012-10-30 0:49 ` Guenter Roeck
0 siblings, 0 replies; 10+ messages in thread
From: Guenter Roeck @ 2012-10-30 0:49 UTC (permalink / raw)
To: Andreas Herrmann
Cc: Rafael J. Wysocki, Jean Delvare, Ingo Molnar, Thomas Gleixner,
H Peter Anvin, lm-sensors, cpufreq, linux-pm, linux-kernel,
oprofile-list, Robert Richter, Borislav Petkov,
Jörg Rödel
On Mon, Oct 29, 2012 at 06:50:47PM +0100, Andreas Herrmann wrote:
>
> Signed-off-by: Andreas Herrmann <herrmann.der.user@googlemail.com>
Applied.
Thanks,
Guenter
^ permalink raw reply [flat|nested] 10+ messages in thread
* [PATCH 2/4] x86, microcode_amd: Change email addresses, MAINTAINERS entry
2012-10-29 17:49 [PATCH 0/4] MAINTAINERS et al: Change email addresses for misc stuff Andreas Herrmann
2012-10-29 17:50 ` [PATCH 1/4] hwmon, fam15h_power: Change email address, MAINTAINERS entry Andreas Herrmann
@ 2012-10-29 17:51 ` Andreas Herrmann
2012-10-29 17:52 ` [PATCH 3/4] cpufreq, powernow-k8: Change email address Andreas Herrmann
2012-10-29 17:53 ` [PATCH 4/4] MAINTAINERS: Update email address for Robert Richter Andreas Herrmann
3 siblings, 0 replies; 10+ messages in thread
From: Andreas Herrmann @ 2012-10-29 17:51 UTC (permalink / raw)
To: Rafael J. Wysocki, Jean Delvare, Guenter Roeck, Ingo Molnar,
Thomas Gleixner, H Peter Anvin
Cc: lm-sensors, cpufreq, linux-pm, linux-kernel, oprofile-list,
Stephane Eranian, Robert Richter, Borislav Petkov,
Jörg Rödel
Signed-off-by: Andreas Herrmann <herrmann.der.user@googlemail.com>
---
MAINTAINERS | 4 ++--
| 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index a4e8136..5a66583 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -534,9 +534,9 @@ F: drivers/iommu/amd_iommu*.[ch]
F: include/linux/amd-iommu.h
AMD MICROCODE UPDATE SUPPORT
-M: Andreas Herrmann <andreas.herrmann3@amd.com>
+M: Andreas Herrmann <herrmann.der.user@googlemail.com>
L: amd64-microcode@amd64.org
-S: Supported
+S: Maintained
F: arch/x86/kernel/microcode_amd.c
AMS (Apple Motion Sensor) DRIVER
--git a/arch/x86/kernel/microcode_amd.c b/arch/x86/kernel/microcode_amd.c
index 7720ff5..b3e67ba 100644
--- a/arch/x86/kernel/microcode_amd.c
+++ b/arch/x86/kernel/microcode_amd.c
@@ -8,8 +8,8 @@
* Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
*
* Maintainers:
- * Andreas Herrmann <andreas.herrmann3@amd.com>
- * Borislav Petkov <borislav.petkov@amd.com>
+ * Andreas Herrmann <herrmann.der.user@googlemail.com>
+ * Borislav Petkov <bp@alien8.de>
*
* This driver allows to upgrade microcode on F10h AMD
* CPUs and later.
--
1.7.9.5
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [PATCH 3/4] cpufreq, powernow-k8: Change email address
2012-10-29 17:49 [PATCH 0/4] MAINTAINERS et al: Change email addresses for misc stuff Andreas Herrmann
2012-10-29 17:50 ` [PATCH 1/4] hwmon, fam15h_power: Change email address, MAINTAINERS entry Andreas Herrmann
2012-10-29 17:51 ` [PATCH 2/4] x86, microcode_amd: Change email addresses, " Andreas Herrmann
@ 2012-10-29 17:52 ` Andreas Herrmann
2012-10-29 23:33 ` Rafael J. Wysocki
2012-10-29 17:53 ` [PATCH 4/4] MAINTAINERS: Update email address for Robert Richter Andreas Herrmann
3 siblings, 1 reply; 10+ messages in thread
From: Andreas Herrmann @ 2012-10-29 17:52 UTC (permalink / raw)
To: Rafael J. Wysocki, Jean Delvare, Guenter Roeck, Ingo Molnar,
Thomas Gleixner, H Peter Anvin
Cc: lm-sensors, cpufreq, linux-pm, linux-kernel, oprofile-list,
Stephane Eranian, Robert Richter, Borislav Petkov,
Jörg Rödel
Signed-off-by: Andreas Herrmann <herrmann.der.user@googlemail.com>
---
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/drivers/cpufreq/powernow-k8.c b/drivers/cpufreq/powernow-k8.c
index c16a3a5..e3ebb4f 100644
--- a/drivers/cpufreq/powernow-k8.c
+++ b/drivers/cpufreq/powernow-k8.c
@@ -5,7 +5,7 @@
* http://www.gnu.org/licenses/gpl.html
*
* Maintainer:
- * Andreas Herrmann <andreas.herrmann3@amd.com>
+ * Andreas Herrmann <herrmann.der.user@googlemail.com>
*
* Based on the powernow-k7.c module written by Dave Jones.
* (C) 2003 Dave Jones on behalf of SuSE Labs
--
1.7.9.5
^ permalink raw reply related [flat|nested] 10+ messages in thread
* Re: [PATCH 3/4] cpufreq, powernow-k8: Change email address
2012-10-29 17:52 ` [PATCH 3/4] cpufreq, powernow-k8: Change email address Andreas Herrmann
@ 2012-10-29 23:33 ` Rafael J. Wysocki
2012-10-29 23:31 ` Borislav Petkov
0 siblings, 1 reply; 10+ messages in thread
From: Rafael J. Wysocki @ 2012-10-29 23:33 UTC (permalink / raw)
To: Andreas Herrmann
Cc: Jean Delvare, Guenter Roeck, Ingo Molnar, Thomas Gleixner,
H Peter Anvin, lm-sensors, cpufreq, linux-pm, linux-kernel,
oprofile-list, Stephane Eranian, Robert Richter, Borislav Petkov,
Jörg Rödel
On Monday, October 29, 2012 06:52:21 PM Andreas Herrmann wrote:
>
> Signed-off-by: Andreas Herrmann <herrmann.der.user@googlemail.com>
Am I supposed to take this one?
Rafael
> ---
> drivers/cpufreq/powernow-k8.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/cpufreq/powernow-k8.c b/drivers/cpufreq/powernow-k8.c
> index c16a3a5..e3ebb4f 100644
> --- a/drivers/cpufreq/powernow-k8.c
> +++ b/drivers/cpufreq/powernow-k8.c
> @@ -5,7 +5,7 @@
> * http://www.gnu.org/licenses/gpl.html
> *
> * Maintainer:
> - * Andreas Herrmann <andreas.herrmann3@amd.com>
> + * Andreas Herrmann <herrmann.der.user@googlemail.com>
> *
> * Based on the powernow-k7.c module written by Dave Jones.
> * (C) 2003 Dave Jones on behalf of SuSE Labs
>
--
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 3/4] cpufreq, powernow-k8: Change email address
2012-10-29 23:33 ` Rafael J. Wysocki
@ 2012-10-29 23:31 ` Borislav Petkov
2012-10-30 23:42 ` Rafael J. Wysocki
0 siblings, 1 reply; 10+ messages in thread
From: Borislav Petkov @ 2012-10-29 23:31 UTC (permalink / raw)
To: Rafael J. Wysocki
Cc: Andreas Herrmann, Jean Delvare, Guenter Roeck, Ingo Molnar,
Thomas Gleixner, H Peter Anvin, lm-sensors, cpufreq, linux-pm,
linux-kernel, oprofile-list, Stephane Eranian, Robert Richter,
Jörg Rödel
On Tue, Oct 30, 2012 at 12:33:15AM +0100, Rafael J. Wysocki wrote:
> On Monday, October 29, 2012 06:52:21 PM Andreas Herrmann wrote:
> >
> > Signed-off-by: Andreas Herrmann <herrmann.der.user@googlemail.com>
>
> Am I supposed to take this one?
Yes please.
Thanks.
--
Regards/Gruss,
Boris.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 3/4] cpufreq, powernow-k8: Change email address
2012-10-29 23:31 ` Borislav Petkov
@ 2012-10-30 23:42 ` Rafael J. Wysocki
2012-10-30 23:40 ` Borislav Petkov
0 siblings, 1 reply; 10+ messages in thread
From: Rafael J. Wysocki @ 2012-10-30 23:42 UTC (permalink / raw)
To: Borislav Petkov
Cc: Andreas Herrmann, Jean Delvare, Guenter Roeck, Ingo Molnar,
Thomas Gleixner, H Peter Anvin, lm-sensors, cpufreq, linux-pm,
linux-kernel, oprofile-list, Stephane Eranian, Robert Richter,
Jörg Rödel
On Tuesday, October 30, 2012 12:31:00 AM Borislav Petkov wrote:
> On Tue, Oct 30, 2012 at 12:33:15AM +0100, Rafael J. Wysocki wrote:
> > On Monday, October 29, 2012 06:52:21 PM Andreas Herrmann wrote:
> > >
> > > Signed-off-by: Andreas Herrmann <herrmann.der.user@googlemail.com>
> >
> > Am I supposed to take this one?
>
> Yes please.
OK, I'm going to push it for v3.7.
Thanks,
Rafael
--
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 3/4] cpufreq, powernow-k8: Change email address
2012-10-30 23:42 ` Rafael J. Wysocki
@ 2012-10-30 23:40 ` Borislav Petkov
0 siblings, 0 replies; 10+ messages in thread
From: Borislav Petkov @ 2012-10-30 23:40 UTC (permalink / raw)
To: Rafael J. Wysocki
Cc: Andreas Herrmann, Jean Delvare, Guenter Roeck, Ingo Molnar,
Thomas Gleixner, H Peter Anvin, lm-sensors, cpufreq, linux-pm,
linux-kernel, oprofile-list, Stephane Eranian, Robert Richter,
Jörg Rödel
On Wed, Oct 31, 2012 at 12:42:01AM +0100, Rafael J. Wysocki wrote:
> On Tuesday, October 30, 2012 12:31:00 AM Borislav Petkov wrote:
> > On Tue, Oct 30, 2012 at 12:33:15AM +0100, Rafael J. Wysocki wrote:
> > > On Monday, October 29, 2012 06:52:21 PM Andreas Herrmann wrote:
> > > >
> > > > Signed-off-by: Andreas Herrmann <herrmann.der.user@googlemail.com>
> > >
> > > Am I supposed to take this one?
> >
> > Yes please.
>
> OK, I'm going to push it for v3.7.
Sure thing.
Thanks.
--
Regards/Gruss,
Boris.
^ permalink raw reply [flat|nested] 10+ messages in thread
* [PATCH 4/4] MAINTAINERS: Update email address for Robert Richter
2012-10-29 17:49 [PATCH 0/4] MAINTAINERS et al: Change email addresses for misc stuff Andreas Herrmann
` (2 preceding siblings ...)
2012-10-29 17:52 ` [PATCH 3/4] cpufreq, powernow-k8: Change email address Andreas Herrmann
@ 2012-10-29 17:53 ` Andreas Herrmann
3 siblings, 0 replies; 10+ messages in thread
From: Andreas Herrmann @ 2012-10-29 17:53 UTC (permalink / raw)
To: Rafael J. Wysocki, Jean Delvare, Guenter Roeck, Ingo Molnar,
Thomas Gleixner, H Peter Anvin
Cc: lm-sensors, cpufreq, linux-pm, linux-kernel, oprofile-list,
Stephane Eranian, Robert Richter, Borislav Petkov,
Jörg Rödel
From: Robert Richter <rric@kernel.org>
Signed-off-by: Robert Richter <rric@kernel.org>
Signed-off-by: Andreas Herrmann <herrmann.der.user@googlemail.com>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 5a66583..5b8935b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5363,7 +5363,7 @@ S: Maintained
F: sound/drivers/opl4/
OPROFILE
-M: Robert Richter <robert.richter@amd.com>
+M: Robert Richter <rric@kernel.org>
L: oprofile-list@lists.sf.net
S: Maintained
F: arch/*/include/asm/oprofile*.h
--
1.7.9.5
^ permalink raw reply related [flat|nested] 10+ messages in thread