Hi! This series adds support for - i.MX53 support - SHA1/256 to the SAHARA driver. - Version 4 is a major overhaul of the previous versions. The tasklet/watchdog implementation of the driver is replaced by a kthread and completions. This makes sure, that only one request is queued into the device and makes sure that the requests from user-space processes are correctly enqueued into the queue. This means, that the queue is responsible for sequentializing accesses from userspace. - The request is now saved into the sahara_sha_reqctx Regards, Steffen Steffen Trumtrar (4): crypto: sahara - fix spinlock initialization crypto: sahara - add support for i.MX53 crypto: sahara - replace tasklets with kthread crypto: sahara - add support for SHA1/256 .../devicetree/bindings/crypto/fsl-imx-sahara.txt | 2 +- drivers/crypto/sahara.c | 794 ++++++++++++++++++--- 2 files changed, 704 insertions(+), 92 deletions(-) -- 2.1.3 -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html