Re: [PATCH 00/16] wirless: convert tasklets to use new tasklet_setup()

2020-08-18 Thread Allen
> > General question for the whole series: have you considered the long-term > aim instead? That is: convert away from tasklets completely? I.e. use > threaded irqs or workqueues? > Yes, since changing tasklets to workqueues or threaded irqs becomes a little trivial when it comes to tree-wide cha

Re: [PATCH 00/16] wirless: convert tasklets to use new tasklet_setup()

2020-08-17 Thread Jiri Slaby
On 17. 08. 20, 11:06, Allen Pais wrote: > From: Allen Pais > > Commit 12cc923f1ccc ("tasklet: Introduce new initialization API")' > introduced a new tasklet initialization API. This series converts > all the wireless drivers to use the new tasklet_setup() API General question for the whole seri

[PATCH 00/16] wirless: convert tasklets to use new tasklet_setup()

2020-08-17 Thread Allen Pais
From: Allen Pais Commit 12cc923f1ccc ("tasklet: Introduce new initialization API")' introduced a new tasklet initialization API. This series converts all the wireless drivers to use the new tasklet_setup() API Allen Pais (16): wireless: ath5k: convert tasklets to use new tasklet_setup() API