[PATCH v2 1/1] 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 --- v2: cmd/tpm.c -> cmd/tpm* --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS index d2e245e5e9..69e64ea342 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* F: drivers/tpm/ +F: include/tpm*
TQ GROUP #M: Martin Krause martin.krause@tq-systems.de

On Sun, 2 Apr 2023 at 16:51, Heinrich Schuchardt heinrich.schuchardt@canonical.com wrote:
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
v2: cmd/tpm.c -> cmd/tpm*
MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org

On Sun, 2 Apr 2023 at 21:45, Simon Glass sjg@chromium.org wrote:
On Sun, 2 Apr 2023 at 16:51, Heinrich Schuchardt heinrich.schuchardt@canonical.com wrote:
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
v2: cmd/tpm.c -> cmd/tpm*
MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org
Reviewed-by: Ilias Apalodimas ilias.apalodimas@linaro.org
participants (3)
-
Heinrich Schuchardt
-
Ilias Apalodimas
-
Simon Glass