linux-stable/drivers/crypto/rockchip
Zain Wang 641eacd156 crypto: rockchip - move the crypto completion from interrupt context
It's illegal to call the completion function from hardirq context,
it will cause runtime tests to fail. Let's build a new task (done_task)
for moving update operation from hardirq context.

Signed-off-by: zain wang <wzz@rock-chips.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2017-08-03 14:00:22 +08:00
..
Makefile crypto: rockchip - add hash support for crypto engine in rk3288 2016-02-28 03:26:29 +08:00
rk3288_crypto.c crypto: rockchip - move the crypto completion from interrupt context 2017-08-03 14:00:22 +08:00
rk3288_crypto.h crypto: rockchip - move the crypto completion from interrupt context 2017-08-03 14:00:22 +08:00
rk3288_crypto_ablkcipher.c crypto: rockchip - move the crypto completion from interrupt context 2017-08-03 14:00:22 +08:00
rk3288_crypto_ahash.c crypto: rockchip - move the crypto completion from interrupt context 2017-08-03 14:00:22 +08:00