commit | 0605fa0f78266cc3cb84201020f0cb7b546d72cc | [log] [tgz] |
---|---|---|
author | Corentin Labbe <clabbe@baylibre.com> | Fri Sep 18 07:23:07 2020 +0000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Sep 25 17:48:18 2020 +1000 |
tree | e192092544c637acc9f7a0f063d07dd22dce9bc7 | |
parent | a216f8d540cf13211227daf44996e8a530b92468 [diff] |
crypto: sun8i-ce - split into prepare/run/unprepare This patch split the do_one_request into three. Prepare will handle all DMA mapping and initialisation of the task structure. Unprepare will clean all DMA mapping. And the do_one_request will be limited to just executing the task. Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>