[PATCH] dmaengine: add dma_ctrl_cmd to pass buffer stride configuration
From: Dan Williams <hidden>
Date: 2011-07-11 21:39:19
Also in:
linux-omap, lkml
From: Dan Williams <hidden>
Date: 2011-07-11 21:39:19
Also in:
linux-omap, lkml
On Mon, Jul 11, 2011 at 2:28 AM, Linus Walleij [off-list ref] wrote:
2011/7/10 Sundaram Raju [off-list ref]:quoted
Added new dma_ctrl_cmd TI_DMA_STRIDE_CONFIG to pass the TI DMA controller specific configurations on how a buffer must be walked through and how data is picked for transfer based on a specified pattern over the channel. The configuration passed is specific to the TI DMA controller used.
...and I suspect the slave device drivers that use TI DMA are not expected to ever work with other dmaengines? Likely the case, but just wondering out loud.
quoted
Signed-off-by: Sundaram Raju <redacted>This is exactly how I think we should do this. Acked-by: Linus Walleij <redacted>