Re: [PATCH] dmaengine: add a new helper dmam_async_device_register

2018-07-25 Thread Vinod
On 25-07-18, 13:46, Huang Shijie wrote: > This patch adds the dmam_async_device_register for DMA code. > Use the Devres to call the release for the DMA engine driver. no users? > > Signed-off-by: Huang Shijie > --- > Documentation/driver-model/devres.txt | 1 + > drivers/dma/dmaengine.c

[PATCH] dmaengine: add a new helper dmam_async_device_register

2018-07-24 Thread Huang Shijie
This patch adds the dmam_async_device_register for DMA code. Use the Devres to call the release for the DMA engine driver. Signed-off-by: Huang Shijie --- Documentation/driver-model/devres.txt | 1 + drivers/dma/dmaengine.c | 35 +++ include/linux/dmaengine