]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Update of Documentation/dmaengine/00-INDEX
authorHenrik Austad <henrik@austad.us>
Fri, 26 Dec 2014 08:26:26 +0000 (09:26 +0100)
committerJonathan Corbet <corbet@lwn.net>
Mon, 29 Dec 2014 22:28:24 +0000 (15:28 -0700)
- client.txt was moved by f36d2e67 (dmaengine: Move the current doc to a
  folder of its own)
- dmatmest.txt was moved by 935cdb56 (dmanegine: move dmatest.txt to
  dmaengine folder)
- provider.txt was added by c4d2ae967 (Documentation: dmaengine: Add a
  documentation for the dma controller API).

Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
Cc: Vinod Koul <vinod.koul@intel.com>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: dmaengine@vger.kernel.org
Cc: linux-doc@vger.kernel.org
Signed-off-by: Henrik Austad <henrik@austad.us>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/00-INDEX
Documentation/dmaengine/00-INDEX [new file with mode: 0644]

index 0fb40ac894fe318b1f39ed39045fb105e42b6981..cd077ca0e1b86dfba53b3bd2d0fa62724eb24eb4 100644 (file)
@@ -29,8 +29,6 @@ DMA-ISA-LPC.txt
        - How to do DMA with ISA (and LPC) devices.
 DMA-attributes.txt
        - listing of the various possible attributes a DMA region can have
-dmatest.txt
-       - how to compile, configure and use the dmatest system.
 DocBook/
        - directory with DocBook templates etc. for kernel documentation.
 EDID/
@@ -163,8 +161,6 @@ digsig.txt
        -info on the Digital Signature Verification API
 dma-buf-sharing.txt
        - the DMA Buffer Sharing API Guide
-dmaengine.txt
-       -the DMA Engine API Guide
 dontdiff
        - file containing a list of files that should never be diff'ed.
 driver-model/
diff --git a/Documentation/dmaengine/00-INDEX b/Documentation/dmaengine/00-INDEX
new file mode 100644 (file)
index 0000000..07de657
--- /dev/null
@@ -0,0 +1,8 @@
+00-INDEX
+       - this file.
+client.txt
+       -the DMA Engine API Guide.
+dmatest.txt
+       - how to compile, configure and use the dmatest system.
+provider.txt
+       - the DMA controller API.
\ No newline at end of file