Commits

Franck LENORMAND committed 024d9635a5d
MLK-17253-2: crypto: caam: Use correct memory function for Secure Memory The Secure Memory is a hardware memory whose address was retrieved using of_iomap, hence the memory manipulation shall use the set of functions: memset_io/memcpy_fromio/memcpy_toio in order to works correctly. Not using these functions can result in kernel panic. Signed-off-by: Franck LENORMAND <franck.lenormand@nxp.com>