linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] crypto/nx: disable NX on little endian builds
@ 2014-06-07  1:33 Anton Blanchard
  2014-06-14  3:48 ` Marek Vasut
  0 siblings, 1 reply; 2+ messages in thread
From: Anton Blanchard @ 2014-06-07  1:33 UTC (permalink / raw)
  To: benh, paulus, nfont, mhcerri, herbert, davem; +Cc: linuxppc-dev, linux-crypto

The NX driver has endian issues so disable it for now.

Signed-off-by: Anton Blanchard <anton@samba.org>
---

diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig
index 03ccdb0..8280a7a3 100644
--- a/drivers/crypto/Kconfig
+++ b/drivers/crypto/Kconfig
@@ -313,7 +313,7 @@ config CRYPTO_DEV_S5P
 
 config CRYPTO_DEV_NX
 	bool "Support for IBM Power7+ in-Nest cryptographic acceleration"
-	depends on PPC64 && IBMVIO
+	depends on PPC64 && IBMVIO && !CPU_LITTLE_ENDIAN
 	default n
 	help
 	  Support for Power7+ in-Nest cryptographic acceleration.

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] crypto/nx: disable NX on little endian builds
  2014-06-07  1:33 [PATCH] crypto/nx: disable NX on little endian builds Anton Blanchard
@ 2014-06-14  3:48 ` Marek Vasut
  0 siblings, 0 replies; 2+ messages in thread
From: Marek Vasut @ 2014-06-14  3:48 UTC (permalink / raw)
  To: Anton Blanchard
  Cc: herbert, linuxppc-dev, paulus, linux-crypto, nfont, mhcerri,
	davem

On Saturday, June 07, 2014 at 03:33:34 AM, Anton Blanchard wrote:
> The NX driver has endian issues so disable it for now.
> 
> Signed-off-by: Anton Blanchard <anton@samba.org>

What kind of issues ? Are they hard to fix ?

Best regards,
Marek Vasut

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-06-14  3:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-07  1:33 [PATCH] crypto/nx: disable NX on little endian builds Anton Blanchard
2014-06-14  3:48 ` Marek Vasut

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).