Re: [PATCH v2] dma: Add devm_dma_request_chan()
From: Csókás Bence
Date: Thu Dec 26 2024 - 09:46:44 EST
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.
Signed-off-by: Bence Csókás <csokas.bence@xxxxxxxxx>
Bence