From: Lars Persson <lars.persson-VrBV9hrLPhE@public.gmane.org>
To: herbert-lOAM2aK0SrRLBo1qDEOMRrpzq4S04n8Q@public.gmane.org,
davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org,
robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
mark.rutland-5wv7dgnIgG8@public.gmane.org,
linux-crypto-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Cc: Lars Persson <larper-VrBV9hrLPhE@public.gmane.org>
Subject: [PATCH 0/4] crypto: add driver for Axis ARTPEC crypto accelerator
Date: Thu, 20 Jul 2017 15:44:28 +0200 [thread overview]
Message-ID: <cover.1500557664.git.larper@axis.com> (raw)
This series adds a driver for the crypto accelerator in the ARTPEC series of
SoCs from Axis Communications AB.
Lars Persson (3):
dt-bindings: crypto: add ARTPEC crypto
crypto: axis: add ARTPEC-6/7 crypto accelerator driver
MAINTAINERS: Add ARTPEC crypto maintainer
Rabin Vincent (1):
crypto: add crypto_(un)register_ahashes()
.../devicetree/bindings/crypto/artpec6-crypto.txt | 16 +
MAINTAINERS | 1 +
crypto/ahash.c | 29 +
drivers/crypto/Kconfig | 21 +
drivers/crypto/Makefile | 1 +
drivers/crypto/axis/Makefile | 1 +
drivers/crypto/axis/artpec6_crypto.c | 3181 ++++++++++++++++++++
include/crypto/internal/hash.h | 2 +
8 files changed, 3252 insertions(+)
create mode 100644 Documentation/devicetree/bindings/crypto/artpec6-crypto.txt
create mode 100644 drivers/crypto/axis/Makefile
create mode 100644 drivers/crypto/axis/artpec6_crypto.c
--
2.11.0
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next reply other threads:[~2017-07-20 13:44 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-20 13:44 Lars Persson [this message]
[not found] ` <cover.1500557664.git.larper-VrBV9hrLPhE@public.gmane.org>
2017-07-20 13:44 ` [PATCH 1/4] dt-bindings: crypto: add ARTPEC crypto Lars Persson
2017-07-20 13:44 ` [PATCH 2/4] crypto: add crypto_(un)register_ahashes() Lars Persson
2017-07-20 13:44 ` [PATCH 4/4] MAINTAINERS: Add ARTPEC crypto maintainer Lars Persson
2017-07-20 13:44 ` [PATCH 3/4] crypto: axis: add ARTPEC-6/7 crypto accelerator driver Lars Persson
[not found] ` <b2d7ce4b0fecc4e811c12573f44bd7c45f0147e2.1500557664.git.larper-VrBV9hrLPhE@public.gmane.org>
2017-07-20 14:51 ` Stephan Müller
2017-07-21 6:29 ` Lars Persson
2017-07-21 6:29 ` Lars Persson
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.1500557664.git.larper@axis.com \
--to=lars.persson-vrbv9hrlphe@public.gmane.org \
--cc=davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=herbert-lOAM2aK0SrRLBo1qDEOMRrpzq4S04n8Q@public.gmane.org \
--cc=larper-VrBV9hrLPhE@public.gmane.org \
--cc=linux-crypto-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
--cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.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.