Re: [PATCH] crypto: omap-sham: convert to use crypto engine

2020-09-18 Thread Herbert Xu
On Mon, Sep 07, 2020 at 10:56:10AM +0300, Tero Kristo wrote: > Convert the omap-sham driver to use crypto engine for queue handling, > instead of using local implementation. > > Signed-off-by: Tero Kristo > --- > drivers/crypto/omap-sham.c | 186 - > 1 file ch

[PATCH] crypto: omap-sham: convert to use crypto engine

2020-09-07 Thread Tero Kristo
Convert the omap-sham driver to use crypto engine for queue handling, instead of using local implementation. Signed-off-by: Tero Kristo --- drivers/crypto/omap-sham.c | 186 - 1 file changed, 78 insertions(+), 108 deletions(-) diff --git a/drivers/crypto/omap