[PATCH] MAINTAINERS: adjust file entry in LOONGSON SECURITY ENGINE DRIVERS

Lukas Bulwahn posted 1 patch 2 weeks, 6 days ago
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] MAINTAINERS: adjust file entry in LOONGSON SECURITY ENGINE DRIVERS
Posted by Lukas Bulwahn 2 weeks, 6 days ago
From: Lukas Bulwahn <lukas.bulwahn@redhat.com>

Commit 5c83b07df9c5 ("tpm: Add a driver for Loongson TPM device") adds a
driver at drivers/char/tpm/tpm_loongson.c, and commit 74fddd5fbab8
("MAINTAINERS: Add entry for Loongson Security Engine drivers") adds a new
section LOONGSON SECURITY ENGINE DRIVERS intending to refer to that driver.
It however adds the entry drivers/char/tpm_loongson.c; note that it misses
the tpm subdirectory.

Adjust the entry to refer to the intended file.

Fixes: 74fddd5fbab8 ("MAINTAINERS: Add entry for Loongson Security Engine drivers")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index fa7f80bd7b2f..a1339a8bb705 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14537,7 +14537,7 @@ LOONGSON SECURITY ENGINE DRIVERS
 M:	Qunqin Zhao <zhaoqunqin@loongson.cn>
 L:	linux-crypto@vger.kernel.org
 S:	Maintained
-F:	drivers/char/tpm_loongson.c
+F:	drivers/char/tpm/tpm_loongson.c
 F:	drivers/crypto/loongson/
 F:	drivers/mfd/loongson-se.c
 F:	include/linux/mfd/loongson-se.h
-- 
2.51.0
Re: [PATCH] MAINTAINERS: adjust file entry in LOONGSON SECURITY ENGINE DRIVERS
Posted by Lee Jones 1 week ago
On Fri, 12 Sep 2025, Lukas Bulwahn wrote:

> From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
> 
> Commit 5c83b07df9c5 ("tpm: Add a driver for Loongson TPM device") adds a
> driver at drivers/char/tpm/tpm_loongson.c, and commit 74fddd5fbab8
> ("MAINTAINERS: Add entry for Loongson Security Engine drivers") adds a new
> section LOONGSON SECURITY ENGINE DRIVERS intending to refer to that driver.
> It however adds the entry drivers/char/tpm_loongson.c; note that it misses
> the tpm subdirectory.
> 
> Adjust the entry to refer to the intended file.
> 
> Fixes: 74fddd5fbab8 ("MAINTAINERS: Add entry for Loongson Security Engine drivers")
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks

-- 
Lee Jones [李琼斯]
Re: [PATCH] MAINTAINERS: adjust file entry in LOONGSON SECURITY ENGINE DRIVERS
Posted by Qunqin Zhao 2 weeks ago
在 2025/9/12 下午3:46, Lukas Bulwahn 写道:
> From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
>
> Commit 5c83b07df9c5 ("tpm: Add a driver for Loongson TPM device") adds a
> driver at drivers/char/tpm/tpm_loongson.c, and commit 74fddd5fbab8
> ("MAINTAINERS: Add entry for Loongson Security Engine drivers") adds a new
> section LOONGSON SECURITY ENGINE DRIVERS intending to refer to that driver.
> It however adds the entry drivers/char/tpm_loongson.c; note that it misses
> the tpm subdirectory.
>
> Adjust the entry to refer to the intended file.
>
> Fixes: 74fddd5fbab8 ("MAINTAINERS: Add entry for Loongson Security Engine drivers")
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
> ---
>   MAINTAINERS | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index fa7f80bd7b2f..a1339a8bb705 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -14537,7 +14537,7 @@ LOONGSON SECURITY ENGINE DRIVERS
>   M:	Qunqin Zhao <zhaoqunqin@loongson.cn>
>   L:	linux-crypto@vger.kernel.org
>   S:	Maintained
> -F:	drivers/char/tpm_loongson.c

My bad, Thanks

Best regards,

Qunqin.

> +F:	drivers/char/tpm/tpm_loongson.c
>   F:	drivers/crypto/loongson/
>   F:	drivers/mfd/loongson-se.c
>   F:	include/linux/mfd/loongson-se.h