aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@intel.com>2017-11-03 00:49:37 -0400
committerJonathan Corbet <corbet@lwn.net>2017-11-05 12:03:19 -0500
commit8a0698c19e37019562d2504d4d724811d7fd411c (patch)
tree2467beaec1c0499f17134ce210d4a75c0fad2aa9
parentb4d9421098f863bc7f92a7be8fb21e32fa5df99e (diff)
dmaengine: doc: Add ReST style dmaengine document
This removes the index file and adds the index.rst as placeholder and update driver-api index to add dmaengine. As a consequence dmaengine documentation will be in driver-api/ Signed-off-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r--Documentation/dmaengine/00-INDEX8
-rw-r--r--Documentation/driver-api/dmaengine/index.rst13
-rw-r--r--Documentation/driver-api/index.rst1
3 files changed, 14 insertions, 8 deletions
diff --git a/Documentation/dmaengine/00-INDEX b/Documentation/dmaengine/00-INDEX
deleted file mode 100644
index 07de6573d22b..000000000000
--- a/Documentation/dmaengine/00-INDEX
+++ /dev/null
@@ -1,8 +0,0 @@
100-INDEX
2 - this file.
3client.txt
4 -the DMA Engine API Guide.
5dmatest.txt
6 - how to compile, configure and use the dmatest system.
7provider.txt
8 - the DMA controller API. \ No newline at end of file
diff --git a/Documentation/driver-api/dmaengine/index.rst b/Documentation/driver-api/dmaengine/index.rst
new file mode 100644
index 000000000000..8c90a6443810
--- /dev/null
+++ b/Documentation/driver-api/dmaengine/index.rst
@@ -0,0 +1,13 @@
1=======================
2DMAEngine documentation
3=======================
4
5DMAEngine documentation provides documents for various aspects of DMAEngine
6framework.
7
8.. only:: subproject
9
10 Indices
11 =======
12
13 * :ref:`genindex`
diff --git a/Documentation/driver-api/index.rst b/Documentation/driver-api/index.rst
index 9c20624842b7..d17a9876b473 100644
--- a/Documentation/driver-api/index.rst
+++ b/Documentation/driver-api/index.rst
@@ -46,6 +46,7 @@ available subsections can be seen below.
46 pinctl 46 pinctl
47 gpio 47 gpio
48 misc_devices 48 misc_devices
49 dmaengine/index
49 50
50.. only:: subproject and html 51.. only:: subproject and html
51 52