Re: [PATCH v5 01/19] crypto: amcc: convert tasklets to use new tasklet_setup() API

2021-03-09 Thread Allen Pais
In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/crypto/amcc/crypto4x

Re: [PATCH v5 01/19] crypto: amcc: convert tasklets to use new tasklet_setup() API

2021-03-03 Thread Herbert Xu
On Mon, Feb 08, 2021 at 03:12:20PM +0530, Allen Pais wrote: > From: Allen Pais > > In preparation for unconditionally passing the > struct tasklet_struct pointer to all tasklet > callbacks, switch to using the new tasklet_setup() > and from_tasklet() to pass the tasklet pointer explicitly. > > S

[PATCH v5 01/19] crypto: amcc: convert tasklets to use new tasklet_setup() API

2021-02-08 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/crypto/