Skip to content

Commit fcc78f9

Browse files
lsgunthbjorn-helgaas
authored andcommitted
docs-rst: Add a new directory for PCI documentation
Add a new directory in the driver API guide for PCI-specific documentation. This is in preparation for adding a new PCI P2P DMA driver writers guide which will go in this directory. Signed-off-by: Logan Gunthorpe <logang@deltatee.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Cc: Jonathan Corbet <corbet@lwn.net> Cc: Mauro Carvalho Chehab <mchehab@kernel.org> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: Vinod Koul <vinod.koul@intel.com> Cc: Linus Walleij <linus.walleij@linaro.org> Cc: Logan Gunthorpe <logang@deltatee.com> Cc: Thierry Reding <treding@nvidia.com> Cc: Sanyog Kale <sanyog.r.kale@intel.com> Cc: Sagar Dharia <sdharia@codeaurora.org>
1 parent 2d7bc01 commit fcc78f9

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

Documentation/driver-api/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ available subsections can be seen below.
2929
iio/index
3030
input
3131
usb/index
32-
pci
32+
pci/index
3333
spi
3434
i2c
3535
hsi
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
.. SPDX-License-Identifier: GPL-2.0
2+
3+
============================================
4+
The Linux PCI driver implementer's API guide
5+
============================================
6+
7+
.. class:: toc-title
8+
9+
Table of contents
10+
11+
.. toctree::
12+
:maxdepth: 2
13+
14+
pci
15+
16+
.. only:: subproject and html
17+
18+
Indices
19+
=======
20+
21+
* :ref:`genindex`

0 commit comments

Comments
 (0)