summaryrefslogtreecommitdiff
path: root/Documentation/PCI/00-INDEX
diff options
context:
space:
mode:
authorKishon Vijay Abraham I <kishon@ti.com>2017-03-27 15:15:00 +0530
committerBjorn Helgaas <bhelgaas@google.com>2017-04-11 14:18:36 -0500
commitbea37d3d3121d051b12541f06327d7ac63996fc0 (patch)
tree29f6db70b26218cf01d14646ba4af794c6c56266 /Documentation/PCI/00-INDEX
parentd746799116103d857be203382b09035bbe225d03 (diff)
Documentation: PCI: Guide to use PCI endpoint configfs
Add Documentation to help users use PCI endpoint to configure PCI endpoint function and to bind the endpoint function with endpoint controller. Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Acked-By: Joao Pinto <jpinto@synopsys.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'Documentation/PCI/00-INDEX')
-rw-r--r--Documentation/PCI/00-INDEX2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/PCI/00-INDEX b/Documentation/PCI/00-INDEX
index ba950b296bd8..bf8223a1bf08 100644
--- a/Documentation/PCI/00-INDEX
+++ b/Documentation/PCI/00-INDEX
@@ -14,3 +14,5 @@ pcieaer-howto.txt
- the PCI Express Advanced Error Reporting Driver Guide HOWTO
endpoint/pci-endpoint.txt
- guide to add endpoint controller driver and endpoint function driver.
+endpoint/pci-endpoint-cfs.txt
+ - guide to use configfs to configure the PCI endpoint function.