]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
mfd: Add support for Loongson Security Engine chip controller
authorQunqin Zhao <zhaoqunqin@loongson.cn>
Sat, 5 Jul 2025 07:20:42 +0000 (15:20 +0800)
committerLee Jones <lee@kernel.org>
Tue, 2 Sep 2025 11:29:57 +0000 (12:29 +0100)
commite551fa3159e3050c26ff010c3b595b45d7eb071a
treeee1c5ccea01d774835e850de13986bd02642ebe5
parent8f5ae30d69d7543eee0d70083daf4de8fe15d585
mfd: Add support for Loongson Security Engine chip controller

Loongson Security Engine chip supports RNG, SM2, SM3 and SM4 accelerator
engines. This is the base driver for other specific engine drivers.

Co-developed-by: Yinggang Gu <guyinggang@loongson.cn>
Signed-off-by: Yinggang Gu <guyinggang@loongson.cn>
Signed-off-by: Qunqin Zhao <zhaoqunqin@loongson.cn>
Reviewed-by: Huacai Chen <chenhuacai@loongson.cn>
Link: https://lore.kernel.org/r/20250705072045.1067-2-zhaoqunqin@loongson.cn
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/mfd/Kconfig
drivers/mfd/Makefile
drivers/mfd/loongson-se.c [new file with mode: 0644]
include/linux/mfd/loongson-se.h [new file with mode: 0644]