All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/4] crypto: sahara - SHA support
@ 2014-12-01 12:26 Steffen Trumtrar
  2014-12-01 12:26 ` [PATCH v4 1/4] crypto: sahara - fix spinlock initialization Steffen Trumtrar
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Steffen Trumtrar @ 2014-12-01 12:26 UTC (permalink / raw)
  To: Herbert Xu, David S. Miller; +Cc: linux-crypto, kernel, Steffen Trumtrar

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-12-03 16:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-01 12:26 [PATCH v4 0/4] crypto: sahara - SHA support Steffen Trumtrar
2014-12-01 12:26 ` [PATCH v4 1/4] crypto: sahara - fix spinlock initialization Steffen Trumtrar
2014-12-01 12:26 ` [PATCH v4 2/4] crypto: sahara - add support for i.MX53 Steffen Trumtrar
2014-12-01 12:26 ` [PATCH v4 3/4] crypto: sahara - replace tasklets with kthread Steffen Trumtrar
2014-12-01 12:26 ` [PATCH v4 4/4] crypto: sahara - add support for SHA1/256 Steffen Trumtrar
2014-12-03 14:34 ` [PATCH v4 0/4] crypto: sahara - SHA support Herbert Xu
2014-12-03 16:03   ` Steffen Trumtrar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.