linux/drivers/crypto/marvell
Russell King 6de59d453a crypto: marvell/cesa - use __le32 for hardware descriptors
Much of the driver uses cpu_to_le32() to convert values for descriptors
to little endian before writing.  Use __le32 to define the hardware-
accessed parts of the descriptors, and ensure most places where it's
reasonable to do so use cpu_to_le32() when assigning to these.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2015-10-20 22:13:58 +08:00
..
cesa.c crypto: marvell/cesa - Drop owner assignment from platform_driver 2015-07-14 14:56:48 +08:00
cesa.h crypto: marvell/cesa - use __le32 for hardware descriptors 2015-10-20 22:13:58 +08:00
cipher.c crypto: marvell/cesa - use memcpy_fromio()/memcpy_toio() 2015-10-20 22:13:57 +08:00
hash.c crypto: marvell/cesa - use memcpy_fromio()/memcpy_toio() 2015-10-20 22:13:57 +08:00
Makefile crypto: marvell/cesa - add TDMA support 2015-06-19 22:18:03 +08:00
tdma.c crypto: marvell/cesa - use __le32 for hardware descriptors 2015-10-20 22:13:58 +08:00