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
在 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
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
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"
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
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
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
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