All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steffen Trumtrar <s.trumtrar@pengutronix.de>
To: Herbert Xu <herbert@gondor.apana.org.au>
Cc: "David S. Miller" <davem@davemloft.net>,
	linux-crypto@vger.kernel.org, kernel@pengutronix.de
Subject: Re: [PATCH v4 0/4] crypto: sahara - SHA support
Date: Wed, 3 Dec 2014 17:03:35 +0100	[thread overview]
Message-ID: <20141203160335.GA4652@pengutronix.de> (raw)
In-Reply-To: <20141203143415.GA11336@gondor.apana.org.au>

On Wed, Dec 03, 2014 at 10:34:16PM +0800, Herbert Xu wrote:
> On Mon, Dec 01, 2014 at 01:26:30PM +0100, Steffen Trumtrar wrote:
> > 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
> 
> All applied to cryptodev.  Nice work Steffen, thanks!

\o/

Thanks,
Steffen

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

      reply	other threads:[~2014-12-03 16:03 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20141203160335.GA4652@pengutronix.de \
    --to=s.trumtrar@pengutronix.de \
    --cc=davem@davemloft.net \
    --cc=herbert@gondor.apana.org.au \
    --cc=kernel@pengutronix.de \
    --cc=linux-crypto@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.