]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00231773-7 DMA: add interface to trigger SDMA event pending bit
authorChen Liangjun <b36089@freescale.com>
Mon, 29 Oct 2012 07:38:26 +0000 (15:38 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:35:40 +0000 (08:35 +0200)
Add interface in header file to call sdma event pending trigger
function.

Signed-off-by: Chen Liangjun <b36089@freescale.com>
arch/arm/plat-mxc/include/mach/dma.h

index 3fccb3be9e15dd1861dd1d708343fb8c3b59cf77..af2edb84a0f227a7691c0a15f92a836203a12828 100644 (file)
@@ -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