[PATCH v5 4/6] MAINTAINERS: Add entry for Loongson RNG driver

2025-03-13 Thread Qunqin Zhao
This patch adds an entry for Loongson RNG driver in the list of maintainers. Signed-off-by: Qunqin Zhao --- v5: None v4: Changed tile to "Add entry for ...". Lowcased "Maintainers" in commit message. MAINTAINERS | 6 ++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINERS b/MAINTAI

Re: [PATCH v5 0/6] Drivers for Loongson security engine

2025-03-13 Thread Qunqin Zhao
在 2025/3/13 下午5:26, Huacai Chen 写道: You haven't seen my comments in previous version? https://lore.kernel.org/loongarch/CAAhV-H5xyRrF1_=e7rlm3dheyaebdmufyqvgoxaq6+d6s5u...@mail.gmail.com/ I am very sorry that I didn't notice your reply. I don't think it is necessary to change the driver fil

Re: [PATCH v5 0/6] Drivers for Loongson security engine

2025-03-13 Thread Huacai Chen
You haven't seen my comments in previous version? https://lore.kernel.org/loongarch/CAAhV-H5xyRrF1_=e7rlm3dheyaebdmufyqvgoxaq6+d6s5u...@mail.gmail.com/ Huacai On Thu, Mar 13, 2025 at 5:05 PM Qunqin Zhao wrote: > > Loongson security engine supports random number generation, hash, > symmetric enc

[PATCH v5 1/6] mfd: Add support for Loongson Security Module

2025-03-13 Thread Qunqin Zhao
This driver supports Loongson Security Module, which provides the control for it's hardware encryption acceleration child devices. Co-developed-by: Yinggang Gu Signed-off-by: Yinggang Gu Signed-off-by: Qunqin Zhao --- v5: Registered "ls6000se-rng" device. v3-v4: None v2: Removed "ls6000se-sdf"

[PATCH v5 6/6] MAINTAINERS: Add tpm_lsse.c to LOONGSON CRYPTO DRIVER entry

2025-03-13 Thread Qunqin Zhao
Changes to Loongson TPM driver would be best reviewed by the Loongson crypto driver maintainers. Signed-off-by: Qunqin Zhao --- v4-v5: None MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 3f04f43ffe..75760e6ec2 100644 --- a/MAINTAINERS +++ b/MAINT

[PATCH v5 5/6] tpm: Add a driver for Loongson TPM device

2025-03-13 Thread Qunqin Zhao
Loongson security engine supports random number generation, hash, symmetric encryption and asymmetric encryption. Based on these encryption functions, TPM2 have been implemented in the Loongson security engine firmware. This driver is responsible for copying data into the memory visible to the firm

[PATCH v5 2/6] MAINTAINERS: Add entry for Loongson Security Module driver

2025-03-13 Thread Qunqin Zhao
This patch adds an entry for Loongson Security Module driver in the list of maintainers. Signed-off-by: Qunqin Zhao --- v5: None v4: Changed tile to "Add entry for ". Lowcased "Maintainers" in commit message. MAINTAINERS | 7 +++ 1 file changed, 7 insertions(+) diff --git a/MAINTAI

[PATCH v5 0/6] Drivers for Loongson security engine

2025-03-13 Thread Qunqin Zhao
Loongson security engine supports random number generation, hash, symmetric encryption and asymmetric encryption. Based on these encryption functions, TPM2 have been implemented in it. mfd is the baser driver, crypto and tpm are users. v5: Registered "ls6000se-rng" device in mfd driver. v4: Pleas