Skip to content

Commit

Permalink
trivial: Update my email address
Browse files Browse the repository at this point in the history
Update my email address.

Signed-off-by: Riku Voipio <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
suihkulokki authored and Jiri Kosina committed Mar 30, 2009
1 parent 23d4249 commit b26e0ed
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CREDITS
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 11 additions & 0 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions drivers/hwmon/f75375s.c
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:
*
Expand Down Expand Up @@ -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");

Expand Down
4 changes: 2 additions & 2 deletions drivers/leds/leds-pca9532.c
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
Expand Down Expand Up @@ -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");

Expand Down

0 comments on commit b26e0ed

Please sign in to comment.