* [PATCH] MAINTAINERS: adjust file entry in LOONGSON SECURITY ENGINE DRIVERS
@ 2025-09-12 7:46 Lukas Bulwahn
2025-09-18 1:43 ` Qunqin Zhao
2025-09-25 12:00 ` Lee Jones
0 siblings, 2 replies; 3+ messages in thread
From: Lukas Bulwahn @ 2025-09-12 7:46 UTC (permalink / raw)
To: Qunqin Zhao, Huacai Chen, Lee Jones, linux-crypto, loongarch
Cc: kernel-janitors, linux-kernel, 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
+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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] MAINTAINERS: adjust file entry in LOONGSON SECURITY ENGINE DRIVERS
2025-09-12 7:46 [PATCH] MAINTAINERS: adjust file entry in LOONGSON SECURITY ENGINE DRIVERS Lukas Bulwahn
@ 2025-09-18 1:43 ` Qunqin Zhao
2025-09-25 12:00 ` Lee Jones
1 sibling, 0 replies; 3+ messages in thread
From: Qunqin Zhao @ 2025-09-18 1:43 UTC (permalink / raw)
To: Lukas Bulwahn
Cc: Huacai Chen, Lee Jones, linux-crypto, loongarch, kernel-janitors,
linux-kernel, Lukas Bulwahn
在 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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] MAINTAINERS: adjust file entry in LOONGSON SECURITY ENGINE DRIVERS
2025-09-12 7:46 [PATCH] MAINTAINERS: adjust file entry in LOONGSON SECURITY ENGINE DRIVERS Lukas Bulwahn
2025-09-18 1:43 ` Qunqin Zhao
@ 2025-09-25 12:00 ` Lee Jones
1 sibling, 0 replies; 3+ messages in thread
From: Lee Jones @ 2025-09-25 12:00 UTC (permalink / raw)
To: Lukas Bulwahn
Cc: Qunqin Zhao, Huacai Chen, linux-crypto, loongarch,
kernel-janitors, linux-kernel, Lukas Bulwahn
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 [李琼斯]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-09-25 12:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-12 7:46 [PATCH] MAINTAINERS: adjust file entry in LOONGSON SECURITY ENGINE DRIVERS Lukas Bulwahn
2025-09-18 1:43 ` Qunqin Zhao
2025-09-25 12:00 ` Lee Jones
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).