[PATCH] crypto: caam - add support for LS1021A

2015-08-17 Thread Horia Geantă
LS1021A is a QorIQ SoC having little endian CAAM. There are a few differences b/w QorIQ and i.MX from CAAM perspective: 1. i.MX platforms are somewhat special wrt. 64-bit registers: -big endian format at 64-bit level: MSW at address+0 and LSW at address+4 -little endian format at 32-bit level

Re: [PATCH] crypto: caam - add support for LS1021A

2015-08-17 Thread Herbert Xu
On Mon, Aug 17, 2015 at 03:24:10PM +0300, Horia Geantă wrote: LS1021A is a QorIQ SoC having little endian CAAM. There are a few differences b/w QorIQ and i.MX from CAAM perspective: 1. i.MX platforms are somewhat special wrt. 64-bit registers: -big endian format at 64-bit level: MSW at