These drivers haven't been touched in a while. They didn't even compile or probe successfully. After these changes, both drivers run just fine.
We also split DMA channel allocation and configuration into separate invocations, as the API expects. arch/arm/mach-ux500/board-mop500.c | 14 ++------------ drivers/crypto/ux500/cryp/cryp.h | 7 ++++++- drivers/crypto/ux500/cryp/cryp_core.c | 27 +++++++++++++++++++++++---- drivers/crypto/ux500/hash/hash_alg.h | 5 ++++- drivers/crypto/ux500/hash/hash_core.c | 20 +++++++++++++++----- 5 files changed, 50 insertions(+), 23 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

