Re: [PATCH v2] dma: Add devm_dma_request_chan()

From: Csókás Bence
Date: Tue Jan 14 2025 - 10:43:10 EST


Hi,

On 2024. 12. 26. 15:46, Csókás Bence wrote:
Hi,

On 2024. 12. 24. 10:20, Vinod Koul wrote:
On 22-12-24, 15:14, Bence Csókás wrote:
Expand the arsenal of devm functions for DMA
devices, this time for requesting channels.

Looks good, users for this?

I plan to use it in drivers/spi/atmel-quadspi.c. I already have that patch ready, I'll submit it once it has been tested, and after my outstanding patches have been merged (linux-spi ML has been quiet during the holidays, understandably), but for now I wanted to get it into dmaengine, so it will be ready for the SPI guys to use.

Can this be merged or is there something I should improve upon? I want to submit the SPI parts to give them time before the upcoming merge window.

Bence