Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1703736
| Path | csiph.com!goblin1!goblin3!goblin2!goblin.stu.neva.ru!news.unit0.net!news.panservice.it!bofh.it!news.nic.it!robomod |
|---|---|
| From | Lars Persson <lars.persson@axis.com> |
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 0/4] crypto: add driver for Axis ARTPEC crypto accelerator |
| Date | Fri, 04 Aug 2017 09:20:02 +0200 |
| Message-ID | <uaF3P-3UX-5@gated-at.bofh.it> (permalink) |
| X-Original-To | herbert@gondor.apana.org.au, davem@davemloft.net, robh+dt@kernel.org, mark.rutland@arm.com, linux-crypto@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org |
| X-Mailer | git-send-email 2.11.0 |
| X-Tm-As-Gconf | 00 |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 34 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | Lars Persson <larper@axis.com> |
| X-Original-Date | Fri, 4 Aug 2017 09:18:44 +0200 |
| X-Original-Message-ID | <cover.1501830919.git.larper@axis.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1703736 |
Show key headers only | View raw
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v3 0/4] crypto: add driver for Axis ARTPEC crypto accelerator Lars Persson <lars.persson@axis.com> - 2017-08-04 09:20 +0200 [PATCH v3 4/4] MAINTAINERS: Add ARTPEC crypto maintainer Lars Persson <lars.persson@axis.com> - 2017-08-04 09:30 +0200
csiph-web