Re: [RESEND 07/19] crypto: ccree: convert tasklets to use new tasklet_setup() API

2020-12-09 Thread Allen
> > > > Signed-off-by: Romain Perier > > Signed-off-by: Allen Pais > > --- > > drivers/crypto/ccree/cc_fips.c| 6 +++--- > > drivers/crypto/ccree/cc_request_mgr.c | 12 ++-- > > 2 files changed, 9 insertions(+), 9 deletions(-) > > > > diff --git a/drivers/crypto/ccree/cc_fips.c

Re: [RESEND 07/19] crypto: ccree: convert tasklets to use new tasklet_setup() API

2020-12-08 Thread Gilad Ben-Yossef
Hi Allen, Thank you for the patch. Please make sure to CC maintainers on changes to drivers they maintain, otherwise it's hard to keep track. Thanks! On Mon, Dec 7, 2020 at 11:02 AM Allen Pais wrote: > > From: Allen Pais > > In preparation for unconditionally passing the > struct tasklet_struc

[RESEND 07/19] crypto: ccree: convert tasklets to use new tasklet_setup() API

2020-12-07 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/