Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754035AbbEOJTr (ORCPT ); Fri, 15 May 2015 05:19:47 -0400 Received: from mail-wi0-f170.google.com ([209.85.212.170]:36597 "EHLO mail-wi0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751960AbbEOJTl (ORCPT ); Fri, 15 May 2015 05:19:41 -0400 Date: Fri, 15 May 2015 11:19:33 +0200 From: Pali =?utf-8?B?Um9ow6Fy?= To: Herbert Xu Cc: =?utf-8?Q?Beno=C3=AEt?= 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: <20150515091933.GA12078@pali> References: <1424958600-18881-1-git-send-email-pali.rohar@gmail.com> <1424958600-18881-4-git-send-email-pali.rohar@gmail.com> <20150228162502.GC4978@amd> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20150228162502.GC4978@amd> 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: 983 Lines: 31 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? -- Pali Rohár pali.rohar@gmail.com -- 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/