-
- Downloads
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>
Showing
- drivers/crypto/rockchip/rk3288_crypto.c 43 additions, 3 deletionsdrivers/crypto/rockchip/rk3288_crypto.c
- drivers/crypto/rockchip/rk3288_crypto.h 7 additions, 4 deletionsdrivers/crypto/rockchip/rk3288_crypto.h
- drivers/crypto/rockchip/rk3288_crypto_ablkcipher.c 50 additions, 68 deletionsdrivers/crypto/rockchip/rk3288_crypto_ablkcipher.c
- drivers/crypto/rockchip/rk3288_crypto_ahash.c 60 additions, 73 deletionsdrivers/crypto/rockchip/rk3288_crypto_ahash.c
Please register or sign in to comment