Re: [PATCH v2 12/14] crypto: caam - execute module exit point only if necessary

2019-07-19 Thread Horia Geanta
On 7/19/2019 2:58 AM, Iuliana Prodan wrote: > Commit 1b46c90c8e00 ("crypto: caam - convert top level drivers to libraries") > changed entry and exit points behavior for caamalg, > caamalg_qi, caamalg_qi2, caamhash, caampkc, caamrng. > > For example, previously caam_pkc_init() and caam_pkc_exit() w

[PATCH v2 12/14] crypto: caam - execute module exit point only if necessary

2019-07-18 Thread Iuliana Prodan
Commit 1b46c90c8e00 ("crypto: caam - convert top level drivers to libraries") changed entry and exit points behavior for caamalg, caamalg_qi, caamalg_qi2, caamhash, caampkc, caamrng. For example, previously caam_pkc_init() and caam_pkc_exit() were module entry/exit points. This means that if an er