diff options
author | Riku Voipio <riku.voipio@iki.fi> | 2009-03-03 14:37:17 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-03-30 09:22:04 -0400 |
commit | b26e0ed4936b743b693a4cc1413561fa3e4eaf65 (patch) | |
tree | 121190dd9deb3596ed3452d141db0704951c82f2 | |
parent | 23d42494915d4dbdf99bccd35a76f3d45fbed62e (diff) |
trivial: Update my email address
Update my email address.
Signed-off-by: Riku Voipio <riku.voipio@iki.fi>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | CREDITS | 6 | ||||
-rw-r--r-- | MAINTAINERS | 11 | ||||
-rw-r--r-- | drivers/hwmon/f75375s.c | 4 | ||||
-rw-r--r-- | drivers/leds/leds-pca9532.c | 4 |
4 files changed, 21 insertions, 4 deletions
@@ -3571,6 +3571,12 @@ N: Dirk Verworner | |||
3571 | D: Co-author of German book ``Linux-Kernel-Programmierung'' | 3571 | D: Co-author of German book ``Linux-Kernel-Programmierung'' |
3572 | D: Co-founder of Berlin Linux User Group | 3572 | D: Co-founder of Berlin Linux User Group |
3573 | 3573 | ||
3574 | N: Riku Voipio | ||
3575 | E: riku.voipio@iki.fi | ||
3576 | D: Author of PCA9532 LED and Fintek f75375s hwmon driver | ||
3577 | D: Some random ARM board patches | ||
3578 | S: Finland | ||
3579 | |||
3574 | N: Patrick Volkerding | 3580 | N: Patrick Volkerding |
3575 | E: volkerdi@ftp.cdrom.com | 3581 | E: volkerdi@ftp.cdrom.com |
3576 | D: Produced the Slackware distribution, updated the SVGAlib | 3582 | D: Produced the Slackware distribution, updated the SVGAlib |
diff --git a/MAINTAINERS b/MAINTAINERS index 01243ce6d998..71b1b0353128 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -1763,6 +1763,12 @@ M: viro@zeniv.linux.org.uk | |||
1763 | L: linux-fsdevel@vger.kernel.org | 1763 | L: linux-fsdevel@vger.kernel.org |
1764 | S: Maintained | 1764 | S: Maintained |
1765 | 1765 | ||
1766 | FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER | ||
1767 | P: Riku Voipio | ||
1768 | M: riku.vipio@iki.fi | ||
1769 | L: lm-sensors@lm-sensors.org | ||
1770 | S: Maintained | ||
1771 | |||
1766 | FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>) | 1772 | FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>) |
1767 | P: Kristian Hoegsberg, Stefan Richter | 1773 | P: Kristian Hoegsberg, Stefan Richter |
1768 | M: krh@redhat.com, stefanr@s5r6.in-berlin.de | 1774 | M: krh@redhat.com, stefanr@s5r6.in-berlin.de |
@@ -3412,6 +3418,11 @@ P: Jim Cromie | |||
3412 | M: jim.cromie@gmail.com | 3418 | M: jim.cromie@gmail.com |
3413 | S: Maintained | 3419 | S: Maintained |
3414 | 3420 | ||
3421 | PCA9532 LED DRIVER | ||
3422 | P: Riku Voipio | ||
3423 | M: riku.voipio@iki.fi | ||
3424 | S: Maintained | ||
3425 | |||
3415 | PCI ERROR RECOVERY | 3426 | PCI ERROR RECOVERY |
3416 | P: Linas Vepstas | 3427 | P: Linas Vepstas |
3417 | M: linas@austin.ibm.com | 3428 | M: linas@austin.ibm.com |
diff --git a/drivers/hwmon/f75375s.c b/drivers/hwmon/f75375s.c index 18a1ba888165..e2107e533ede 100644 --- a/drivers/hwmon/f75375s.c +++ b/drivers/hwmon/f75375s.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * f75375s.c - driver for the Fintek F75375/SP and F75373 | 2 | * f75375s.c - driver for the Fintek F75375/SP and F75373 |
3 | * hardware monitoring features | 3 | * hardware monitoring features |
4 | * Copyright (C) 2006-2007 Riku Voipio <riku.voipio@movial.fi> | 4 | * Copyright (C) 2006-2007 Riku Voipio |
5 | * | 5 | * |
6 | * Datasheets available at: | 6 | * Datasheets available at: |
7 | * | 7 | * |
@@ -721,7 +721,7 @@ static void __exit sensors_f75375_exit(void) | |||
721 | i2c_del_driver(&f75375_driver); | 721 | i2c_del_driver(&f75375_driver); |
722 | } | 722 | } |
723 | 723 | ||
724 | MODULE_AUTHOR("Riku Voipio <riku.voipio@movial.fi>"); | 724 | MODULE_AUTHOR("Riku Voipio"); |
725 | MODULE_LICENSE("GPL"); | 725 | MODULE_LICENSE("GPL"); |
726 | MODULE_DESCRIPTION("F75373/F75375 hardware monitoring driver"); | 726 | MODULE_DESCRIPTION("F75373/F75375 hardware monitoring driver"); |
727 | 727 | ||
diff --git a/drivers/leds/leds-pca9532.c b/drivers/leds/leds-pca9532.c index 76ec7498e2d5..bd3b431c9710 100644 --- a/drivers/leds/leds-pca9532.c +++ b/drivers/leds/leds-pca9532.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * pca9532.c - 16-bit Led dimmer | 2 | * pca9532.c - 16-bit Led dimmer |
3 | * | 3 | * |
4 | * Copyright (C) 2008 Riku Voipio <riku.voipio@movial.fi> | 4 | * Copyright (C) 2008 Riku Voipio |
5 | * | 5 | * |
6 | * This program is free software; you can redistribute it and/or modify | 6 | * 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 | 7 | * it under the terms of the GNU General Public License as published by |
@@ -367,7 +367,7 @@ static void __exit pca9532_exit(void) | |||
367 | i2c_del_driver(&pca9532_driver); | 367 | i2c_del_driver(&pca9532_driver); |
368 | } | 368 | } |
369 | 369 | ||
370 | MODULE_AUTHOR("Riku Voipio <riku.voipio@movial.fi>"); | 370 | MODULE_AUTHOR("Riku Voipio"); |
371 | MODULE_LICENSE("GPL"); | 371 | MODULE_LICENSE("GPL"); |
372 | MODULE_DESCRIPTION("PCA 9532 LED dimmer"); | 372 | MODULE_DESCRIPTION("PCA 9532 LED dimmer"); |
373 | 373 | ||