diff options
author | Darrick J. Wong <darrick.wong@oracle.com> | 2013-08-26 18:42:27 -0400 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2013-08-27 11:28:01 -0400 |
commit | 5407e051354bdd943f6ea66562112c9868d64cf5 (patch) | |
tree | 3164b14bc487b1bc8ce2c42b82045010d831e324 /drivers/hwmon | |
parent | 30b146d1cb5e7560192057098eb705118bd5511f (diff) |
hwmon: Change my email address.
I've changed employers, so change the email addresses to match.
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon')
-rw-r--r-- | drivers/hwmon/acpi_power_meter.c | 4 | ||||
-rw-r--r-- | drivers/hwmon/adt7462.c | 4 | ||||
-rw-r--r-- | drivers/hwmon/adt7470.c | 4 | ||||
-rw-r--r-- | drivers/hwmon/i5k_amb.c | 4 | ||||
-rw-r--r-- | drivers/hwmon/ibmaem.c | 4 | ||||
-rw-r--r-- | drivers/hwmon/ibmpex.c | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/drivers/hwmon/acpi_power_meter.c b/drivers/hwmon/acpi_power_meter.c index 6351aba8819c..a9e3d0152c0b 100644 --- a/drivers/hwmon/acpi_power_meter.c +++ b/drivers/hwmon/acpi_power_meter.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * A hwmon driver for ACPI 4.0 power meters | 2 | * A hwmon driver for ACPI 4.0 power meters |
3 | * Copyright (C) 2009 IBM | 3 | * Copyright (C) 2009 IBM |
4 | * | 4 | * |
5 | * Author: Darrick J. Wong <djwong@us.ibm.com> | 5 | * Author: Darrick J. Wong <darrick.wong@oracle.com> |
6 | * | 6 | * |
7 | * This program is free software; you can redistribute it and/or modify | 7 | * This program is free software; you can redistribute it and/or modify |
8 | * it under the terms of the GNU General Public License as published by | 8 | * it under the terms of the GNU General Public License as published by |
@@ -1001,7 +1001,7 @@ static void __exit acpi_power_meter_exit(void) | |||
1001 | acpi_bus_unregister_driver(&acpi_power_meter_driver); | 1001 | acpi_bus_unregister_driver(&acpi_power_meter_driver); |
1002 | } | 1002 | } |
1003 | 1003 | ||
1004 | MODULE_AUTHOR("Darrick J. Wong <djwong@us.ibm.com>"); | 1004 | MODULE_AUTHOR("Darrick J. Wong <darrick.wong@oracle.com>"); |
1005 | MODULE_DESCRIPTION("ACPI 4.0 power meter driver"); | 1005 | MODULE_DESCRIPTION("ACPI 4.0 power meter driver"); |
1006 | MODULE_LICENSE("GPL"); | 1006 | MODULE_LICENSE("GPL"); |
1007 | 1007 | ||
diff --git a/drivers/hwmon/adt7462.c b/drivers/hwmon/adt7462.c index 3e6aba12e46a..addb5a4d5064 100644 --- a/drivers/hwmon/adt7462.c +++ b/drivers/hwmon/adt7462.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * A hwmon driver for the Analog Devices ADT7462 | 2 | * A hwmon driver for the Analog Devices ADT7462 |
3 | * Copyright (C) 2008 IBM | 3 | * Copyright (C) 2008 IBM |
4 | * | 4 | * |
5 | * Author: Darrick J. Wong <djwong@us.ibm.com> | 5 | * Author: Darrick J. Wong <darrick.wong@oracle.com> |
6 | * | 6 | * |
7 | * This program is free software; you can redistribute it and/or modify | 7 | * This program is free software; you can redistribute it and/or modify |
8 | * it under the terms of the GNU General Public License as published by | 8 | * it under the terms of the GNU General Public License as published by |
@@ -1970,6 +1970,6 @@ static int adt7462_remove(struct i2c_client *client) | |||
1970 | 1970 | ||
1971 | module_i2c_driver(adt7462_driver); | 1971 | module_i2c_driver(adt7462_driver); |
1972 | 1972 | ||
1973 | MODULE_AUTHOR("Darrick J. Wong <djwong@us.ibm.com>"); | 1973 | MODULE_AUTHOR("Darrick J. Wong <darrick.wong@oracle.com>"); |
1974 | MODULE_DESCRIPTION("ADT7462 driver"); | 1974 | MODULE_DESCRIPTION("ADT7462 driver"); |
1975 | MODULE_LICENSE("GPL"); | 1975 | MODULE_LICENSE("GPL"); |
diff --git a/drivers/hwmon/adt7470.c b/drivers/hwmon/adt7470.c index 6099f50b28aa..0f4dea5ccf17 100644 --- a/drivers/hwmon/adt7470.c +++ b/drivers/hwmon/adt7470.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * A hwmon driver for the Analog Devices ADT7470 | 2 | * A hwmon driver for the Analog Devices ADT7470 |
3 | * Copyright (C) 2007 IBM | 3 | * Copyright (C) 2007 IBM |
4 | * | 4 | * |
5 | * Author: Darrick J. Wong <djwong@us.ibm.com> | 5 | * Author: Darrick J. Wong <darrick.wong@oracle.com> |
6 | * | 6 | * |
7 | * This program is free software; you can redistribute it and/or modify | 7 | * This program is free software; you can redistribute it and/or modify |
8 | * it under the terms of the GNU General Public License as published by | 8 | * it under the terms of the GNU General Public License as published by |
@@ -1314,6 +1314,6 @@ static int adt7470_remove(struct i2c_client *client) | |||
1314 | 1314 | ||
1315 | module_i2c_driver(adt7470_driver); | 1315 | module_i2c_driver(adt7470_driver); |
1316 | 1316 | ||
1317 | MODULE_AUTHOR("Darrick J. Wong <djwong@us.ibm.com>"); | 1317 | MODULE_AUTHOR("Darrick J. Wong <darrick.wong@oracle.com>"); |
1318 | MODULE_DESCRIPTION("ADT7470 driver"); | 1318 | MODULE_DESCRIPTION("ADT7470 driver"); |
1319 | MODULE_LICENSE("GPL"); | 1319 | MODULE_LICENSE("GPL"); |
diff --git a/drivers/hwmon/i5k_amb.c b/drivers/hwmon/i5k_amb.c index de058c278aa9..6c0080a3b902 100644 --- a/drivers/hwmon/i5k_amb.c +++ b/drivers/hwmon/i5k_amb.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * temperature sensors | 3 | * temperature sensors |
4 | * Copyright (C) 2007 IBM | 4 | * Copyright (C) 2007 IBM |
5 | * | 5 | * |
6 | * Author: Darrick J. Wong <djwong@us.ibm.com> | 6 | * Author: Darrick J. Wong <darrick.wong@oracle.com> |
7 | * | 7 | * |
8 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
9 | * it under the terms of the GNU General Public License as published by | 9 | * it under the terms of the GNU General Public License as published by |
@@ -609,7 +609,7 @@ static void __exit i5k_amb_exit(void) | |||
609 | platform_driver_unregister(&i5k_amb_driver); | 609 | platform_driver_unregister(&i5k_amb_driver); |
610 | } | 610 | } |
611 | 611 | ||
612 | MODULE_AUTHOR("Darrick J. Wong <djwong@us.ibm.com>"); | 612 | MODULE_AUTHOR("Darrick J. Wong <darrick.wong@oracle.com>"); |
613 | MODULE_DESCRIPTION("Intel 5000 chipset FB-DIMM AMB temperature sensor"); | 613 | MODULE_DESCRIPTION("Intel 5000 chipset FB-DIMM AMB temperature sensor"); |
614 | MODULE_LICENSE("GPL"); | 614 | MODULE_LICENSE("GPL"); |
615 | 615 | ||
diff --git a/drivers/hwmon/ibmaem.c b/drivers/hwmon/ibmaem.c index 1429f6e177f4..e2b56a2b756c 100644 --- a/drivers/hwmon/ibmaem.c +++ b/drivers/hwmon/ibmaem.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * temperature/power/energy sensors and capping functionality. | 3 | * temperature/power/energy sensors and capping functionality. |
4 | * Copyright (C) 2008 IBM | 4 | * Copyright (C) 2008 IBM |
5 | * | 5 | * |
6 | * Author: Darrick J. Wong <djwong@us.ibm.com> | 6 | * Author: Darrick J. Wong <darrick.wong@oracle.com> |
7 | * | 7 | * |
8 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
9 | * it under the terms of the GNU General Public License as published by | 9 | * it under the terms of the GNU General Public License as published by |
@@ -1103,7 +1103,7 @@ static void __exit aem_exit(void) | |||
1103 | aem_delete(p1); | 1103 | aem_delete(p1); |
1104 | } | 1104 | } |
1105 | 1105 | ||
1106 | MODULE_AUTHOR("Darrick J. Wong <djwong@us.ibm.com>"); | 1106 | MODULE_AUTHOR("Darrick J. Wong <darrick.wong@oracle.com>"); |
1107 | MODULE_DESCRIPTION("IBM AEM power/temp/energy sensor driver"); | 1107 | MODULE_DESCRIPTION("IBM AEM power/temp/energy sensor driver"); |
1108 | MODULE_LICENSE("GPL"); | 1108 | MODULE_LICENSE("GPL"); |
1109 | 1109 | ||
diff --git a/drivers/hwmon/ibmpex.c b/drivers/hwmon/ibmpex.c index 74b365ea01c7..20ab0fb85395 100644 --- a/drivers/hwmon/ibmpex.c +++ b/drivers/hwmon/ibmpex.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * A hwmon driver for the IBM PowerExecutive temperature/power sensors | 2 | * A hwmon driver for the IBM PowerExecutive temperature/power sensors |
3 | * Copyright (C) 2007 IBM | 3 | * Copyright (C) 2007 IBM |
4 | * | 4 | * |
5 | * Author: Darrick J. Wong <djwong@us.ibm.com> | 5 | * Author: Darrick J. Wong <darrick.wong@oracle.com> |
6 | * | 6 | * |
7 | * This program is free software; you can redistribute it and/or modify | 7 | * This program is free software; you can redistribute it and/or modify |
8 | * it under the terms of the GNU General Public License as published by | 8 | * it under the terms of the GNU General Public License as published by |
@@ -606,7 +606,7 @@ static void __exit ibmpex_exit(void) | |||
606 | ibmpex_bmc_delete(p); | 606 | ibmpex_bmc_delete(p); |
607 | } | 607 | } |
608 | 608 | ||
609 | MODULE_AUTHOR("Darrick J. Wong <djwong@us.ibm.com>"); | 609 | MODULE_AUTHOR("Darrick J. Wong <darrick.wong@oracle.com>"); |
610 | MODULE_DESCRIPTION("IBM PowerExecutive power/temperature sensor driver"); | 610 | MODULE_DESCRIPTION("IBM PowerExecutive power/temperature sensor driver"); |
611 | MODULE_LICENSE("GPL"); | 611 | MODULE_LICENSE("GPL"); |
612 | 612 | ||