diff options
author | Jean Delvare <khali@linux-fr.org> | 2010-10-28 14:31:49 -0400 |
---|---|---|
committer | Jean Delvare <khali@endymion.delvare> | 2010-10-28 14:31:49 -0400 |
commit | e3760b432d589ddd9bdb8c337539b815125bc7aa (patch) | |
tree | 27a927ee76417eb2794fb8da3d0a7f9de51ad29b | |
parent | eb02755a50f8f3508030b311e3788426fbdc23b7 (diff) |
hwmon: (w83795) Add myself as co-author and maintainer
I've made so many changes to the w83795 driver that it's only fair to
list myself as a co-author. I'll also maintain the driver for some
time. There's more work needed on the driver for sure.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Guenter Roeck <guenter.roeck@ericsson.com>
-rw-r--r-- | MAINTAINERS | 6 | ||||
-rw-r--r-- | drivers/hwmon/w83795.c | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 1e6b6bdf6340..19f262c27323 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -6457,6 +6457,12 @@ S: Maintained | |||
6457 | F: Documentation/hwmon/w83793 | 6457 | F: Documentation/hwmon/w83793 |
6458 | F: drivers/hwmon/w83793.c | 6458 | F: drivers/hwmon/w83793.c |
6459 | 6459 | ||
6460 | W83795 HARDWARE MONITORING DRIVER | ||
6461 | M: Jean Delvare <khali@linux-fr.org> | ||
6462 | L: lm-sensors@lm-sensors.org | ||
6463 | S: Maintained | ||
6464 | F: drivers/hwmon/w83795.c | ||
6465 | |||
6460 | W83L51xD SD/MMC CARD INTERFACE DRIVER | 6466 | W83L51xD SD/MMC CARD INTERFACE DRIVER |
6461 | M: Pierre Ossman <pierre@ossman.eu> | 6467 | M: Pierre Ossman <pierre@ossman.eu> |
6462 | S: Maintained | 6468 | S: Maintained |
diff --git a/drivers/hwmon/w83795.c b/drivers/hwmon/w83795.c index ce1e71ba6c73..a9116ad747f2 100644 --- a/drivers/hwmon/w83795.c +++ b/drivers/hwmon/w83795.c | |||
@@ -2,6 +2,7 @@ | |||
2 | * w83795.c - Linux kernel driver for hardware monitoring | 2 | * w83795.c - Linux kernel driver for hardware monitoring |
3 | * Copyright (C) 2008 Nuvoton Technology Corp. | 3 | * Copyright (C) 2008 Nuvoton Technology Corp. |
4 | * Wei Song | 4 | * Wei Song |
5 | * Copyright (C) 2010 Jean Delvare <khali@linux-fr.org> | ||
5 | * | 6 | * |
6 | * 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 |
7 | * 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 |
@@ -2097,7 +2098,7 @@ static void __exit sensors_w83795_exit(void) | |||
2097 | i2c_del_driver(&w83795_driver); | 2098 | i2c_del_driver(&w83795_driver); |
2098 | } | 2099 | } |
2099 | 2100 | ||
2100 | MODULE_AUTHOR("Wei Song"); | 2101 | MODULE_AUTHOR("Wei Song, Jean Delvare <khali@linux-fr.org>"); |
2101 | MODULE_DESCRIPTION("W83795G/ADG hardware monitoring driver"); | 2102 | MODULE_DESCRIPTION("W83795G/ADG hardware monitoring driver"); |
2102 | MODULE_LICENSE("GPL"); | 2103 | MODULE_LICENSE("GPL"); |
2103 | 2104 | ||