commit | d7db80801f8117cf210b9e2cd2c800e326d59fa2 | [log] [tgz] |
---|---|---|
author | Nicolas Ferre <nicolas.ferre@atmel.com> | Fri Aug 05 11:43:44 2011 +0000 |
committer | Vinod Koul <vinod.koul@intel.com> | Fri Aug 19 18:40:04 2011 +0530 |
tree | 27f954b51f2eed85d16ec1a54dacc0730c717116 | |
parent | 3c477482bb9f976e5451c50be7d3d60ea6f88646 [diff] |
dmaengine: at_hdmac: fix way to specify cyclic capability In this driver, we can trigger cyclic transfer on peripherals-DMA interfaces. It is dependent on driver implementation but cannot depend on a platform property: we remove the dma_has_cap(DMA_CYCLIC, ) test which has no meaning. Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>