Hi, V2 of the patches. * Removed symbol export * Removed usage of SOC specific functions in the drivers. * Readded overlooked config for DMA in mach-ux500. After some internal discussion we felt that the now implemented hardware identification solution is cleaner than the suggested solution. The hardware identification patch applies cleanly to the cryptodev tree. Regards Andreas Andreas Westin (3): mach-ux500: Crypto: core support for CRYP/HASH module. crypto: ux500: Update DMA handling for 3.4 crypto: ux500: Cleanup hardware identification arch/arm/mach-ux500/board-mop500.c | 48 ++++++++++++++++++++ arch/arm/mach-ux500/clock.c | 18 ++++---- arch/arm/mach-ux500/devices-common.h | 54 +++++++++++++++++++++++ arch/arm/mach-ux500/devices-db8500.c | 3 ++ arch/arm/mach-ux500/devices-db8500.h | 4 ++ arch/arm/mach-ux500/include/mach/crypto-ux500.h | 1 + arch/arm/mach-ux500/include/mach/devices.h | 3 ++ arch/arm/mach-ux500/include/mach/hardware.h | 3 ++ drivers/crypto/ux500/cryp/cryp.c | 10 ++--- drivers/crypto/ux500/cryp/cryp_core.c | 5 +-- drivers/crypto/ux500/cryp/cryp_p.h | 1 - drivers/crypto/ux500/hash/hash_core.c | 12 +---- 12 files changed, 133 insertions(+), 29 deletions(-) -- 1.7.10 -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html