From: Marek Vasut Subject: Re: [PATCH 2/5] ARM: mxs: crypto: Remove the old DCP driver Date: Tue, 3 Dec 2013 13:28:20 +0100 Message-ID: <201312031328.20860.marex@denx.de> References: <1385932823-3860-1-git-send-email-marex@denx.de> <1385932823-3860-2-git-send-email-marex@denx.de> <20131203110731.GE13726@S2101-09.ap.freescale.net> Mime-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: linux-arm-kernel@lists.infradead.org, Herbert Xu , "David S. Miller" , Fabio Estevam , linux-crypto@vger.kernel.org To: Shawn Guo Return-path: Received: from mail-out.m-online.net ([212.18.0.9]:60937 "EHLO mail-out.m-online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751041Ab3LCN0K (ORCPT ); Tue, 3 Dec 2013 08:26:10 -0500 In-Reply-To: <20131203110731.GE13726@S2101-09.ap.freescale.net> Sender: linux-crypto-owner@vger.kernel.org List-ID: Dear Shawn Guo, > On Sun, Dec 01, 2013 at 10:20:20PM +0100, Marek Vasut wrote: > > Remove the old DCP driver as it had multiple severe issues. The driver > > will be replaced by a more robust implementation. Here is a short list > > of problems with this driver: > > > > 1) It only supports AES_CBC > > > > 2) The driver was apparently never ran behind anyone working with MXS. ie.: > > -> Restarting the DCP block is not done via mxs_reset_block() > > -> The DT name is not "fsl,dcp" or "fsl,mxs-dcp" as other MXS drivers > > > > 3) Introduces new ad-hoc IOCTLs > > 4) The IRQ handler can't use usual completion() in the driver because > > that'd > > > > trigger "scheduling while atomic" oops, yes? > > > > Signed-off-by: Marek Vasut > > Please drop "ARM: mxs: " from patch subject, since it's not a patch > touching arch/arm/mach-mxs anyhow. It's there confusing people. > > Shawn Removed. Will gather more feedback and repost V2. Best regards, Marek Vasut