linux/drivers/crypto/marvell
Russell King 5d754137ab crypto: marvell/cesa - use dma_addr_t for cur_dma
cur_dma is part of the software state, not read by the hardware.
Storing it in LE32 format is wrong, use dma_addr_t for this.

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:56 +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 dma_addr_t for cur_dma 2015-10-20 22:13:56 +08:00
cipher.c crypto: marvell/cesa - use readl_relaxed()/writel_relaxed() 2015-10-20 22:13:55 +08:00
hash.c crypto: marvell/cesa - use readl_relaxed()/writel_relaxed() 2015-10-20 22:13:55 +08:00
Makefile
tdma.c crypto: marvell/cesa - use dma_addr_t for cur_dma 2015-10-20 22:13:56 +08:00