Message ID | 1424958600-18881-8-git-send-email-pali.rohar@gmail.com (mailing list archive) |
---|---|
State | Not Applicable |
Delegated to: | Herbert Xu |
Headers | show |
* Pali Rohár <pali.rohar@gmail.com> [150226 05:54]: > Harmattan system on Nokia N9 and N950 devices uses omap crypto support. > Bootloader on those devices is known that it enables HW crypto support. > This patch just include omap36xx.dtsi directly, so aes and sham is enabled. Let's also remove omap36xx-hs.dtsi with this patch if no other users. Regards, Tony > Signed-off-by: Pali Rohár <pali.rohar@gmail.com> > --- > arch/arm/boot/dts/omap3-n950-n9.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/omap3-n950-n9.dtsi b/arch/arm/boot/dts/omap3-n950-n9.dtsi > index c41db94..800b379 100644 > --- a/arch/arm/boot/dts/omap3-n950-n9.dtsi > +++ b/arch/arm/boot/dts/omap3-n950-n9.dtsi > @@ -8,7 +8,7 @@ > * published by the Free Software Foundation. > */ > > -#include "omap36xx-hs.dtsi" > +#include "omap36xx.dtsi" > > / { > cpus { > -- > 1.7.9.5 > -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Friday 27 February 2015 16:43:20 Tony Lindgren wrote: > * Pali Rohár <pali.rohar@gmail.com> [150226 05:54]: > > Harmattan system on Nokia N9 and N950 devices uses omap > > crypto support. Bootloader on those devices is known that > > it enables HW crypto support. This patch just include > > omap36xx.dtsi directly, so aes and sham is enabled. > > Let's also remove omap36xx-hs.dtsi with this patch if no other > users. > Removing both -hs files is done by last patch in this series.
* Pali Rohár <pali.rohar@gmail.com> [150227 08:05]: > On Friday 27 February 2015 16:43:20 Tony Lindgren wrote: > > * Pali Rohár <pali.rohar@gmail.com> [150226 05:54]: > > > Harmattan system on Nokia N9 and N950 devices uses omap > > > crypto support. Bootloader on those devices is known that > > > it enables HW crypto support. This patch just include > > > omap36xx.dtsi directly, so aes and sham is enabled. > > > > Let's also remove omap36xx-hs.dtsi with this patch if no other > > users. > > > > Removing both -hs files is done by last patch in this series. Yes just noticed thanks, no need to change. Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Thu 2015-02-26 14:49:57, Pali Rohár wrote: > Harmattan system on Nokia N9 and N950 devices uses omap crypto support. > Bootloader on those devices is known that it enables HW crypto support. > This patch just include omap36xx.dtsi directly, so aes and sham is enabled. > > Signed-off-by: Pali Rohár <pali.rohar@gmail.com> Acked-by: Pavel Machek <pavel@ucw.cz> > --- a/arch/arm/boot/dts/omap3-n950-n9.dtsi > +++ b/arch/arm/boot/dts/omap3-n950-n9.dtsi > @@ -8,7 +8,7 @@ > * published by the Free Software Foundation. > */ > > -#include "omap36xx-hs.dtsi" > +#include "omap36xx.dtsi" > > / { > cpus {
* Pavel Machek <pavel@ucw.cz> [150228 08:45]: > On Thu 2015-02-26 14:49:57, Pali Rohár wrote: > > Harmattan system on Nokia N9 and N950 devices uses omap crypto support. > > Bootloader on those devices is known that it enables HW crypto support. > > This patch just include omap36xx.dtsi directly, so aes and sham is enabled. > > > > Signed-off-by: Pali Rohár <pali.rohar@gmail.com> > > Acked-by: Pavel Machek <pavel@ucw.cz> I'm picking patches 7 - 10 into omap-for-v4.1/dt branch thanks. Tony -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/boot/dts/omap3-n950-n9.dtsi b/arch/arm/boot/dts/omap3-n950-n9.dtsi index c41db94..800b379 100644 --- a/arch/arm/boot/dts/omap3-n950-n9.dtsi +++ b/arch/arm/boot/dts/omap3-n950-n9.dtsi @@ -8,7 +8,7 @@ * published by the Free Software Foundation. */ -#include "omap36xx-hs.dtsi" +#include "omap36xx.dtsi" / { cpus {
Harmattan system on Nokia N9 and N950 devices uses omap crypto support. Bootloader on those devices is known that it enables HW crypto support. This patch just include omap36xx.dtsi directly, so aes and sham is enabled. Signed-off-by: Pali Rohár <pali.rohar@gmail.com> --- arch/arm/boot/dts/omap3-n950-n9.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)