Skip to content

Commit

Permalink
docs: rapidio: add it to the driver API
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mauro Carvalho Chehab committed Jul 15, 2019
1 parent 74684f8 commit d2bdd48
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions Documentation/admin-guide/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ configure specific aspects of kernel behavior to your liking.
parport
md
module-signing
rapidio
sysrq
unicode
vga-softcursor
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion Documentation/driver-api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ available subsections can be seen below.
miscellaneous
mei/index
w1
rapidio
rapidio/index
s390-drivers
vme
80211/index
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
:orphan:

===========================
The Linux RapidIO Subsystem
===========================
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion drivers/rapidio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d2bdd48

Please sign in to comment.