From: Ramesh Babu K V Date: Mon, 4 Oct 2010 10:37:53 +0000 (+0000) Subject: intel_mid_dma: Add sg list support to DMA driver X-Git-Tag: v2.6.37-rc1~79^2~6^5~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=576e3c394a6c427c9a1378ec88ef7eb97e731992;p=pandora-kernel.git intel_mid_dma: Add sg list support to DMA driver For a very high speed DMA various periphral devices need scatter-gather list support. The DMA hardware support link list items. This list can be circular also (adding new flag DMA_PREP_CIRCULAR_LIST) Right now this flag is in driver header and should be moved to dmaengine header file eventually Signed-off-by: Ramesh Babu K V Signed-off-by: Vinod Koul Signed-off-by: Dan Williams --- Reading git-diff-tree failed