Re: [BUG?] crypto: caam: little/big endianness on ARM vs PPC

2015-08-04 Thread Horia Geantă
On 6/15/2015 8:18 PM, Russell King - ARM Linux wrote: On Mon, Jun 15, 2015 at 06:33:17PM +0200, Jon Nettleton wrote: Funny enough I tackled this problem over the weekend as well. My approach was to switch the driver over to use the *_relaxed() io functions and then special case the bits

RE: [BUG?] crypto: caam: little/big endianness on ARM vs PPC

2015-06-16 Thread Victoria Milhoan
...@vger.kernel.org; Gupta Ruchika-R66431; linux-arm-ker...@lists.infradead.org; ker...@pengutronix.de; Geanta Neag Horia Ioan-B05471; linux-crypto@vger.kernel.org Subject: Re: [BUG?] crypto: caam: little/big endianness on ARM vs PPC Victoria, I was hoping you would join the conversation. I know you

[BUG?] crypto: caam: little/big endianness on ARM vs PPC

2015-06-15 Thread Steffen Trumtrar
Hi! I'm working on CAAM support for the ARM-based i.MX6 SoCs. The current drivers/crypto/caam driver only works for PowerPC AFAIK. Actually, there isn't that much to do, to get support for the i.MX6 but one patch breaks the driver severely: commit ef94b1d834aace7101de77c3a7c2631b9ae9c5f6

RE: [BUG?] crypto: caam: little/big endianness on ARM vs PPC

2015-06-15 Thread Victoria Milhoan
Ioan-B05471; Kim Phillips Subject: Re: [BUG?] crypto: caam: little/big endianness on ARM vs PPC On Mon, Jun 15, 2015 at 05:59:07PM +0200, Steffen Trumtrar wrote: Hi! I'm working on CAAM support for the ARM-based i.MX6 SoCs. The current drivers/crypto/caam driver only works for PowerPC AFAIK

Re: [BUG?] crypto: caam: little/big endianness on ARM vs PPC

2015-06-15 Thread Russell King - ARM Linux
On Mon, Jun 15, 2015 at 06:33:17PM +0200, Jon Nettleton wrote: Funny enough I tackled this problem over the weekend as well. My approach was to switch the driver over to use the *_relaxed() io functions and then special case the bits missing from the various ARCHs. Basically adding setbits32

Re: [BUG?] crypto: caam: little/big endianness on ARM vs PPC

2015-06-15 Thread Jon Nettleton
On Mon, Jun 15, 2015 at 5:59 PM, Steffen Trumtrar s.trumt...@pengutronix.de wrote: Hi! I'm working on CAAM support for the ARM-based i.MX6 SoCs. The current drivers/crypto/caam driver only works for PowerPC AFAIK. Actually, there isn't that much to do, to get support for the i.MX6 but one

Re: [BUG?] crypto: caam: little/big endianness on ARM vs PPC

2015-06-15 Thread Russell King - ARM Linux
On Mon, Jun 15, 2015 at 05:59:07PM +0200, Steffen Trumtrar wrote: I'm working on CAAM support for the ARM-based i.MX6 SoCs. The current drivers/crypto/caam driver only works for PowerPC AFAIK. Actually, there isn't that much to do, to get support for the i.MX6 but one patch breaks the driver

Re: [BUG?] crypto: caam: little/big endianness on ARM vs PPC

2015-06-15 Thread Herbert Xu
On Mon, Jun 15, 2015 at 05:59:07PM +0200, Steffen Trumtrar wrote: Hi! I'm working on CAAM support for the ARM-based i.MX6 SoCs. The current drivers/crypto/caam driver only works for PowerPC AFAIK. Actually, there isn't that much to do, to get support for the i.MX6 but one patch breaks the