RE: [PATCH v2 6/8] crypto: caam - handle core endianness != caam endianness

2016-05-16 Thread Tudor-Dan Ambarus
> There are SoCs like LS1043A where CAAM endianness (BE) does not match > the default endianness of the core (LE). > Moreover, there are requirements for the driver to handle cases like > CPU_BIG_ENDIAN=y on ARM-based SoCs. > This requires for a complete rewrite of the I/O accessors. > > PPC-speci

[PATCH v2 6/8] crypto: caam - handle core endianness != caam endianness

2016-05-05 Thread Horia Geantă
There are SoCs like LS1043A where CAAM endianness (BE) does not match the default endianness of the core (LE). Moreover, there are requirements for the driver to handle cases like CPU_BIG_ENDIAN=y on ARM-based SoCs. This requires for a complete rewrite of the I/O accessors. PPC-specific accessors