diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2012-10-16 09:49:16 +0530 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2013-01-06 20:57:46 -0800 |
commit | 177d2bf5c7d3ab41bfb4ce2597dde668225958dd (patch) | |
tree | f88bcfcb456e7dc6de6fa1d033d2f9efd927e59d /include/linux/dw_dmac.h | |
parent | 53b9989bc75e185d0bf946e939ebe8534c8a9740 (diff) | |
download | linux-177d2bf5c7d3ab41bfb4ce2597dde668225958dd.tar.gz linux-177d2bf5c7d3ab41bfb4ce2597dde668225958dd.tar.bz2 linux-177d2bf5c7d3ab41bfb4ce2597dde668225958dd.zip |
dmaengine: dw_dmac: Update documentation style comments for dw_dma_platform_data
Documentation style comments were missing for few fields in struct
dw_dma_platform_data. Add these.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
Diffstat (limited to 'include/linux/dw_dmac.h')
-rw-r--r-- | include/linux/dw_dmac.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/dw_dmac.h b/include/linux/dw_dmac.h index e1c8c9e919ac..62a6190dee22 100644 --- a/include/linux/dw_dmac.h +++ b/include/linux/dw_dmac.h @@ -19,6 +19,8 @@ * @nr_channels: Number of channels supported by hardware (max 8) * @is_private: The device channels should be marked as private and not for * by the general purpose DMA channel allocator. + * @chan_allocation_order: Allocate channels starting from 0 or 7 + * @chan_priority: Set channel priority increasing from 0 to 7 or 7 to 0. * @block_size: Maximum block size supported by the controller * @nr_masters: Number of AHB masters supported by the controller * @data_width: Maximum data width supported by hardware per AHB master |