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

From: Allen Pais
Date: Mon Apr 25 2022 - 19:59:58 EST




> On 25-Apr-2022, at 8:06 AM, Linus Walleij <linus.walleij@xxxxxxxxxx> wrote:
>
> 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>

Thanks for review and testing.

>
> Yours,
> Linus Walleij