summaryrefslogtreecommitdiffstats
path: root/Documentation/PCI/00-INDEX
diff options
context:
space:
mode:
authorKishon Vijay Abraham I <kishon@ti.com>2017-03-27 15:14:58 +0530
committerBjorn Helgaas <bhelgaas@google.com>2017-04-11 14:18:36 -0500
commita8a5be098885e8394497a6b64fb3f96dd217846b (patch)
tree5c4831d0799e43cba663f1c1382e541da45e89fb /Documentation/PCI/00-INDEX
parent5e8cb4033807e39849b753e5399ec130c0995f1f (diff)
downloadlinux-stable-a8a5be098885e8394497a6b64fb3f96dd217846b.tar.gz
linux-stable-a8a5be098885e8394497a6b64fb3f96dd217846b.tar.bz2
linux-stable-a8a5be098885e8394497a6b64fb3f96dd217846b.zip
Documentation: PCI: Guide to use PCI Endpoint Core Layer
Add Documentation to help users use endpoint library to enable endpoint mode in the PCI controller and add new PCI endpoint functions. 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 147231f1613e..ba950b296bd8 100644
--- a/Documentation/PCI/00-INDEX
+++ b/Documentation/PCI/00-INDEX
@@ -12,3 +12,5 @@ pci.txt
- info on the PCI subsystem for device driver authors
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.