crypto: omap-des - Integrate with the crypto engine framework
authorBaolin Wang <baolin.wang@linaro.org>
Thu, 28 Apr 2016 06:11:51 +0000 (14:11 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 3 May 2016 08:08:48 +0000 (16:08 +0800)
commitf1b77aaca85a610948f02d11288845f4cfe7d3eb
tree84ab27a740edb9253aaf04c633d010f7a2dbbff9
parent6dd4c83ed7e28309c03b0c267f1473fc3e7db9f1
crypto: omap-des - Integrate with the crypto engine framework

Since the crypto engine framework had been merged, thus this patch integrates
with the newly added crypto engine framework to make the crypto hardware
engine under utilized as each block needs to be processed before the crypto
hardware can start working on the next block.

The crypto engine framework can manage and process the requests automatically,
so remove the 'queue' and 'queue_task' things in omap des driver.

Signed-off-by: Baolin <baolin.wang@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/Kconfig
drivers/crypto/omap-des.c