Re: [PATCH v2 01/64] dmaengine: add tasklet-backed channel BH helpers
From: Vinod Koul
Date: Wed Jul 29 2026 - 08:53:20 EST
On 27-07-26, 13:28, Allen Pais wrote:
> void dma_release_channel(struct dma_chan *chan);
> int dma_get_slave_caps(struct dma_chan *chan, struct dma_slave_caps *caps);
> +void dma_chan_init_bh(struct dma_chan *chan, dma_chan_bh_work_fn fn);
> +bool dma_chan_schedule_bh(struct dma_chan *chan);
> +void dma_chan_kill_bh(struct dma_chan *chan);
Can you please name these as dmaengine_xxx. Yes we have mix of these
two, but I would like to see new ones move to dmaengine_xx and then
progressively drop dma_ everywhere
--
~Vinod