From: Nicolas Ferre Date: Fri, 5 Aug 2011 11:43:44 +0000 (+0000) Subject: dmaengine: at_hdmac: fix way to specify cyclic capability X-Git-Tag: v3.2-rc1~47^2~18^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7db80801f8117cf210b9e2cd2c800e326d59fa2;p=pandora-kernel.git 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 Signed-off-by: Vinod Koul --- Reading git-diff-tree failed