Re: [RFC 1/1] drivers/dma/*: replace tasklets with workqueue

From: Linus Walleij
Date: Mon Apr 25 2022 - 11:06:58 EST


On Tue, Apr 19, 2022 at 11:17 PM Allen Pais <apais@xxxxxxxxxxxxxxxxxxx> wrote:

> The tasklet is an old API which will be deprecated, workqueue API
> cab be used instead of them.
>
> This patch replaces the tasklet usage in drivers/dma/* with a
> simple work.
>
> Github: https://github.com/KSPP/linux/issues/94
>
> Signed-off-by: Allen Pais <apais@xxxxxxxxxxxxxxxxxxx>

Booted on:

> drivers/dma/ste_dma40.c | 17 ++++-----

This DMA-controller with no regressions:
Tested-by: Linus Walleij <linus.walleij@xxxxxxxxxx>

Also looks good so:
Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx>

Yours,
Linus Walleij