From: Hans-Christian Egtvedt Date: Wed, 1 Apr 2009 13:47:02 +0000 (+0200) Subject: dw_dmac: add cyclic API to DW DMA driver X-Git-Tag: v2.6.30-rc1~225^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9de451989a88a2003ca06e524aca4665c0c7f06;p=pandora-kernel.git dw_dmac: add cyclic API to DW DMA driver This patch adds a cyclic DMA interface to the DW DMA driver. This is very useful if you want to use the DMA controller in combination with a sound device which uses cyclic buffers. Using a DMA channel for cyclic DMA will disable the possibility to use it as a normal DMA engine until the user calls the cyclic free function on the DMA channel. Also a cyclic DMA list can not be prepared if the channel is already active. Signed-off-by: Hans-Christian Egtvedt Acked-by: Haavard Skinnemoen Acked-by: Maciej Sosnowski Signed-off-by: Dan Williams --- Reading git-diff-tree failed