From patchwork Mon Jun 17 08:46:26 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gilad Ben-Yossef X-Patchwork-Id: 10998557 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 57FA514DB for ; Mon, 17 Jun 2019 08:46:39 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 338DD2886C for ; Mon, 17 Jun 2019 08:46:39 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 27B0E28870; Mon, 17 Jun 2019 08:46:39 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C6D8E2886C for ; Mon, 17 Jun 2019 08:46:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726430AbfFQIqi (ORCPT ); Mon, 17 Jun 2019 04:46:38 -0400 Received: from foss.arm.com ([217.140.110.172]:41796 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725971AbfFQIqi (ORCPT ); Mon, 17 Jun 2019 04:46:38 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id A68AD28; Mon, 17 Jun 2019 01:46:37 -0700 (PDT) Received: from e110176-lin.kfn.arm.com (unknown [10.50.4.178]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 994AD3F246; Mon, 17 Jun 2019 01:46:36 -0700 (PDT) From: Gilad Ben-Yossef To: Herbert Xu , "David S. Miller" Cc: linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/4] crypto: ccree: minor fixes Date: Mon, 17 Jun 2019 11:46:26 +0300 Message-Id: <20190617084631.23551-1-gilad@benyossef.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP A bunch of minor fixes and sanity checks Gilad Ben-Yossef (1): crypto: ccree: add HW engine config check Ofir Drang (3): crypto: ccree: Relocate driver irq registration after clk init crypto: ccree: check that cryptocell reset completed crypto: ccree: prevent isr handling in case driver is suspended drivers/crypto/ccree/cc_driver.c | 70 +++++++++++++++++++++++++---- drivers/crypto/ccree/cc_driver.h | 6 +++ drivers/crypto/ccree/cc_host_regs.h | 20 +++++++++ drivers/crypto/ccree/cc_pm.c | 11 +++++ drivers/crypto/ccree/cc_pm.h | 7 +++ 5 files changed, 105 insertions(+), 9 deletions(-)