crypto: stm32/hash - Wait for idle before final CPU xmit
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 25 Jan 2023 00:23:09 +0000 (01:23 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 3 Feb 2023 04:54:55 +0000 (12:54 +0800)
commit5a2d52b54065c2aeb0012d050734ead78252215a
tree3fcc8fb8d28a9d376ad2616dd763fa5dca16bd90
parent727f083ff48ae94cd7422e42bb9513ab61160e8a
crypto: stm32/hash - Wait for idle before final CPU xmit

When calculating the hash using the CPU, right before the final
hash calculation, heavy testing on Ux500 reveals that it is wise
to wait for the hardware to go idle before calculating the
final hash.

The default test vectors mostly worked fine, but when I used the
extensive tests and stress the hardware I ran into this problem.

Acked-by: Lionel Debieve <lionel.debieve@foss.st.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/stm32/stm32-hash.c