Re: [PATCH v2 07/10] crypto: marvell: Move SRAM I/O operations to step functions

2016-06-17 Thread Boris Brezillon
On Fri, 17 Jun 2016 13:24:06 +0200 Romain Perier wrote: > Currently the crypto requests were sent to engines sequentially. > This commit moves the SRAM I/O operations from the prepare to the step > functions. It provides flexibility for future works and allow to

[PATCH v2 07/10] crypto: marvell: Move SRAM I/O operations to step functions

2016-06-17 Thread Romain Perier
Currently the crypto requests were sent to engines sequentially. This commit moves the SRAM I/O operations from the prepare to the step functions. It provides flexibility for future works and allow to prepare a request while the engine is running. Signed-off-by: Romain Perier