summaryrefslogtreecommitdiffstats
path: root/include/linux/dmaengine.h
diff options
context:
space:
mode:
authorVinod Koul2015-02-03 01:55:43 +0100
committerVinod Koul2015-02-03 01:55:43 +0100
commit46c2eb645991c00bcbdf991c2f74389f7efce918 (patch)
tree874cd6c0e0c72238b966cb08135e5af9e9b1c936 /include/linux/dmaengine.h
parentMerge branch 'topic/slave_caps_device_control_fix_rebased' into for-linus (diff)
parentdmaengine: rcar-dmac: Handle hardware descriptor allocation failure (diff)
downloadkernel-qcow2-linux-46c2eb645991c00bcbdf991c2f74389f7efce918.tar.gz
kernel-qcow2-linux-46c2eb645991c00bcbdf991c2f74389f7efce918.tar.xz
kernel-qcow2-linux-46c2eb645991c00bcbdf991c2f74389f7efce918.zip
Merge branch 'topic/rcar' into for-linus
Diffstat (limited to 'include/linux/dmaengine.h')
-rw-r--r--include/linux/dmaengine.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/dmaengine.h b/include/linux/dmaengine.h
index 50745e3a8a3f..b6997a0cb528 100644
--- a/include/linux/dmaengine.h
+++ b/include/linux/dmaengine.h
@@ -279,6 +279,9 @@ enum dma_slave_buswidth {
DMA_SLAVE_BUSWIDTH_3_BYTES = 3,
DMA_SLAVE_BUSWIDTH_4_BYTES = 4,
DMA_SLAVE_BUSWIDTH_8_BYTES = 8,
+ DMA_SLAVE_BUSWIDTH_16_BYTES = 16,
+ DMA_SLAVE_BUSWIDTH_32_BYTES = 32,
+ DMA_SLAVE_BUSWIDTH_64_BYTES = 64,
};
/**