-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update my email address. Signed-off-by: Riku Voipio <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
- Loading branch information
1 parent
23d4249
commit b26e0ed
Showing
4 changed files
with
21 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3571,6 +3571,12 @@ N: Dirk Verworner | |
D: Co-author of German book ``Linux-Kernel-Programmierung'' | ||
D: Co-founder of Berlin Linux User Group | ||
|
||
N: Riku Voipio | ||
E: [email protected] | ||
D: Author of PCA9532 LED and Fintek f75375s hwmon driver | ||
D: Some random ARM board patches | ||
S: Finland | ||
|
||
N: Patrick Volkerding | ||
E: [email protected] | ||
D: Produced the Slackware distribution, updated the SVGAlib | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1763,6 +1763,12 @@ M: [email protected] | |
L: [email protected] | ||
S: Maintained | ||
|
||
FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER | ||
P: Riku Voipio | ||
M: [email protected] | ||
L: [email protected] | ||
S: Maintained | ||
|
||
FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>) | ||
P: Kristian Hoegsberg, Stefan Richter | ||
M: [email protected], [email protected] | ||
|
@@ -3412,6 +3418,11 @@ P: Jim Cromie | |
M: [email protected] | ||
S: Maintained | ||
|
||
PCA9532 LED DRIVER | ||
P: Riku Voipio | ||
M: [email protected] | ||
S: Maintained | ||
|
||
PCI ERROR RECOVERY | ||
P: Linas Vepstas | ||
M: [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* f75375s.c - driver for the Fintek F75375/SP and F75373 | ||
* hardware monitoring features | ||
* Copyright (C) 2006-2007 Riku Voipio <[email protected]> | ||
* Copyright (C) 2006-2007 Riku Voipio | ||
* | ||
* Datasheets available at: | ||
* | ||
|
@@ -721,7 +721,7 @@ static void __exit sensors_f75375_exit(void) | |
i2c_del_driver(&f75375_driver); | ||
} | ||
|
||
MODULE_AUTHOR("Riku Voipio <[email protected]>"); | ||
MODULE_AUTHOR("Riku Voipio"); | ||
MODULE_LICENSE("GPL"); | ||
MODULE_DESCRIPTION("F75373/F75375 hardware monitoring driver"); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* pca9532.c - 16-bit Led dimmer | ||
* | ||
* Copyright (C) 2008 Riku Voipio <[email protected]> | ||
* Copyright (C) 2008 Riku Voipio | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
@@ -367,7 +367,7 @@ static void __exit pca9532_exit(void) | |
i2c_del_driver(&pca9532_driver); | ||
} | ||
|
||
MODULE_AUTHOR("Riku Voipio <[email protected]>"); | ||
MODULE_AUTHOR("Riku Voipio"); | ||
MODULE_LICENSE("GPL"); | ||
MODULE_DESCRIPTION("PCA 9532 LED dimmer"); | ||
|
||
|