diff options
author | Vinod Koul <vinod.koul@intel.com> | 2017-11-03 07:49:39 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-11-05 20:03:27 +0300 |
commit | eeb1c6435293e9d3c30b21579bd5154c013f2843 (patch) | |
tree | ec5c1097a3963d64776b6e702d3a9a6e656b16a1 /Documentation/driver-api/dmaengine/index.rst | |
parent | 77fe661214d784878d666a226116057191de097b (diff) | |
download | linux-eeb1c6435293e9d3c30b21579bd5154c013f2843.tar.xz |
dmaengine: doc: ReSTize client API doc
This converts and moves client API file with some format
changes for RST style
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/driver-api/dmaengine/index.rst')
-rw-r--r-- | Documentation/driver-api/dmaengine/index.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/driver-api/dmaengine/index.rst b/Documentation/driver-api/dmaengine/index.rst index eee0377e0d7b..ffc2b797938c 100644 --- a/Documentation/driver-api/dmaengine/index.rst +++ b/Documentation/driver-api/dmaengine/index.rst @@ -16,6 +16,17 @@ driver writers. provider +DMAEngine client documentation +------------------------------ + +This book is a guide to device driver writers on how to use the Slave-DMA +API of the DMAEngine. This is applicable only for slave DMA usage only. + +.. toctree:: + :maxdepth: 1 + + client + .. only:: subproject Indices |