Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cbb2d5e4 authored by Rajiv Andrade's avatar Rajiv Andrade
Browse files

MAINTAINERS: TPM maintainers' contacts update



Usual contact update, Debora Velarde role resign, and the new
co-maintainer inclusion, Kent Yoder. He's accepted to contribute
more actively to this driver's maintainership given the current
maintainer's slight career change that will affect his contribution
time.

[Replacing Debora Velarde by Kent Yoder]
Signed-off-by: default avatarRajiv Andrade <srajiv@linux.vnet.ibm.com>
parent 66dd07b8
Loading
Loading
Loading
Loading
+4 −3
Original line number Original line Diff line number Diff line
@@ -6835,10 +6835,11 @@ F: include/linux/shmem_fs.h
F:	mm/shmem.c
F:	mm/shmem.c


TPM DEVICE DRIVER
TPM DEVICE DRIVER
M:	Debora Velarde <debora@linux.vnet.ibm.com>
M:	Kent Yoder <key@linux.vnet.ibm.com>
M:	Rajiv Andrade <srajiv@linux.vnet.ibm.com>
M:	Rajiv Andrade <mail@srajiv.net>
W:	http://tpmdd.sourceforge.net
W:	http://tpmdd.sourceforge.net
M:	Marcel Selhorst <m.selhorst@sirrix.com>
M:	Marcel Selhorst <tpmdd@selhorst.net>
M:	Sirrix AG <tpmdd@sirrix.com>
W:	http://www.sirrix.com
W:	http://www.sirrix.com
L:	tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
L:	tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
S:	Maintained
S:	Maintained
+3 −3
Original line number Original line Diff line number Diff line
@@ -4,8 +4,8 @@
 * SLD 9630 TT 1.1 and SLB 9635 TT 1.2 Trusted Platform Module
 * SLD 9630 TT 1.1 and SLB 9635 TT 1.2 Trusted Platform Module
 * Specifications at www.trustedcomputinggroup.org
 * Specifications at www.trustedcomputinggroup.org
 *
 *
 * Copyright (C) 2005, Marcel Selhorst <m.selhorst@sirrix.com>
 * Copyright (C) 2005, Marcel Selhorst <tpmdd@selhorst.net>
 * Sirrix AG - security technologies, http://www.sirrix.com and
 * Sirrix AG - security technologies <tpmdd@sirrix.com> and
 * Applied Data Security Group, Ruhr-University Bochum, Germany
 * Applied Data Security Group, Ruhr-University Bochum, Germany
 * Project-Homepage: http://www.trust.rub.de/projects/linux-device-driver-infineon-tpm/ 
 * Project-Homepage: http://www.trust.rub.de/projects/linux-device-driver-infineon-tpm/ 
 *
 *
@@ -671,7 +671,7 @@ static void __exit cleanup_inf(void)
module_init(init_inf);
module_init(init_inf);
module_exit(cleanup_inf);
module_exit(cleanup_inf);


MODULE_AUTHOR("Marcel Selhorst <m.selhorst@sirrix.com>");
MODULE_AUTHOR("Marcel Selhorst <tpmdd@sirrix.com>");
MODULE_DESCRIPTION("Driver for Infineon TPM SLD 9630 TT 1.1 / SLB 9635 TT 1.2");
MODULE_DESCRIPTION("Driver for Infineon TPM SLD 9630 TT 1.1 / SLB 9635 TT 1.2");
MODULE_VERSION("1.9.2");
MODULE_VERSION("1.9.2");
MODULE_LICENSE("GPL");
MODULE_LICENSE("GPL");