diff options
author | Pragat Pandya <pragat.pandya@gmail.com> | 2020-03-03 08:03:00 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-03-10 20:33:15 +0300 |
commit | fcd6807271579c377a5fc43a4dc22fdd9883ba8c (patch) | |
tree | 83b6e55ce48ec1ea7f93988e699aa71b2f7fbd50 | |
parent | 26f67b4c6e4ceb608f3a9f23023c372456855200 (diff) | |
download | linux-fcd6807271579c377a5fc43a4dc22fdd9883ba8c.tar.xz |
Documentation: Add io-mapping.rst to driver-api manual
Add io-mapping.rst under Documentation/driver-api and reference it from
Sphinx TOC Tree present in Documentation/driver-api/index.rst
Signed-off-by: Pragat Pandya <pragat.pandya@gmail.com>
Link: https://lore.kernel.org/r/20200303050301.5412-2-pragat.pandya@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/driver-api/index.rst | 1 | ||||
-rw-r--r-- | Documentation/driver-api/io-mapping.rst (renamed from Documentation/io-mapping.txt) | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/driver-api/index.rst b/Documentation/driver-api/index.rst index 1d8c5599149b..99bdb393f475 100644 --- a/Documentation/driver-api/index.rst +++ b/Documentation/driver-api/index.rst @@ -79,6 +79,7 @@ available subsections can be seen below. ipmb isa isapnp + io-mapping generic-counter lightnvm-pblk memory-devices/index diff --git a/Documentation/io-mapping.txt b/Documentation/driver-api/io-mapping.rst index a966239f04e4..a966239f04e4 100644 --- a/Documentation/io-mapping.txt +++ b/Documentation/driver-api/io-mapping.rst |