diff mbox series

[1/1] MAINTAINERS: assign include/tpm*, cmd/tpm.c

Message ID 20230402044904.8177-1-heinrich.schuchardt@canonical.com
State Superseded
Delegated to: Ilias Apalodimas
Headers show
Series [1/1] MAINTAINERS: assign include/tpm*, cmd/tpm.c | expand

Commit Message

Heinrich Schuchardt April 2, 2023, 4:49 a.m. UTC
The files include/tpm* are an integral part of the TPM drivers.
The tpm command is used to access TPM devices.

Both should be managed by the TPM DRIVERS maintainer.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index d2e245e5e9..4961277e4f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1478,7 +1478,9 @@  TPM DRIVERS
 M:	Ilias Apalodimas <ilias.apalodimas@linaro.org>
 S:	Maintained
 T:	git https://source.denx.de/u-boot/custodians/u-boot-tpm.git
+F:	cmd/tpm.c
 F:	drivers/tpm/
+F:	include/tpm*
 
 TQ GROUP
 #M:	Martin Krause <martin.krause@tq-systems.de>