Re: [PATCH] hwrng: add Zhaoxin HW RNG driver
From: Corentin Labbe
Date: Thu Jul 27 2023 - 02:48:50 EST
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