[PATCH v7 0/2] Add `devm_dma_request_chan()` to simplify probe path in atmel-quadspi.c

Vinod Koul vkoul at kernel.org
Thu Jun 26 15:20:15 PDT 2025


On 10-06-25, 12:49, Mark Brown wrote:
> On Tue, Jun 10, 2025 at 10:22:52AM +0200, Bence Csókás wrote:
> 
> > to their devm_ managed counterparts. Patch 1/2 adds the new
> > `devm_dma_request_chan()` function. Patch 2/2 then uses this APIs to
> > simplify the probe() function.
> 
> I'm not copied on patch 1, please let me know if/when there's some
> progress there.

You can pull in this tag for the dependency

The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494:

  Linux 6.16-rc1 (2025-06-08 13:44:43 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine.git tags/dmaengine_devm_api

for you to fetch changes up to 08bf1663c21a3e815eda28fa242d84c945ca3b94:

  dmaengine: Add devm_dma_request_chan() (2025-06-26 15:18:04 -0700)

----------------------------------------------------------------
dmaengine: tag for devm api

----------------------------------------------------------------
Bence Csókás (1):
      dmaengine: Add devm_dma_request_chan()

 drivers/dma/dmaengine.c   | 30 ++++++++++++++++++++++++++++++
 include/linux/dmaengine.h |  7 +++++++
 2 files changed, 37 insertions(+)

Thanks
-- 
~Vinod



More information about the linux-arm-kernel mailing list