summaryrefslogtreecommitdiff
path: root/include/linux/dma
diff options
context:
space:
mode:
authorAbhishek Sahu <absahu@codeaurora.org>2017-08-01 17:11:42 +0300
committerVinod Koul <vinod.koul@intel.com>2017-08-28 14:10:18 +0300
commit3e00ab4ac51c2ed47c28fd5000c47399f1a11cf5 (patch)
tree67ced0d4b885d8a2c976545b249b014d8e4ad0eb /include/linux/dma
parenta63efead7f8eeefcf08e4e7d0b033ac552f7da23 (diff)
downloadlinux-3e00ab4ac51c2ed47c28fd5000c47399f1a11cf5.tar.xz
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>
Diffstat (limited to 'include/linux/dma')
0 files changed, 0 insertions, 0 deletions