diff options
| author | Heinrich Schuchardt <[email protected]> | 2023-04-02 06:51:01 +0200 |
|---|---|---|
| committer | Ilias Apalodimas <[email protected]> | 2023-05-02 14:09:19 +0300 |
| commit | a390050b4112a1e4a378a1ffba95bd92c49cf75f (patch) | |
| tree | 91158b97e4e1dd3fbba0c566a05bc05e9d5aa69b | |
| parent | 7e218c19c74bcedf3a2225fe2bf1aee34b2bb5ee (diff) | |
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 <[email protected]>
Reviewed-by: Ilias Apalodimas <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Ilias Apalodimas <[email protected]>
| -rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f752132a1fc..706b831571e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1504,7 +1504,9 @@ TPM DRIVERS M: Ilias Apalodimas <[email protected]> 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 <[email protected]> |
