On 24/12/2024 08:25, Qunqin Zhao wrote:OK
This driver supports Loongson Security Module, whichPlease wrap commit message according to Linux coding style / submission
provides the control for it's hardware encryption
acceleration child devices.
process (neither too early nor over the limit):
https://elixir.bootlin.com/linux/v6.4-rc1/source/Documentation/process/submitting-patches.rst#L597
Only ACPI firmware is supported.I don't get why you are sending this to soc. This is loongson specific
Signed-off-by: Qunqin Zhao <zhaoqunqin@xxxxxxxxxxx>
and is supposed to go via Loongson maintainers.
And why is this a resend?
---
Changes in v2:
- Removed useless memset() in probe.
- Cleaned up coding style.
- Corrected the spelling.
MAINTAINERS | 7 +
drivers/soc/loongson/Kconfig | 9 +
drivers/soc/loongson/Makefile | 1 +
drivers/soc/loongson/loongson_se.c | 523 +++++++++++++++++++++++++++++
include/soc/loongson/se.h | 135 ++++++++
include/linux/soc/... or just keep it private to the driver. Why this
has to be exposed to other users?
Best regards,
Krzysztof