diff options
author | Leilei Zhao <leilei.zhao@atmel.com> | 2015-04-07 17:45:11 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2015-04-08 22:20:05 +0800 |
commit | 9cd223239a79df3cc758ecabb8473ca91599021b (patch) | |
tree | c235d3ef0573aaa853b27d7b721e6ca9da410441 /crypto | |
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>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions