Message ID | 20250327021940.29969-2-zhaoqunqin@loongson.cn (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Drivers for Loongson security engine | expand |
On Thu, Mar 27, 2025 at 10:19:40AM +0800, Qunqin Zhao wrote: > Changes to Loongson TPM driver would be best reviewed by the Loongson > crypto driver maintainers. > > Signed-off-by: Qunqin Zhao <zhaoqunqin@loongson.cn> > --- > v6: "tpm_lsse.c" -> "tpm_loongson" > v4-v5: None > > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 814205642..16fcd35ff 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -13606,6 +13606,7 @@ LOONGSON CRYPTO DRIVER > M: Qunqin Zhao <zhaoqunqin@loongson.com> > L: linux-crypto@vger.kernel.org > S: Maintained > +F: drivers/char/tpm/tpm_loongson.c > F: drivers/crypto/loongson/ > > LOONGSON-2 APB DMA DRIVER > -- > 2.45.2 > Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org> BR, Jarkko
diff --git a/MAINTAINERS b/MAINTAINERS index 814205642..16fcd35ff 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13606,6 +13606,7 @@ LOONGSON CRYPTO DRIVER M: Qunqin Zhao <zhaoqunqin@loongson.com> L: linux-crypto@vger.kernel.org S: Maintained +F: drivers/char/tpm/tpm_loongson.c F: drivers/crypto/loongson/ LOONGSON-2 APB DMA DRIVER
Changes to Loongson TPM driver would be best reviewed by the Loongson crypto driver maintainers. Signed-off-by: Qunqin Zhao <zhaoqunqin@loongson.cn> --- v6: "tpm_lsse.c" -> "tpm_loongson" v4-v5: None MAINTAINERS | 1 + 1 file changed, 1 insertion(+)