public inbox for linux-crypto@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/3] Drivers for Loongson security engine
@ 2025-01-14  9:55 Qunqin Zhao
  2025-01-14  9:55 ` [PATCH v1 1/3] mfd: Add support for Loongson Security Module Qunqin Zhao
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Qunqin Zhao @ 2025-01-14  9:55 UTC (permalink / raw)
  To: lee, herbert, gregkh
  Cc: linux-kernel, loongarch, davem, linux-crypto, arnd, derek.kiernan,
	dragan.cvetic, Qunqin Zhao

Loongson SE supports random number generation, hash, symmetric encryption
and asymmetric encryption. Based on these encryption functions, TPM2.0
and SDF have been implemented in SE. SDF is the functions specified in
"GB/T 36322-2018".

mfd is the baser driver, crypto and misc are users.

Qunqin Zhao (3):
  mfd: Add support for Loongson Security Module
  crypto: loongson - add Loongson RNG driver support
  misc: ls6000se-sdf: Add driver for Loongson 6000SE SDF

 MAINTAINERS                            |  14 +
 drivers/crypto/Kconfig                 |   1 +
 drivers/crypto/Makefile                |   1 +
 drivers/crypto/loongson/Kconfig        |   6 +
 drivers/crypto/loongson/Makefile       |   2 +
 drivers/crypto/loongson/ls6000se-rng.c | 190 +++++++++++++
 drivers/mfd/Kconfig                    |   9 +
 drivers/mfd/Makefile                   |   2 +
 drivers/mfd/ls6000se.c                 | 373 +++++++++++++++++++++++++
 drivers/misc/Kconfig                   |   9 +
 drivers/misc/Makefile                  |   1 +
 drivers/misc/ls6000se-sdf.c            | 123 ++++++++
 include/linux/mfd/ls6000se.h           |  75 +++++
 13 files changed, 806 insertions(+)
 create mode 100644 drivers/crypto/loongson/Kconfig
 create mode 100644 drivers/crypto/loongson/Makefile
 create mode 100644 drivers/crypto/loongson/ls6000se-rng.c
 create mode 100644 drivers/mfd/ls6000se.c
 create mode 100644 drivers/misc/ls6000se-sdf.c
 create mode 100644 include/linux/mfd/ls6000se.h


base-commit: c2b148f3bc94b61e885dc8529d6b6136576bd865
-- 
2.43.0


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2025-01-26  4:26 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-14  9:55 [PATCH v1 0/3] Drivers for Loongson security engine Qunqin Zhao
2025-01-14  9:55 ` [PATCH v1 1/3] mfd: Add support for Loongson Security Module Qunqin Zhao
2025-01-14  9:55 ` [PATCH v1 2/3] crypto: loongson - add Loongson RNG driver support Qunqin Zhao
2025-01-14  9:55 ` [PATCH v1 3/3] misc: ls6000se-sdf: Add driver for Loongson 6000SE SDF Qunqin Zhao
2025-01-14 10:17   ` Arnd Bergmann
2025-01-14 10:43     ` Xi Ruoyao
2025-01-14 13:21       ` Greg Kroah-Hartman
2025-01-15  2:58         ` Qunqin Zhao
2025-01-15  7:58           ` Greg Kroah-Hartman
2025-01-15 10:39             ` Zheng, Yaofei
2025-01-15 11:13               ` Xi Ruoyao
2025-01-26  4:26                 ` WANG Xuerui

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox