commit | 0d1d482416002791a705e7acef55edcd989facd2 | [log] [tgz] |
---|---|---|
author | Lars Persson <lars.persson@axis.com> | Wed Jan 23 12:59:43 2019 +0100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Feb 01 14:42:04 2019 +0800 |
tree | a8248c6dce8ce618babf5bac699c965aec363941 | |
parent | c34a83820f59bb275e5f2d55cd5ea99c64f6ef23 [diff] |
crypto: axis - give DMA the start of the status buffer The driver was optimized to only do cache maintenance for the last word of the dma descriptor status array. Unfortunately an omission also passed the last word as the address of the array start to the DMA engine. In most cases this goes unnoticed since the hardware aligns the address to a 64 byte boundary. Signed-off-by: Lars Persson <larper@axis.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>