aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sirfsoc_dma.h
diff options
context:
space:
mode:
authorRongjun Ying <Rongjun.Ying@csr.com>2011-10-27 19:22:39 -0700
committerVinod Koul <vinod.koul@linux.intel.com>2011-11-18 12:25:22 +0530
commitca21a146a45a179a2a7bc86d938a2fbf571a7510 (patch)
treecd0e029a9b29a083e8245ae6cf7aa01f6e1fd99f /include/linux/sirfsoc_dma.h
parentDMAEngine: Define interleaved transfer request api (diff)
downloadlinux-dev-ca21a146a45a179a2a7bc86d938a2fbf571a7510.tar.xz
linux-dev-ca21a146a45a179a2a7bc86d938a2fbf571a7510.zip
dmaengine: add CSR SiRFprimaII DMAC driver
Cc: Jassi Brar <jaswinder.singh@linaro.org> Cc: Arnd Bergmann <arnd@arndb.de> Cc: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Rongjun Ying <rongjun.ying@csr.com> Signed-off-by: Barry Song <Baohua.Song@csr.com> [fixed direction enums and cyclic api based on changes already merged] Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
Diffstat (limited to 'include/linux/sirfsoc_dma.h')
-rw-r--r--include/linux/sirfsoc_dma.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/sirfsoc_dma.h b/include/linux/sirfsoc_dma.h
new file mode 100644
index 000000000000..29d959333d81
--- /dev/null
+++ b/include/linux/sirfsoc_dma.h
@@ -0,0 +1,6 @@
+#ifndef _SIRFSOC_DMA_H_
+#define _SIRFSOC_DMA_H_
+
+bool sirfsoc_dma_filter_id(struct dma_chan *chan, void *chan_id);
+
+#endif