Received: by 2002:a25:f815:0:0:0:0:0 with SMTP id u21csp2840581ybd; Thu, 27 Jun 2019 21:18:11 -0700 (PDT) X-Google-Smtp-Source: APXvYqyQOTz+aaNFn+kO+2+zTdHFvnRREsfob8u6E4t1ag0p/UkTZLrs3QsUrJDM+DDUeccGHob4 X-Received: by 2002:a17:902:7894:: with SMTP id q20mr8631985pll.339.1561695490909; Thu, 27 Jun 2019 21:18:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561695490; cv=none; d=google.com; s=arc-20160816; b=ElxcY402cn3iNygBzzin4B8KcwQDyyuY+7n7z5/R5ixLwuTzUObn2XJiR6rqB9Pvgt UUIRG6dXw7dMtEAkddccu/9BKXqslUNDZr0qEH5OdX5/8NCPjRBWZuK8dk26GCJCRhkD 2Dt+jJuH8O8sje3kpk9TDlOAiWbBnlVUeVJOnIYCvixfdnSosRM/V23Q1KjcsptNBFUL SnCw/u7DM/uya2e+Xq7P6hrnGPaSV/SuRqo+FOHu5vqTjcIW4xpnAFddflXKdvqJHy3D WTzm6O7N34mcnrfxj5w+Bc82/wLpZ1ib0pFo15yVZ8XFRzEEdgOhHvUNjtY73nla6Y1G jYow== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=WpOemsv7QZINroINUXmjamZbD8neWv98JBS750Rg1Ag=; b=aQVVAUWhclL9Slm7FNY/P6m/agwUR50mZsBasWy5yJ7z2tVa4cShNWpXigMlF5taFc Lae24cVieMCRVxA71U6sy9GAl3+fr34Esj78sp6fAy700jiWZFhPO0AEQP+ApVzGT/ZT FWfAqlMEPPQV7nqpKXxQIyRblkMV3qw1wY7SI4312L9lSsxBk5p77pJWQY3vvAz0VMmV PxzBtdkmGF+/O4JdOoa6L8Qn3lUKTPRORgiY5EW+Np/ao5mKnOQ8d4qSmByCahoU2J/Z +wjGTmx38bA/1x1cbPCGjJH5QQDSMddRdisyUCIR9YonwodUZmJko/qShYZxSY+d0+xk IE0g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-crypto-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w16si1299286pfq.70.2019.06.27.21.17.49; Thu, 27 Jun 2019 21:18:10 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-crypto-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-crypto-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726817AbfF1ERr (ORCPT + 99 others); Fri, 28 Jun 2019 00:17:47 -0400 Received: from helcar.hmeau.com ([216.24.177.18]:55820 "EHLO deadmen.hmeau.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725792AbfF1ERq (ORCPT ); Fri, 28 Jun 2019 00:17:46 -0400 Received: from gondobar.mordor.me.apana.org.au ([192.168.128.4] helo=gondobar) by deadmen.hmeau.com with esmtps (Exim 4.89 #2 (Debian)) id 1hgiKV-0004s6-UA; Fri, 28 Jun 2019 12:17:43 +0800 Received: from herbert by gondobar with local (Exim 4.89) (envelope-from ) id 1hgiKU-000242-1n; Fri, 28 Jun 2019 12:17:42 +0800 Date: Fri, 28 Jun 2019 12:17:42 +0800 From: Herbert Xu To: Gilad Ben-Yossef Cc: "David S. Miller" , linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/4] crypto: ccree: minor fixes Message-ID: <20190628041741.qy7poqm4dcrvjdcv@gondor.apana.org.au> References: <20190617084631.23551-1-gilad@benyossef.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190617084631.23551-1-gilad@benyossef.com> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On Mon, Jun 17, 2019 at 11:46:26AM +0300, Gilad Ben-Yossef wrote: > 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(-) All applied. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt