From: James Hartley Subject: [PATCH 0/2] crypto: Add support for the IMG hash accelerator Date: Mon, 10 Nov 2014 12:10:53 +0000 Message-ID: <1415621455-10468-1-git-send-email-james.hartley@imgtec.com> Mime-Version: 1.0 Content-Type: text/plain Cc: , , , , , , , James Hartley To: , , , , , , , , , , Return-path: Received: from mailapp01.imgtec.com ([195.59.15.196]:50053 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752316AbaKJMLg (ORCPT ); Mon, 10 Nov 2014 07:11:36 -0500 Sender: linux-crypto-owner@vger.kernel.org List-ID: This adds support for the Imagination Technologies hash accelerator that provides hardware acceleration for SHA1 SHA224 SHA256 and MD5 Hashes. This hardware is present in the upcoming Pistachio SoC. James Hartley (2): crypto: Add Imagination Technologies hw hash accelerator Documentation: crypto: Add DT binding info for the img hw hash accelerator .../devicetree/bindings/crypto/img-hash.txt | 28 + MAINTAINERS | 5 + drivers/crypto/Kconfig | 13 + drivers/crypto/Makefile | 1 + drivers/crypto/img-hash.c | 1048 ++++++++++++++++++++ 5 files changed, 1095 insertions(+) create mode 100644 Documentation/devicetree/bindings/crypto/img-hash.txt create mode 100644 drivers/crypto/img-hash.c -- 1.7.9.5