diff options
author | Vinod Koul <vinod.koul@intel.com> | 2017-11-03 10:19:38 +0530 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-11-05 10:03:23 -0700 |
commit | 77fe661214d784878d666a226116057191de097b (patch) | |
tree | 76ad7cce7873e2fe8d6919c0f5915a07d8525c5f /Documentation/driver-api/dmaengine/index.rst | |
parent | 8a0698c19e37019562d2504d4d724811d7fd411c (diff) |
dmaengine: doc: ReSTize provider doc
This moves and converts provider 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 8c90a6443810..eee0377e0d7b 100644 --- a/Documentation/driver-api/dmaengine/index.rst +++ b/Documentation/driver-api/dmaengine/index.rst @@ -5,6 +5,17 @@ DMAEngine documentation DMAEngine documentation provides documents for various aspects of DMAEngine framework. +DMAEngine documentation +----------------------- + +This book helps with DMAengine internal APIs and guide for DMAEngine device +driver writers. + +.. toctree:: + :maxdepth: 1 + + provider + .. only:: subproject Indices |