Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Logan Gunthorpe and committed by
Bjorn Helgaas
fcc78f9c 2d7bc010

+22 -1
+1 -1
Documentation/driver-api/index.rst
··· 29 29 iio/index 30 30 input 31 31 usb/index 32 - pci 32 + pci/index 33 33 spi 34 34 i2c 35 35 hsi
Documentation/driver-api/pci.rst Documentation/driver-api/pci/pci.rst
+21
Documentation/driver-api/pci/index.rst
··· 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`