From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavel Machek Subject: Re: [PATCH 03/10] crypto: omap-sham: Add support for omap3 devices Date: Sat, 28 Feb 2015 17:25:02 +0100 Message-ID: <20150228162502.GC4978@amd> References: <1424958600-18881-1-git-send-email-pali.rohar@gmail.com> <1424958600-18881-4-git-send-email-pali.rohar@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: =?iso-8859-1?Q?Beno=EEt?= Cousson , Tony Lindgren , Rob Herring , Russell King , Paul Walmsley , Herbert Xu , "David S. Miller" , linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-crypto-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Nishanth Menon , Ivaylo Dimitrov , Aaro Koskinen , Sebastian Reichel To: Pali =?iso-8859-1?Q?Roh=E1r?= Return-path: Content-Disposition: inline In-Reply-To: <1424958600-18881-4-git-send-email-pali.rohar-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-crypto.vger.kernel.org On Thu 2015-02-26 14:49:53, Pali Roh=E1r wrote: > omap3 support is same as omap2, just with different IO address (speci= fied in DT) >=20 > Signed-off-by: Pali Roh=E1r Acked-by: Pavel Machek > @@ -1792,6 +1792,10 @@ static const struct of_device_id omap_sham_of_= match[] =3D { > .data =3D &omap_sham_pdata_omap2, > }, > { > + .compatible =3D "ti,omap3-sham", > + .data =3D &omap_sham_pdata_omap2, > + }, > + { > .compatible =3D "ti,omap4-sham", > .data =3D &omap_sham_pdata_omap4, > }, --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses= /blog.html -- To unsubscribe from this list: send the line "unsubscribe devicetree" i= n the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753032AbbB1QZL (ORCPT ); Sat, 28 Feb 2015 11:25:11 -0500 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:45939 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752858AbbB1QZH (ORCPT ); Sat, 28 Feb 2015 11:25:07 -0500 Date: Sat, 28 Feb 2015 17:25:02 +0100 From: Pavel Machek To: Pali =?iso-8859-1?Q?Roh=E1r?= Cc: =?iso-8859-1?Q?Beno=EEt?= Cousson , Tony Lindgren , Rob Herring , Russell King , Paul Walmsley , Herbert Xu , "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 Subject: Re: [PATCH 03/10] crypto: omap-sham: Add support for omap3 devices Message-ID: <20150228162502.GC4978@amd> References: <1424958600-18881-1-git-send-email-pali.rohar@gmail.com> <1424958600-18881-4-git-send-email-pali.rohar@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1424958600-18881-4-git-send-email-pali.rohar@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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, > }, -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html