From: Heinrich Schuchardt Date: Sun, 2 Apr 2023 04:51:01 +0000 (+0200) Subject: MAINTAINERS: assign include/tpm*, cmd/tpm* X-Git-Url: http://git.dujemihanovic.xyz/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 Reviewed-by: Ilias Apalodimas Reviewed-by: Simon Glass Signed-off-by: Ilias Apalodimas --- diff --git a/MAINTAINERS b/MAINTAINERS index f752132a1f..706b831571 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1504,7 +1504,9 @@ TPM DRIVERS M: Ilias Apalodimas 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