Re: [PATCH] hwrng: add Zhaoxin HW RNG driver

From: LeoLiu-oc
Date: Sun Jul 30 2023 - 23:19:47 EST




在 2023/7/27 14:48, Corentin Labbe 写道:
Le Wed, Jul 26, 2023 at 07:35:53PM +0800, LeoLiu-oc a écrit :
From: leoliu-oc <leoliu-oc@xxxxxxxxxxx>

Add support for Zhaoxin HW RNG.

Signed-off-by: leoliu-oc <leoliu-oc@xxxxxxxxxxx>
---
drivers/char/hw_random/Kconfig | 13 +++
drivers/char/hw_random/Makefile | 1 +
drivers/char/hw_random/via-rng.c | 17 ++--

Hello

You are doing changes in via-rng without stating why.
If changes are needed in via-rng, you should do this in a separate patch.

Regards

OK,Got it.Thanks for your advice,I will modify it in the next version.

Leoliu-oc