From: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Date: Sun, 2 Apr 2023 04:51:01 +0000 (+0200)
Subject: MAINTAINERS: assign include/tpm*, cmd/tpm*
X-Git-Tag: v2025.01-rc5-pxa1908~1017^2
X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/login.html?a=commitdiff_plain;h=a390050b4112a1e4a378a1ffba95bd92c49cf75f;p=u-boot.git

MAINTAINERS: assign include/tpm*, cmd/tpm*

The files include/tpm* are an integral part of the TPM drivers.
The tpm* commands are used to access TPM devices.

Both should be managed by the TPM DRIVERS maintainer.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
---

diff --git a/MAINTAINERS b/MAINTAINERS
index f752132a1f..706b831571 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1504,7 +1504,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*
 F:	drivers/tpm/
+F:	include/tpm*
 
 TQ GROUP
 #M:	Martin Krause <martin.krause@tq-systems.de>