alistair23-linux/drivers/crypto/rockchip
Zain Wang 5a7801f663 crypto: rockchip - Don't dequeue the request when device is busy
The device can only process one request at a time. So if multiple
requests came at the same time, we can enqueue them first, and
dequeue them one by one when the device is idle.

Signed-off-by: zain wang <wzz@rock-chips.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2017-08-22 14:54:54 +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 - Don't dequeue the request when device is busy 2017-08-22 14:54:54 +08:00
rk3288_crypto.h crypto: rockchip - Don't dequeue the request when device is busy 2017-08-22 14:54:54 +08:00
rk3288_crypto_ablkcipher.c crypto: rockchip - Don't dequeue the request when device is busy 2017-08-22 14:54:54 +08:00
rk3288_crypto_ahash.c crypto: rockchip - Don't dequeue the request when device is busy 2017-08-22 14:54:54 +08:00