diff options
author | Vinod Koul <vinod.koul@intel.com> | 2017-11-03 10:19:37 +0530 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-11-05 10:03:19 -0700 |
commit | 8a0698c19e37019562d2504d4d724811d7fd411c (patch) | |
tree | 2467beaec1c0499f17134ce210d4a75c0fad2aa9 /Documentation/driver-api/index.rst | |
parent | b4d9421098f863bc7f92a7be8fb21e32fa5df99e (diff) | |
download | linux-8a0698c19e37019562d2504d4d724811d7fd411c.tar.gz linux-8a0698c19e37019562d2504d4d724811d7fd411c.tar.bz2 linux-8a0698c19e37019562d2504d4d724811d7fd411c.zip |
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>
Diffstat (limited to 'Documentation/driver-api/index.rst')
-rw-r--r-- | Documentation/driver-api/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
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. pinctl gpio misc_devices + dmaengine/index .. only:: subproject and html |