[FE training-materials-updates] Kernel slides: replace deleted function

Gregory Clement gregory.clement at free-electrons.com
Fri Sep 2 17:25:47 CEST 2016


Repository : git://git.free-electrons.com/training-materials.git
On branch  : dev_mylene/yocto_update/krogoth
Link       : http://git.free-electrons.com/training-materials/commit/?id=bd39585b27c40285c72cf36815ed3864333de5a7

>---------------------------------------------------------------

commit bd39585b27c40285c72cf36815ed3864333de5a7
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Fri Jun 17 08:45:08 2016 +0200

    Kernel slides: replace deleted function
    
    - replacing dmaengine_issue_pending() by dma_async_issue_pending()
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


>---------------------------------------------------------------

bd39585b27c40285c72cf36815ed3864333de5a7
 slides/kernel-driver-development-dma/kernel-driver-development-dma.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/kernel-driver-development-dma/kernel-driver-development-dma.tex b/slides/kernel-driver-development-dma/kernel-driver-development-dma.tex
index ea7b5ed..8ff5d39 100644
--- a/slides/kernel-driver-development-dma/kernel-driver-development-dma.tex
+++ b/slides/kernel-driver-development-dma/kernel-driver-development-dma.tex
@@ -212,7 +212,7 @@ void dma_unmap_single(struct device *dev, dma_addr_t handdle,
     \item Put the transaction in the driver pending queue using
       \kfunc{dmaengine_submit}
     \item And finally ask the driver to process all pending
-      transactions using \kfunc{dmaengine_issue_pending}
+      transactions using \kfunc{dma_async_issue_pending}
     \end{enumerate}
   \item Of course, this needs to be done in addition to the DMA
     mapping seen previously




More information about the training-materials-updates mailing list