aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2011-07-25 15:46:11 -0400
committerJean Delvare <khali@endymion.delvare>2011-07-25 15:46:11 -0400
commit156e2d1adc03e17f18f98d297f7757fc6d93a589 (patch)
tree51666192ebdecff014b70cbc46a8a4af2fac1d5d
parent90534c5c5e535d7bf78a4efdbd0999e04b57d6e3 (diff)
hwmon: (lm78) Become the maintainer
Declare myself the maintainer of the lm78 driver. I still have a running system with one of these chips. Also count myself as a co-author of the driver. With 34 commits over 6 years, it seems fair. Signed-off-by: Jean Delvare <khali@linux-fr.org>
-rw-r--r--Documentation/hwmon/lm783
-rw-r--r--MAINTAINERS7
-rw-r--r--drivers/hwmon/lm78.c4
3 files changed, 10 insertions, 4 deletions
diff --git a/Documentation/hwmon/lm78 b/Documentation/hwmon/lm78
index 60932e26abaa..2bdc881a0c12 100644
--- a/Documentation/hwmon/lm78
+++ b/Documentation/hwmon/lm78
@@ -13,7 +13,8 @@ Supported chips:
13 Datasheet: Publicly available at the National Semiconductor website 13 Datasheet: Publicly available at the National Semiconductor website
14 http://www.national.com/ 14 http://www.national.com/
15 15
16Author: Frodo Looijaard <frodol@dds.nl> 16Authors: Frodo Looijaard <frodol@dds.nl>
17 Jean Delvare <khali@linux-fr.org>
17 18
18Description 19Description
19----------- 20-----------
diff --git a/MAINTAINERS b/MAINTAINERS
index 43392c9ef4c3..602647847186 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3960,6 +3960,13 @@ L: lm-sensors@lm-sensors.org
3960S: Maintained 3960S: Maintained
3961F: drivers/hwmon/lm73.c 3961F: drivers/hwmon/lm73.c
3962 3962
3963LM78 HARDWARE MONITOR DRIVER
3964M: Jean Delvare <khali@linux-fr.org>
3965L: lm-sensors@lm-sensors.org
3966S: Maintained
3967F: Documentation/hwmon/lm78
3968F: drivers/hwmon/lm78.c
3969
3963LM83 HARDWARE MONITOR DRIVER 3970LM83 HARDWARE MONITOR DRIVER
3964M: Jean Delvare <khali@linux-fr.org> 3971M: Jean Delvare <khali@linux-fr.org>
3965L: lm-sensors@lm-sensors.org 3972L: lm-sensors@lm-sensors.org
diff --git a/drivers/hwmon/lm78.c b/drivers/hwmon/lm78.c
index 05290e34a1be..6df0b4681710 100644
--- a/drivers/hwmon/lm78.c
+++ b/drivers/hwmon/lm78.c
@@ -1060,9 +1060,7 @@ static void __exit sm_lm78_exit(void)
1060 i2c_del_driver(&lm78_driver); 1060 i2c_del_driver(&lm78_driver);
1061} 1061}
1062 1062
1063 1063MODULE_AUTHOR("Frodo Looijaard, Jean Delvare <khali@linux-fr.org>");
1064
1065MODULE_AUTHOR("Frodo Looijaard <frodol@dds.nl>");
1066MODULE_DESCRIPTION("LM78/LM79 driver"); 1064MODULE_DESCRIPTION("LM78/LM79 driver");
1067MODULE_LICENSE("GPL"); 1065MODULE_LICENSE("GPL");
1068 1066