提交 70c9b8bd 编写于 作者: G Geert Uytterhoeven 提交者: Vinod Koul

dmaengine: Clarify device parameter for dma_sync_*_for_*()

Signed-off-by: NGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: NVinod Koul <vinod.koul@intel.com>
上级 211bfef7
...@@ -100,8 +100,10 @@ The slave DMA usage consists of following steps: ...@@ -100,8 +100,10 @@ The slave DMA usage consists of following steps:
The peripheral driver is expected to have mapped the scatterlist for The peripheral driver is expected to have mapped the scatterlist for
the DMA operation prior to calling device_prep_slave_sg, and must the DMA operation prior to calling device_prep_slave_sg, and must
keep the scatterlist mapped until the DMA operation has completed. keep the scatterlist mapped until the DMA operation has completed.
The scatterlist must be mapped using the DMA struct device. So, The scatterlist must be mapped using the DMA struct device.
normal setup should look like this: If a mapping needs to be synchronized later, dma_sync_*_for_*() must be
called using the DMA struct device, too.
So, normal setup should look like this:
nr_sg = dma_map_sg(chan->device->dev, sgl, sg_len); nr_sg = dma_map_sg(chan->device->dev, sgl, sg_len);
if (nr_sg == 0) if (nr_sg == 0)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册