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 X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C0353C2D0DB for ; Fri, 27 Dec 2019 10:38:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8B50720882 for ; Fri, 27 Dec 2019 10:38:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727072AbfL0Kip (ORCPT ); Fri, 27 Dec 2019 05:38:45 -0500 Received: from helcar.hmeau.com ([216.24.177.18]:60258 "EHLO deadmen.hmeau.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726365AbfL0Kip (ORCPT ); Fri, 27 Dec 2019 05:38:45 -0500 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 1ikn0s-0007O6-GV; Fri, 27 Dec 2019 18:38:34 +0800 Received: from herbert by gondobar with local (Exim 4.89) (envelope-from ) id 1ikn0o-0005nC-B6; Fri, 27 Dec 2019 18:38:30 +0800 Date: Fri, 27 Dec 2019 18:38:30 +0800 From: Herbert Xu To: Adam Ford Cc: linux-arm-kernel@lists.infradead.org, Iuliana Prodan , Horia =?utf-8?Q?Geant=C4=83?= , Rob Herring , Mark Rutland , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Catalin Marinas , Will Deacon , Aymen Sghaier , "David S. Miller" , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-crypto@vger.kernel.org Subject: Re: [PATCH V3 1/3] crypto: caam: Add support for i.MX8M Mini Message-ID: <20191227103830.savjawvuzjolpfuj@gondor.apana.org.au> References: <20191218130616.13860-1-aford173@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20191218130616.13860-1-aford173@gmail.com> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Dec 18, 2019 at 07:06:14AM -0600, Adam Ford wrote: > The i.MX8M Mini uses the same crypto engine as the i.MX8MQ, but > the driver is restricting the check to just the i.MX8MQ. > > This patch expands the check for either i.MX8MQ or i.MX8MM. > > Signed-off-by: Adam Ford > Tested-by: Iuliana Prodan > Reviewed-by: Iuliana Prodan > Reviewed-by: Horia Geantă > --- > V3: No Change > V2: Expand the check that forces the setting on imx8mq to also be true for imx8mm > Explictly state imx8mm compatiblity instead of making it generic to all imx8m* > this is mostly due to lack of other hardware to test Patch applied. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt