[PATCH] crypto: caam - reinitialize keys_fit_inline for decrypt and givencrypt

2014-05-09 Thread Kim Phillips
From: Vakul Garg Re-initialize keys_fit_inline to avoid using its stale encrypt() shared descriptor value prior to building descriptors for the decrypt() and givencrypt() cases. Signed-off-by: Vakul Garg [reworded commit text, enhanced code readability] Signed-off-by: Kim Phillips --- drivers

[PATCH] crypto: s5p-sss: fix multiplatform build

2014-05-09 Thread Arnd Bergmann
As we are preparing to enable multiplatform support on EXYNOS, we can no longer include mach/*.h or plat/*.h headers from device drivers. The s5p-sss driver was just enabled for EXYNOS when it used to be used only on s5pv210, and it includes two samsung platform specific header files for historic