aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshley Lai <ashleydlai@gmail.com>2014-12-04 22:01:51 -0500
committerPeter Huewe <peterhuewe@gmx.de>2015-01-17 08:00:09 -0500
commit1a0f1b279c2c4e5747a682b055d27d88e35bb632 (patch)
treeb961a579db860265a646c8c34615c894d5869b75
parent67fe94175a3e2da2bb0897f644ed856b8528c633 (diff)
tpm_ibmvtpm: Update email address in maintainers list and ibmvtpm driver
Added myself as a maintainer for the IBM vtpm driver and removed myself from the tpm maintainer list. Also, updated the tpm_ibmvtpm driver with my current email address. Signed-off-by: Ashley Lai <ashleydlai@gmail.com> Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
-rw-r--r--MAINTAINERS8
-rw-r--r--drivers/char/tpm/tpm_ibmvtpm.c2
-rw-r--r--drivers/char/tpm/tpm_ibmvtpm.h2
-rw-r--r--drivers/char/tpm/tpm_of.c2
4 files changed, 10 insertions, 4 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 600d2aad8276..e18aef54b4b2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9720,13 +9720,19 @@ F: drivers/media/pci/tw68/
9720 9720
9721TPM DEVICE DRIVER 9721TPM DEVICE DRIVER
9722M: Peter Huewe <peterhuewe@gmx.de> 9722M: Peter Huewe <peterhuewe@gmx.de>
9723M: Ashley Lai <ashley@ashleylai.com>
9724M: Marcel Selhorst <tpmdd@selhorst.net> 9723M: Marcel Selhorst <tpmdd@selhorst.net>
9725W: http://tpmdd.sourceforge.net 9724W: http://tpmdd.sourceforge.net
9726L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers) 9725L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
9727S: Maintained 9726S: Maintained
9728F: drivers/char/tpm/ 9727F: drivers/char/tpm/
9729 9728
9729TPM IBM_VTPM DEVICE DRIVER
9730M: Ashley Lai <ashleydlai@gmail.com>
9731W: http://tpmdd.sourceforge.net
9732L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
9733S: Maintained
9734F: drivers/char/tpm/tpm_ibmvtpm*
9735
9730TRACING 9736TRACING
9731M: Steven Rostedt <rostedt@goodmis.org> 9737M: Steven Rostedt <rostedt@goodmis.org>
9732M: Ingo Molnar <mingo@redhat.com> 9738M: Ingo Molnar <mingo@redhat.com>
diff --git a/drivers/char/tpm/tpm_ibmvtpm.c b/drivers/char/tpm/tpm_ibmvtpm.c
index 4109222f2878..96f5d448b84c 100644
--- a/drivers/char/tpm/tpm_ibmvtpm.c
+++ b/drivers/char/tpm/tpm_ibmvtpm.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * Copyright (C) 2012 IBM Corporation 2 * Copyright (C) 2012 IBM Corporation
3 * 3 *
4 * Author: Ashley Lai <adlai@us.ibm.com> 4 * Author: Ashley Lai <ashleydlai@gmail.com>
5 * 5 *
6 * Maintained by: <tpmdd-devel@lists.sourceforge.net> 6 * Maintained by: <tpmdd-devel@lists.sourceforge.net>
7 * 7 *
diff --git a/drivers/char/tpm/tpm_ibmvtpm.h b/drivers/char/tpm/tpm_ibmvtpm.h
index bd82a791f995..f595f14426bf 100644
--- a/drivers/char/tpm/tpm_ibmvtpm.h
+++ b/drivers/char/tpm/tpm_ibmvtpm.h
@@ -1,7 +1,7 @@
1/* 1/*
2 * Copyright (C) 2012 IBM Corporation 2 * Copyright (C) 2012 IBM Corporation
3 * 3 *
4 * Author: Ashley Lai <adlai@us.ibm.com> 4 * Author: Ashley Lai <ashleydlai@gmail.com>
5 * 5 *
6 * Maintained by: <tpmdd-devel@lists.sourceforge.net> 6 * Maintained by: <tpmdd-devel@lists.sourceforge.net>
7 * 7 *
diff --git a/drivers/char/tpm/tpm_of.c b/drivers/char/tpm/tpm_of.c
index 98ba2bd1a355..c002d1bd9caf 100644
--- a/drivers/char/tpm/tpm_of.c
+++ b/drivers/char/tpm/tpm_of.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * Copyright 2012 IBM Corporation 2 * Copyright 2012 IBM Corporation
3 * 3 *
4 * Author: Ashley Lai <adlai@us.ibm.com> 4 * Author: Ashley Lai <ashleydlai@gmail.com>
5 * 5 *
6 * Maintained by: <tpmdd-devel@lists.sourceforge.net> 6 * Maintained by: <tpmdd-devel@lists.sourceforge.net>
7 * 7 *