All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] crypto: add driver for Axis ARTPEC crypto accelerator
@ 2017-08-04  7:18 Lars Persson
  2017-08-04  7:18 ` [PATCH v3 1/4] dt-bindings: crypto: add ARTPEC crypto Lars Persson
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Lars Persson @ 2017-08-04  7:18 UTC (permalink / raw)
  To: herbert, davem, robh+dt, mark.rutland, linux-crypto, devicetree,
	linux-kernel
  Cc: Lars Persson

This series adds a driver for the crypto accelerator in the ARTPEC series of
SoCs from Axis Communications AB.

Changelog v3:
- The patch author added his Signed-off-by on patch 2.

Changelog v2:
- Use xts_check_key() for xts keys.
- Use CRYPTO_ALG_TYPE_SKCIPHER instead of CRYPTO_ALG_TYPE_ABLKCIPHER
  in cra_flags.

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               | 3193 ++++++++++++++++++++
 include/crypto/internal/hash.h                     |    2 +
 8 files changed, 3264 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

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

end of thread, other threads:[~2017-08-09 23:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-04  7:18 [PATCH v3 0/4] crypto: add driver for Axis ARTPEC crypto accelerator Lars Persson
2017-08-04  7:18 ` [PATCH v3 1/4] dt-bindings: crypto: add ARTPEC crypto Lars Persson
2017-08-09 23:26   ` Rob Herring
     [not found] ` <cover.1501830919.git.larper-VrBV9hrLPhE@public.gmane.org>
2017-08-04  7:18   ` [PATCH v3 2/4] crypto: add crypto_(un)register_ahashes() Lars Persson
2017-08-04  7:18     ` Lars Persson
2017-08-04  7:18 ` [PATCH v3 3/4] crypto: axis: add ARTPEC-6/7 crypto accelerator driver Lars Persson
2017-08-04  7:18 ` [PATCH v3 4/4] MAINTAINERS: Add ARTPEC crypto maintainer Lars Persson

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.