mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
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>
This commit is contained in:
parent
23d4249491
commit
b26e0ed493
4 changed files with 21 additions and 4 deletions
6
CREDITS
6
CREDITS
|
@ -3571,6 +3571,12 @@ N: Dirk Verworner
|
||||||
D: Co-author of German book ``Linux-Kernel-Programmierung''
|
D: Co-author of German book ``Linux-Kernel-Programmierung''
|
||||||
D: Co-founder of Berlin Linux User Group
|
D: Co-founder of Berlin Linux User Group
|
||||||
|
|
||||||
|
N: Riku Voipio
|
||||||
|
E: riku.voipio@iki.fi
|
||||||
|
D: Author of PCA9532 LED and Fintek f75375s hwmon driver
|
||||||
|
D: Some random ARM board patches
|
||||||
|
S: Finland
|
||||||
|
|
||||||
N: Patrick Volkerding
|
N: Patrick Volkerding
|
||||||
E: volkerdi@ftp.cdrom.com
|
E: volkerdi@ftp.cdrom.com
|
||||||
D: Produced the Slackware distribution, updated the SVGAlib
|
D: Produced the Slackware distribution, updated the SVGAlib
|
||||||
|
|
11
MAINTAINERS
11
MAINTAINERS
|
@ -1763,6 +1763,12 @@ M: viro@zeniv.linux.org.uk
|
||||||
L: linux-fsdevel@vger.kernel.org
|
L: linux-fsdevel@vger.kernel.org
|
||||||
S: Maintained
|
S: Maintained
|
||||||
|
|
||||||
|
FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
|
||||||
|
P: Riku Voipio
|
||||||
|
M: riku.vipio@iki.fi
|
||||||
|
L: lm-sensors@lm-sensors.org
|
||||||
|
S: Maintained
|
||||||
|
|
||||||
FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
|
FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
|
||||||
P: Kristian Hoegsberg, Stefan Richter
|
P: Kristian Hoegsberg, Stefan Richter
|
||||||
M: krh@redhat.com, stefanr@s5r6.in-berlin.de
|
M: krh@redhat.com, stefanr@s5r6.in-berlin.de
|
||||||
|
@ -3412,6 +3418,11 @@ P: Jim Cromie
|
||||||
M: jim.cromie@gmail.com
|
M: jim.cromie@gmail.com
|
||||||
S: Maintained
|
S: Maintained
|
||||||
|
|
||||||
|
PCA9532 LED DRIVER
|
||||||
|
P: Riku Voipio
|
||||||
|
M: riku.voipio@iki.fi
|
||||||
|
S: Maintained
|
||||||
|
|
||||||
PCI ERROR RECOVERY
|
PCI ERROR RECOVERY
|
||||||
P: Linas Vepstas
|
P: Linas Vepstas
|
||||||
M: linas@austin.ibm.com
|
M: linas@austin.ibm.com
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* f75375s.c - driver for the Fintek F75375/SP and F75373
|
* f75375s.c - driver for the Fintek F75375/SP and F75373
|
||||||
* hardware monitoring features
|
* hardware monitoring features
|
||||||
* Copyright (C) 2006-2007 Riku Voipio <riku.voipio@movial.fi>
|
* Copyright (C) 2006-2007 Riku Voipio
|
||||||
*
|
*
|
||||||
* Datasheets available at:
|
* Datasheets available at:
|
||||||
*
|
*
|
||||||
|
@ -721,7 +721,7 @@ static void __exit sensors_f75375_exit(void)
|
||||||
i2c_del_driver(&f75375_driver);
|
i2c_del_driver(&f75375_driver);
|
||||||
}
|
}
|
||||||
|
|
||||||
MODULE_AUTHOR("Riku Voipio <riku.voipio@movial.fi>");
|
MODULE_AUTHOR("Riku Voipio");
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
MODULE_DESCRIPTION("F75373/F75375 hardware monitoring driver");
|
MODULE_DESCRIPTION("F75373/F75375 hardware monitoring driver");
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* pca9532.c - 16-bit Led dimmer
|
* pca9532.c - 16-bit Led dimmer
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008 Riku Voipio <riku.voipio@movial.fi>
|
* Copyright (C) 2008 Riku Voipio
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* 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
|
* 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);
|
i2c_del_driver(&pca9532_driver);
|
||||||
}
|
}
|
||||||
|
|
||||||
MODULE_AUTHOR("Riku Voipio <riku.voipio@movial.fi>");
|
MODULE_AUTHOR("Riku Voipio");
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
MODULE_DESCRIPTION("PCA 9532 LED dimmer");
|
MODULE_DESCRIPTION("PCA 9532 LED dimmer");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue