diff options
author | Vinod Koul <vinod.koul@intel.com> | 2015-02-02 16:55:43 -0800 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2015-02-02 16:55:43 -0800 |
commit | 46c2eb645991c00bcbdf991c2f74389f7efce918 (patch) | |
tree | 874cd6c0e0c72238b966cb08135e5af9e9b1c936 /include/linux/dmaengine.h | |
parent | 2cd6f7928ca42c7744f493e0ae2a4acaf02331a0 (diff) | |
parent | ee4b876bbee2c5c53518110849f23c117eec099c (diff) | |
download | op-kernel-dev-46c2eb645991c00bcbdf991c2f74389f7efce918.zip op-kernel-dev-46c2eb645991c00bcbdf991c2f74389f7efce918.tar.gz |
Merge branch 'topic/rcar' into for-linus
Diffstat (limited to 'include/linux/dmaengine.h')
-rw-r--r-- | include/linux/dmaengine.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/dmaengine.h b/include/linux/dmaengine.h index 50745e3..b6997a0 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, }; /** |