commit | 9cd223239a79df3cc758ecabb8473ca91599021b | [log] [tgz] |
---|---|---|
author | Leilei Zhao <leilei.zhao@atmel.com> | Tue Apr 07 17:45:11 2015 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Wed Apr 08 22:20:05 2015 +0800 |
tree | c235d3ef0573aaa853b27d7b721e6ca9da410441 | |
parent | 289b2623df34ebec4c25b7d31804b70fc90b92c6 [diff] |
crypto: atmel-aes - correct usage of dma_sync_* API The output buffer is used for CPU access, so the API should be dma_sync_single_for_cpu which makes the cache line invalid in order to reload the value in memory. Signed-off-by: Leilei Zhao <leilei.zhao@atmel.com> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>