summaryrefslogtreecommitdiffstats
path: root/Documentation/driver-api/message-based.rst
diff options
context:
space:
mode:
authorJonathan Corbet <corbet@lwn.net>2016-08-20 13:17:32 -0600
committerJonathan Corbet <corbet@lwn.net>2016-08-22 14:42:08 -0600
commitdcec3c8c9aea9e779c59f420465381c0f3322913 (patch)
treef8752c216e37a44941af6a16fda595c0fa4dde0d /Documentation/driver-api/message-based.rst
parent47cb398dd75a9faa89d0617b55d4cf537935b731 (diff)
downloadlinux-dcec3c8c9aea9e779c59f420465381c0f3322913.tar.gz
linux-dcec3c8c9aea9e779c59f420465381c0f3322913.tar.bz2
linux-dcec3c8c9aea9e779c59f420465381c0f3322913.zip
docs: split up the driver book
We don't need to keep it as a single large file anymore; split it up so that it is easier to manage and the individual sections can be read directly as plain files. Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/driver-api/message-based.rst')
-rw-r--r--Documentation/driver-api/message-based.rst30
1 files changed, 30 insertions, 0 deletions
diff --git a/Documentation/driver-api/message-based.rst b/Documentation/driver-api/message-based.rst
new file mode 100644
index 000000000000..ef5867a7de20
--- /dev/null
+++ b/Documentation/driver-api/message-based.rst
@@ -0,0 +1,30 @@
+Message-based devices
+=====================
+
+Fusion message devices
+----------------------
+
+.. kernel-doc:: drivers/message/fusion/mptbase.c
+ :export:
+
+.. kernel-doc:: drivers/message/fusion/mptbase.c
+ :internal:
+
+.. kernel-doc:: drivers/message/fusion/mptscsih.c
+ :export:
+
+.. kernel-doc:: drivers/message/fusion/mptscsih.c
+ :internal:
+
+.. kernel-doc:: drivers/message/fusion/mptctl.c
+ :internal:
+
+.. kernel-doc:: drivers/message/fusion/mptspi.c
+ :internal:
+
+.. kernel-doc:: drivers/message/fusion/mptfc.c
+ :internal:
+
+.. kernel-doc:: drivers/message/fusion/mptlan.c
+ :internal:
+