9 Sep
2020
9 Sep
'20
4:21 p.m.
On Wed, 09 Sep 2020 16:16:59 +0200, Mark Brown wrote:
On Thu, Sep 03, 2020 at 12:47:47PM +0200, Takashi Iwai wrote:
The tasklet is an old API that should be deprecated, usually can be converted to another decent API. In ASoC FSL ESAI CPU DAI driver, a tasklet is still used for offloading the hardware reset function. It can be achieved gracefully with a work queued, too.
This doesn't apply against current code, please check and resend.
Did you merge either Linus tree (v5.9-rc4) or my topic/tasklet-convert branch into yours beforehand? There are tasklet API conversions landed in 5.9-rc4, and these patches are based on it.
Takashi