[bootlin/training-materials updates] master: kernel: dma: Replace 'dma API' with 'dma-mapping API' (9196f5fe)

Miquel Raynal miquel.raynal at bootlin.com
Mon Jul 17 12:24:46 CEST 2023


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/9196f5fe3b3932d22ba96719a97922b0a0243adb

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

commit 9196f5fe3b3932d22ba96719a97922b0a0243adb
Author: Miquel Raynal <miquel.raynal at bootlin.com>
Date:   Mon Jul 17 12:24:43 2023 +0200

    kernel: dma: Replace 'dma API' with 'dma-mapping API'
    
    This way we are aligned with the slides.
    
    Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>


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

9196f5fe3b3932d22ba96719a97922b0a0243adb
 labs/kernel-serial-dma/kernel-serial-dma.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/labs/kernel-serial-dma/kernel-serial-dma.tex b/labs/kernel-serial-dma/kernel-serial-dma.tex
index 46e2592b..bc483bf6 100644
--- a/labs/kernel-serial-dma/kernel-serial-dma.tex
+++ b/labs/kernel-serial-dma/kernel-serial-dma.tex
@@ -1,5 +1,5 @@
-\subchapter{DMA}{Objective: learn how to use the \code{dma} API to
-  handle DMA buffers and coherency, as well as the \code{dmaengine}
+\subchapter{DMA}{Objective: learn how to use the \code{dma-mapping} API
+  to handle DMA buffers and coherency, as well as the \code{dmaengine}
   API to deal with DMA controllers through a generic abstraction}
 
 During this lab, you will:




More information about the training-materials-updates mailing list