From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755773AbbCFTQM (ORCPT ); Fri, 6 Mar 2015 14:16:12 -0500 Received: from mail-we0-f177.google.com ([74.125.82.177]:39018 "EHLO mail-we0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753369AbbCFTQJ (ORCPT ); Fri, 6 Mar 2015 14:16:09 -0500 From: Pali =?utf-8?q?Roh=C3=A1r?= To: Tony Lindgren Subject: Re: [PATCH 00/10] omap3 crypto fixes Date: Fri, 6 Mar 2015 20:16:05 +0100 User-Agent: KMail/1.13.7 (Linux/3.13.0-46-generic; KDE/4.14.2; x86_64; ; ) Cc: =?utf-8?q?Beno=C3=AEt_Cousson?= , 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, Pavel Machek , Nishanth Menon , Ivaylo Dimitrov , Aaro Koskinen , Sebastian Reichel References: <1424958600-18881-1-git-send-email-pali.rohar@gmail.com> <20150306183631.GA13520@atomide.com> In-Reply-To: <20150306183631.GA13520@atomide.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart4273937.UzHOZsBag1"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201503062016.05608@pali> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --nextPart4273937.UzHOZsBag1 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Friday 06 March 2015 19:36:32 Tony Lindgren wrote: > * Pali Roh=C3=A1r [150226 05:54]: > > This patch series fix crypto support for omap3 devices which > > use DT. > >=20 > > It enables AES and SHAM on N9/N950 and SHAM on N900. AES is > > still disabled for N900. > >=20 > > Pali Roh=C3=A1r (10): > > ARM: OMAP2+: Return correct error values from device and > > hwmod ARM: OMAP3: Fix crypto support for HS devices > > crypto: omap-sham: Add support for omap3 devices > > crypto: omap-sham: Check for return value from > > pm_runtime_get_sync ARM: dts: omap3 hs: Remove timer12 > > ARM: dts: omap3: Add missing dmas for crypto > > ARM: dts: n9/n950: Enable omap crypto support > > ARM: dts: n900: Enable omap sham and include directly > > omap34xx.dtsi ARM: dts: omap3-tao3530: Include directly > > omap34xx.dtsi ARM: dts: Remove files omap34xx-hs.dtsi and > > omap36xx-hs.dtsi > > =20 > > arch/arm/boot/dts/omap3-n900.dts | 16 +++++- > > arch/arm/boot/dts/omap3-n950-n9.dtsi | 2 +- > > arch/arm/boot/dts/omap3-tao3530.dtsi | 11 +++- > > arch/arm/boot/dts/omap3.dtsi | 4 ++ > > arch/arm/boot/dts/omap34xx-hs.dtsi | 16 ------ > > arch/arm/boot/dts/omap36xx-hs.dtsi | 16 ------ > > arch/arm/mach-omap2/omap_device.c | 30 > > ++++++----- arch/arm/mach-omap2/omap_hwmod.c | =20 > > 10 ++-- arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 79 > > +++++++++++++++++++++++----- drivers/crypto/omap-sham.c =20 > > | 13 ++++- 10 files changed, 131 > > insertions(+), 66 deletions(-) delete mode 100644 > > arch/arm/boot/dts/omap34xx-hs.dtsi delete mode 100644 > > arch/arm/boot/dts/omap36xx-hs.dtsi >=20 > Are there any fixes in this series that should go into > v4.0-rc series, or can it all wait for v4.1? >=20 > Regards, >=20 > Tony I do not know which patches are you sending to 4.0-rc series, but=20 omap crypto is totally broken in linus tree for both GP & HS=20 omap3 devices when DT booting is used. This patch series fix that=20 problem. =2D-=20 Pali Roh=C3=A1r pali.rohar@gmail.com --nextPart4273937.UzHOZsBag1 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEABECAAYFAlT5/PUACgkQi/DJPQPkQ1JmWwCdHik8a25hVfqosZiBMBazhiTi XfwAoKPvyyHF9andlc8NXXaYTTY1p653 =Gn3R -----END PGP SIGNATURE----- --nextPart4273937.UzHOZsBag1--