Re: [PATCH v4 7/8] crypto: omap-sham: Add code to use dmaengine API

2012-11-20 Thread Tony Lindgren
* Mark A. Greer [121119 10:58]: > @@ -27,6 +29,10 @@ > #include > #include > #include > +#ifndef OMAP_SHAM_DMA_PRIVATE > +#include > +#include > +#endif > #include > #include > #include I think you should be able to drop the OMAP_SHAM_DMA_PRIVATE from the include after I'll post one

[PATCH v4 7/8] crypto: omap-sham: Add code to use dmaengine API

2012-11-19 Thread Mark A. Greer
From: "Mark A. Greer" Add code to use the new dmaengine API alongside the existing DMA code that uses the private OMAP DMA API. The API to use is chosen by defining or undefining 'OMAP_SHAM_DMA_PRIVATE'. CC: Russell King CC: Dmitry Kasatkin Signed-off-by: Mark A. Greer --- drivers/crypto/om