From patchwork Fri Apr 26 11:20:15 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Christoph G. Baumann" X-Patchwork-Id: 2492901 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) by patchwork2.kernel.org (Postfix) with ESMTP id 9EFA6DF230 for ; Fri, 26 Apr 2013 11:21:15 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UVghu-0002Ma-Po; Fri, 26 Apr 2013 11:20:51 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UVghh-0000XX-Dj; Fri, 26 Apr 2013 11:20:37 +0000 Received: from moutng.kundenserver.de ([212.227.126.186]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UVghX-0000Wu-Bq for linux-arm-kernel@lists.infradead.org; Fri, 26 Apr 2013 11:20:28 +0000 Received: from baumann-laptop.ppc-ag.de ([212.65.29.63]) by mrelayeu.kundenserver.de (node=mrbap2) with ESMTP (Nemesis) id 0LySz0-1Uagqd0YQY-0166ky; Fri, 26 Apr 2013 13:20:17 +0200 From: "Christoph G. Baumann" To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 2/2] crypto: added support for fsl-dcp on iMX23,28,50 Date: Fri, 26 Apr 2013 13:20:15 +0200 Message-Id: <1366975215-5420-3-git-send-email-cb@sgoc.de> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1366975215-5420-1-git-send-email-cb@sgoc.de> References: <1366975215-5420-1-git-send-email-cb@sgoc.de> X-Provags-ID: V02:K0:ZqeTT3cTqYEU97nopidsip+PAkp1vKzGaAdRM89meng B1yf8bXKOOUZMOrdYi3vBhGIrFsqybW7BR7erEavrI2wsl6/L8 2t90/zgMx8yerRmSECzGVbg8BKCbumsrh2LD3lMk/3xPUIrs6Y YkR/GMGLQN03DQXazKXiHMacltgn/WzYPYkNydVb4LRUd1+hWw EhxEW0iSa9nBfSlT8ZttOIPC3DQvlAB34GZa8rBZydpH/Lzfyr sbUQ0N14i9aTGExMYdK/yOX+JnbGAIHSjv3pMHapf+Xhfv4KaE cTl0w2WksktQUXbv8dyHgdt8lQvcfOKEroUvoC5XG70MpEN62R z+W54bJnt1NOD9ToS7jdkbxoNZ5F9+mSYCjJvqq4K X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130426_072027_702631_D8E3494F X-CRM114-Status: UNSURE ( 7.77 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [212.227.126.186 listed in list.dnswl.org] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: "Christoph G. Baumann" , herbert@gondor.apana.org.au, davem@davemloft.net X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org From: "Christoph G. Baumann" This patch contains modified files. Signed-off-by: "Christoph G. Baumann" --- arch/arm/boot/dts/imx28.dtsi | 2 +- drivers/staging/Kconfig | 2 ++ drivers/staging/Makefile | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi index 7ba4966..2bec573 100644 --- a/arch/arm/boot/dts/imx28.dtsi +++ b/arch/arm/boot/dts/imx28.dtsi @@ -664,9 +664,9 @@ }; dcp@80028000 { + compatible = "fsl,fsl-dcp"; reg = <0x80028000 0x2000>; interrupts = <52 53 54>; - status = "disabled"; }; pxp@8002a000 { diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig index 093f10c..b3cf08b 100644 --- a/drivers/staging/Kconfig +++ b/drivers/staging/Kconfig @@ -140,4 +140,6 @@ source "drivers/staging/zcache/Kconfig" source "drivers/staging/goldfish/Kconfig" +source "drivers/staging/crypto/Kconfig" + endif # STAGING diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile index fa41b04..6875e3e 100644 --- a/drivers/staging/Makefile +++ b/drivers/staging/Makefile @@ -62,3 +62,4 @@ obj-$(CONFIG_SB105X) += sb105x/ obj-$(CONFIG_FIREWIRE_SERIAL) += fwserial/ obj-$(CONFIG_ZCACHE) += zcache/ obj-$(CONFIG_GOLDFISH) += goldfish/ +obj-$(CONFIG_CRYPTO_HW) += crypto/