summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorChen Liangjun <b36089@freescale.com>2012-10-29 15:38:26 +0800
committerChen Liangjun <b36089@freescale.com>2012-11-06 13:43:41 +0800
commit5ec89ed17be50b3ad815836d497f340568ce9a58 (patch)
treed6a668d103490ca4195db331e4e99d47c0331900 /arch
parent500e80ec8e06f65a97a490adab330b134f2c0907 (diff)
ENGR00231773-7 DMA: add interface to trigger SDMA event pending bit
Add interface in header file to call sdma event pending trigger function. Signed-off-by: Chen Liangjun <b36089@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/plat-mxc/include/mach/dma.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/include/mach/dma.h b/arch/arm/plat-mxc/include/mach/dma.h
index 3fccb3be9e15..af2edb84a0f2 100644
--- a/arch/arm/plat-mxc/include/mach/dma.h
+++ b/arch/arm/plat-mxc/include/mach/dma.h
@@ -101,5 +101,6 @@ static inline int mxs_dma_is_apbx(struct dma_chan *chan)
return !strcmp(dev_name(chan->device->dev), "mxs-dma-apbx");
}
+void sdma_set_event_pending(struct dma_chan *chan);
#endif