Re: [PATCH v2 3/3] MAINTAINERS: Add Qualcomm TPM driver entry
From: Jarkko Sakkinen
Date: Thu Sep 17 2026 - 21:50:36 EST
On Mon, Sep 07, 2026 at 02:58:43PM +0530, Kuldeep Singh wrote:
> Add a dedicated MAINTAINERS entry for the Qualcomm TPM driver, which
> uses the Qualcomm TEE interface (qcomtee) to communicate with a TPM
> Trusted Application running in TrustZone.
>
> Signed-off-by: Kuldeep Singh <kuldeep.singh@xxxxxxxxxxxxxxxx>
> ---
> MAINTAINERS | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 47b04968e79a..cfa5b66823c7 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -22636,6 +22636,13 @@ S: Maintained
> F: Documentation/tee/qtee.rst
> F: drivers/tee/qcomtee/
>
> +QUALCOMM TPM DRIVER
> +M: Kuldeep Singh <kuldeep.singh@xxxxxxxxxxxxxxxx>
> +L: linux-arm-msm@xxxxxxxxxxxxxxx
> +S: Maintained
> +F: drivers/char/tpm/tpm_qcom.c
> +F: drivers/char/tpm/tpm_qcom.h
> +
> QUALCOMM TRUST ZONE MEMORY ALLOCATOR
> M: Bartosz Golaszewski <brgl@xxxxxxxxxx>
> L: linux-arm-msm@xxxxxxxxxxxxxxx
>
> --
> 2.34.1
>
Reviewed-by: Jarkko Sakkinen <jarkko@xxxxxxxxxx>
BR, Jarkko