diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-06-18 22:03:23 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-07-15 15:20:27 +0300 |
commit | d2bdd48a652bd0f7a5c78f3e418b4529fc469e1f (patch) | |
tree | b91f26075a621485925bbcc66803488d12e71014 /Documentation/driver-api/rapidio/index.rst | |
parent | 74684f8ff44e8b9cf85542762ec347b96bd92559 (diff) | |
download | linux-d2bdd48a652bd0f7a5c78f3e418b4529fc469e1f.tar.xz |
docs: rapidio: add it to the driver API
This is actually a subsystem description, with contains both
kAPI and uAPI.
While it should ideally be slplit, let's place it at driver-api,
as most things are related to kAPI and driver-specific info.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'Documentation/driver-api/rapidio/index.rst')
-rw-r--r-- | Documentation/driver-api/rapidio/index.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/driver-api/rapidio/index.rst b/Documentation/driver-api/rapidio/index.rst new file mode 100644 index 000000000000..4c5e51a05134 --- /dev/null +++ b/Documentation/driver-api/rapidio/index.rst @@ -0,0 +1,13 @@ +=========================== +The Linux RapidIO Subsystem +=========================== + +.. toctree:: + :maxdepth: 1 + + rapidio + sysfs + + tsi721 + mport_cdev + rio_cm |