Re: [PATCH 3/3] dmaengine: qcom: bam_dma: convert tasklet to a workqueue

From: Bartosz Golaszewski

Date: Thu Nov 13 2025 - 05:26:25 EST


On Wed, Nov 12, 2025 at 5:15 PM Bjorn Andersson <andersson@xxxxxxxxxx> wrote:
>
> On Thu, Nov 06, 2025 at 04:44:52PM +0100, Bartosz Golaszewski wrote:
> > From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>
> >
> > There is nothing in the interrupt handling that requires us to run in
> > atomic context so convert the tasklet to a workqueue.
> >
> > Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>
>
> Reviewed-by: Bjorn Andersson <andersson@xxxxxxxxxx>
>
> I like the patch, getting off the tasklet is nice. But reading the
> patch/driver spawned some additional questions (not (necessarily)
> feedback to this patch).
>

Thanks, I can look into it once the locking and these changes are in next.

Bart