Re: [PATCH 0/8] crypto: omap-sham: convert to sg based data engine

2016-09-22 Thread Herbert Xu
On Mon, Sep 19, 2016 at 06:22:11PM +0300, Tero Kristo wrote: > Hi, > > This series converts the omap-sham buffer handling towards a scatterlist > approach. This avoids the need to have a huge internal buffer within the > driver, and also allows us to properly implement export/import for the >

[PATCH 0/8] crypto: omap-sham: convert to sg based data engine

2016-09-19 Thread Tero Kristo
Hi, This series converts the omap-sham buffer handling towards a scatterlist approach. This avoids the need to have a huge internal buffer within the driver, and also allows us to properly implement export/import for the driver. I tried splitting up the changes to some sane patches, but this was