Re: [PATCH v2 3/3] crypto: sun4i-ss - add the V3s variant of SS

From: Corentin Labbe
Date: Mon Aug 31 2020 - 07:50:35 EST


On Mon, Aug 31, 2020 at 09:31:01AM +0200, Martin Cerveny wrote:
> Like A33 "sun4i-ss" has a difference, it give SHA1 digest
> directly in BE. So add new compatible.
>
> Tested-by: Martin Cerveny <m.cerveny@xxxxxxxxxxxx>
> Signed-off-by: Martin Cerveny <m.cerveny@xxxxxxxxxxxx>
> ---
> drivers/crypto/allwinner/sun4i-ss/sun4i-ss-core.c | 7 +++++++
> 1 file changed, 7 insertions(+)
>

Your commit message is wrong, "sun4i-ss" has no difference, but V3S yes.
Your other patch has the same problem.

Otherwise you could add:
Acked-by: Corentin Labbe <clabbe.montjoie@xxxxxxxxx>

Regards