docs: rapidio: add it to the driver API
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Tue, 18 Jun 2019 19:03:23 +0000 (16:03 -0300)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Mon, 15 Jul 2019 12:20:27 +0000 (09:20 -0300)
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>
Documentation/admin-guide/index.rst
Documentation/admin-guide/rapidio.rst [moved from Documentation/driver-api/rapidio.rst with 100% similarity]
Documentation/driver-api/index.rst
Documentation/driver-api/rapidio/index.rst [moved from Documentation/rapidio/index.rst with 94% similarity]
Documentation/driver-api/rapidio/mport_cdev.rst [moved from Documentation/rapidio/mport_cdev.rst with 100% similarity]
Documentation/driver-api/rapidio/rapidio.rst [moved from Documentation/rapidio/rapidio.rst with 100% similarity]
Documentation/driver-api/rapidio/rio_cm.rst [moved from Documentation/rapidio/rio_cm.rst with 100% similarity]
Documentation/driver-api/rapidio/sysfs.rst [moved from Documentation/rapidio/sysfs.rst with 100% similarity]
Documentation/driver-api/rapidio/tsi721.rst [moved from Documentation/rapidio/tsi721.rst with 100% similarity]
drivers/rapidio/Kconfig

index 24fbe05..8853c95 100644 (file)
@@ -61,6 +61,7 @@ configure specific aspects of kernel behavior to your liking.
    parport
    md
    module-signing
+   rapidio
    sysrq
    unicode
    vga-softcursor
index 6cd750a..d665cd9 100644 (file)
@@ -45,7 +45,7 @@ available subsections can be seen below.
    miscellaneous
    mei/index
    w1
-   rapidio
+   rapidio/index
    s390-drivers
    vme
    80211/index
similarity index 94%
rename from Documentation/rapidio/index.rst
rename to Documentation/driver-api/rapidio/index.rst
index ab7b554..4c5e51a 100644 (file)
@@ -1,5 +1,3 @@
-:orphan:
-
 ===========================
 The Linux RapidIO Subsystem
 ===========================
index 467e8fa..677d1af 100644 (file)
@@ -86,7 +86,7 @@ config RAPIDIO_CHMAN
          This option includes RapidIO channelized messaging driver which
          provides socket-like interface to allow sharing of single RapidIO
          messaging mailbox between multiple user-space applications.
-         See "Documentation/rapidio/rio_cm.rst" for driver description.
+         See "Documentation/driver-api/rapidio/rio_cm.rst" for driver description.
 
 config RAPIDIO_MPORT_CDEV
        tristate "RapidIO /dev mport device driver"