Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751085AbbEREaj (ORCPT ); Mon, 18 May 2015 00:30:39 -0400 Received: from helcar.hengli.com.au ([209.40.204.226]:51112 "EHLO helcar.hengli.com.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750857AbbEREab (ORCPT ); Mon, 18 May 2015 00:30:31 -0400 Date: Mon, 18 May 2015 12:30:08 +0800 From: Herbert Xu To: Pali =?iso-8859-1?Q?Roh=E1r?= Cc: =?iso-8859-1?Q?Beno=EEt?= Cousson , Tony Lindgren , Rob Herring , Russell King , Paul Walmsley , "David S. Miller" , linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-crypto@vger.kernel.org, Nishanth Menon , Ivaylo Dimitrov , Aaro Koskinen , Sebastian Reichel , Pavel Machek Subject: Re: [PATCH 03/10] crypto: omap-sham: Add support for omap3 devices Message-ID: <20150518043008.GA13305@gondor.apana.org.au> References: <1424958600-18881-1-git-send-email-pali.rohar@gmail.com> <1424958600-18881-4-git-send-email-pali.rohar@gmail.com> <20150228162502.GC4978@amd> <20150515091933.GA12078@pali> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20150515091933.GA12078@pali> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1213 Lines: 34 On Fri, May 15, 2015 at 11:19:33AM +0200, Pali Roh?r wrote: > On Saturday 28 February 2015 17:25:02 Pavel Machek wrote: > > On Thu 2015-02-26 14:49:53, Pali Roh?r wrote: > > > omap3 support is same as omap2, just with different IO address (specified in DT) > > > > > > Signed-off-by: Pali Roh?r > > > > Acked-by: Pavel Machek > > > > > @@ -1792,6 +1792,10 @@ static const struct of_device_id omap_sham_of_match[] = { > > > .data = &omap_sham_pdata_omap2, > > > }, > > > { > > > + .compatible = "ti,omap3-sham", > > > + .data = &omap_sham_pdata_omap2, > > > + }, > > > + { > > > .compatible = "ti,omap4-sham", > > > .data = &omap_sham_pdata_omap4, > > > }, > > > > Herbert, this is second crypto patch in this series, can you apply it too? Applied. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/