commit | dd4e91d538b3d16d5241575a3fb654a9aa50392c | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Tue May 10 20:43:34 2016 +0300 |
committer | Vinod Koul <vinod.koul@intel.com> | Thu May 12 11:14:56 2016 +0530 |
tree | 6d0dc2db2bb6347e567666d7fbc2a8bd8cf8d080 | |
parent | 757d12e5849be549076901b0d33c60d5f360269c [diff] |
dmaengine: slave means at least one of DMA_SLAVE, DMA_CYCLIC When check for capabilities recognize slave support by either DMA_SLAVE or DMA_CYCLIC bit set. If we don't do that the user can't get a normally worked DMA support for engines that doesn't have one of the mentioned bits set. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>