commit | 5a7801f6634b1e2888bcb1a85bedc50e46dcd757 | [log] [tgz] |
---|---|---|
author | Zain Wang <wzz@rock-chips.com> | Tue Aug 15 15:48:15 2017 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Tue Aug 22 14:54:54 2017 +0800 |
tree | 8ce1aca11dfb13223b75f49efcdba7303e8c6805 | |
parent | baf5b752dae2b7c84b3fa5ffb0eb41648d659c09 [diff] |
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>