All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dmitry Kasatkin <dmitry.kasatkin@nokia.com>
To: herbert@gondor.hengli.com.au
Cc: linux-crypto@vger.kernel.org, linux-omap@vger.kernel.org
Subject: [PATCH 0/2] omap-aes: OMAP2/3 AES HW accelerator driver
Date: Fri, 20 Aug 2010 16:44:45 +0300	[thread overview]
Message-ID: <cover.1282311763.git.dmitry.kasatkin@nokia.com> (raw)

This set of patches provides implementation of the driver for
OMAP2/3 AES hw accelerator.

Dmitry Kasatkin (2):
  crypto: updates to enable omap aes
  crypto: omap-aes: OMAP2/3 AES hw accelerator driver

 arch/arm/mach-omap2/clock2420_data.c |    2 +-
 arch/arm/mach-omap2/clock2430_data.c |    2 +-
 arch/arm/mach-omap2/clock3xxx_data.c |    2 +-
 arch/arm/mach-omap2/devices.c        |   71 +++
 drivers/crypto/Kconfig               |    8 +
 drivers/crypto/Makefile              |    1 +
 drivers/crypto/omap-aes.c            |  948 ++++++++++++++++++++++++++++++++++
 7 files changed, 1031 insertions(+), 3 deletions(-)
 create mode 100644 drivers/crypto/omap-aes.c

             reply	other threads:[~2010-08-20 13:45 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-20 13:44 Dmitry Kasatkin [this message]
2010-08-20 13:44 ` [PATCH 1/2] crypto: updates to enable omap aes Dmitry Kasatkin
2010-08-31  8:52   ` Dmitry Kasatkin
2010-08-31 12:38     ` Herbert Xu
2010-09-23 17:30   ` [APPLIED] " Tony Lindgren
2010-08-20 13:44 ` [PATCH 2/2] crypto: omap-aes: OMAP2/3 AES hw accelerator driver Dmitry Kasatkin
2010-08-31  9:22   ` Dmitry Kasatkin
2010-09-03 11:15 ` [PATCH 0/2] omap-aes: OMAP2/3 AES HW " Herbert Xu

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=cover.1282311763.git.dmitry.kasatkin@nokia.com \
    --to=dmitry.kasatkin@nokia.com \
    --cc=herbert@gondor.hengli.com.au \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-omap@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.