]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
hwmon: (lm78) Become the maintainer
authorJean Delvare <khali@linux-fr.org>
Mon, 25 Jul 2011 19:46:11 +0000 (21:46 +0200)
committerJean Delvare <khali@endymion.delvare>
Mon, 25 Jul 2011 19:46:11 +0000 (21:46 +0200)
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>
Documentation/hwmon/lm78
MAINTAINERS
drivers/hwmon/lm78.c

index 60932e26abaaafb28f5aeb199d1a0f80d9c6a492..2bdc881a0c1238da62e9e3dd912057a817874f4c 100644 (file)
@@ -13,7 +13,8 @@ Supported chips:
     Datasheet: Publicly available at the National Semiconductor website
                http://www.national.com/
 
-Author: Frodo Looijaard <frodol@dds.nl>
+Authors: Frodo Looijaard <frodol@dds.nl>
+         Jean Delvare <khali@linux-fr.org>
 
 Description
 -----------
index 43392c9ef4c327a17b4643d35092ea298424c84e..6026478471867eb8d9a452f08aef7924029801b0 100644 (file)
@@ -3960,6 +3960,13 @@ L:       lm-sensors@lm-sensors.org
 S:     Maintained
 F:     drivers/hwmon/lm73.c
 
+LM78 HARDWARE MONITOR DRIVER
+M:     Jean Delvare <khali@linux-fr.org>
+L:     lm-sensors@lm-sensors.org
+S:     Maintained
+F:     Documentation/hwmon/lm78
+F:     drivers/hwmon/lm78.c
+
 LM83 HARDWARE MONITOR DRIVER
 M:     Jean Delvare <khali@linux-fr.org>
 L:     lm-sensors@lm-sensors.org
index 05290e34a1be40a34292206b22325bbe5498b498..6df0b4681710e8baaa24d72f059f49ef060b8c0c 100644 (file)
@@ -1060,9 +1060,7 @@ static void __exit sm_lm78_exit(void)
        i2c_del_driver(&lm78_driver);
 }
 
-
-
-MODULE_AUTHOR("Frodo Looijaard <frodol@dds.nl>");
+MODULE_AUTHOR("Frodo Looijaard, Jean Delvare <khali@linux-fr.org>");
 MODULE_DESCRIPTION("LM78/LM79 driver");
 MODULE_LICENSE("GPL");