aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/spi/index.rst
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-07-31 17:08:50 -0300
committerJonathan Corbet <corbet@lwn.net>2019-07-31 14:13:13 -0600
commit9cdd273e29f3b901712ec3c298b1d506861f48e3 (patch)
treec2dc7b819892ee63e43430cd34a46026d081b069 /Documentation/spi/index.rst
parentdocs: writing-schema.md: convert from markdown to ReST (diff)
downloadwireguard-linux-9cdd273e29f3b901712ec3c298b1d506861f48e3.tar.xz
wireguard-linux-9cdd273e29f3b901712ec3c298b1d506861f48e3.zip
spi: docs: convert to ReST and add it to the kABI bookset
While there's one file there with briefily describes the uAPI, the documentation was written just like most subsystems: focused on kernel developers. So, add it together with driver-api books. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> # for iio Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/spi/index.rst')
-rw-r--r--Documentation/spi/index.rst22
1 files changed, 22 insertions, 0 deletions
diff --git a/Documentation/spi/index.rst b/Documentation/spi/index.rst
new file mode 100644
index 000000000000..06c34ea11bcf
--- /dev/null
+++ b/Documentation/spi/index.rst
@@ -0,0 +1,22 @@
+.. SPDX-License-Identifier: GPL-2.0
+
+=================================
+Serial Peripheral Interface (SPI)
+=================================
+
+.. toctree::
+ :maxdepth: 1
+
+ spi-summary
+ spidev
+ butterfly
+ pxa2xx
+ spi-lm70llp
+ spi-sc18is602
+
+.. only:: subproject and html
+
+ Indices
+ =======
+
+ * :ref:`genindex`