From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 6EBCBC4345F for ; Fri, 12 Apr 2024 02:54:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=2YLitG0spgKVJBOzWuJ+zi+TmR2xFkW0Q8oSrTIWmRU=; b=p4MdYxXZSkiLdx tH2foI03A2VOAmPtSVs+UZVogKc28bsX/CtY/SrEIdQmTSirtBgVdsTwl1DCzb07bOKnZDbNWcqz5 X6eHKm3qKOsR6VcXUjuZQROGAxWyqGZ9jQSrI2vGirlmgXJv9OMKasGUfdPm8pLyVwetVW/tacQ7G NsTqHUK3oU5twA1luEfXog08S7L15fKKlTtopjgKEcKwP/dTLvPUgzfqAq1jXkrFwNreaTQrQguUP DZSlRV/+uWquwpJ2L+gT/vsadi1208WvZs+DIF/EDcp0ZQfzy3M+H0/jWSnpLQVvMQXsjvhoUCPZb ywk9N94jMnWRckIp/2JA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rv73E-0000000Ey16-3nNE; Fri, 12 Apr 2024 02:54:05 +0000 Received: from abb.hmeau.com ([144.6.53.87]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rv73A-0000000Ey0K-1YDZ; Fri, 12 Apr 2024 02:54:02 +0000 Received: from loth.rohan.me.apana.org.au ([192.168.167.2]) by formenos.hmeau.com with smtp (Exim 4.94.2 #2 (Debian)) id 1rv72h-000gk1-KW; Fri, 12 Apr 2024 10:53:32 +0800 Received: by loth.rohan.me.apana.org.au (sSMTP sendmail emulation); Fri, 12 Apr 2024 10:53:49 +0800 Date: Fri, 12 Apr 2024 10:53:49 +0800 From: Herbert Xu To: Alexey Romanov Cc: neil.armstrong@linaro.org, clabbe@baylibre.com, davem@davemloft.net, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, khilman@baylibre.com, jbrunet@baylibre.com, martin.blumenstingl@googlemail.com, vadim.fedorenko@linux.dev, linux-crypto@vger.kernel.org, linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, kernel@salutedevices.com Subject: Re: [PATCH v7 00/23] Support more Amlogic SoC families in crypto driver Message-ID: References: <20240411133832.2896463-1-avromanov@salutedevices.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20240411133832.2896463-1-avromanov@salutedevices.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240411_195400_543164_DCF232AB X-CRM114-Status: UNSURE ( 7.32 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-amlogic@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-amlogic" Errors-To: linux-amlogic-bounces+linux-amlogic=archiver.kernel.org@lists.infradead.org On Thu, Apr 11, 2024 at 04:38:09PM +0300, Alexey Romanov wrote: > > Changes V6 -> V7 [9]: > > - Fix dt-schema: power domain now required only for A1. > - Use crypto_skcipher_ctx_dma() helper for cipher instead of > ____cacheline_aligned. > - Add import/export functions for hasher. > - Fix commit message for patch 17, acorrding to discussion [10]. Please ensure that this passes the self-tests with extra fuzzing enabled. Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt _______________________________________________ linux-amlogic mailing list linux-amlogic@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-amlogic