linux_dsm_epyc7002/Documentation/dmaengine
Abhishek Sahu 3e00ab4ac5 dmaengine: add DMA_PREP_CMD for non-Data descriptors.
Some of the DMA controllers are capable of issuing the commands
to peripheral by the DMA. These commands can be list of register
reads/writes and its different from normal data reads/writes.
This patch adds new flag DMA_PREP_CMD in DMA API which tells
the driver that the data passed to DMA API is command data
and DMA controller driver will form descriptor in the required
format.

This flag can be used by any DMA controller driver which requires
the descriptor in different format for non-Data descriptors.

Signed-off-by: Abhishek Sahu <absahu@codeaurora.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
2017-08-28 16:40:18 +05:30
..
00-INDEX Update of Documentation/dmaengine/00-INDEX 2014-12-29 15:28:24 -07:00
client.txt dmaengine: Documentation: Fix double spaces in client.txt 2016-11-14 08:13:37 +05:30
dmatest.txt dmaengine: Documentation: Fix double spaces in dmatest.txt 2016-11-14 08:14:14 +05:30
provider.txt dmaengine: add DMA_PREP_CMD for non-Data descriptors. 2017-08-28 16:40:18 +05:30
pxa_dma.txt dmaengine: Documentation: Fix typo in pxa_dma.txt 2016-11-14 08:14:24 +05:30