diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2017-03-27 15:15:00 +0530 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2017-04-11 14:18:36 -0500 |
commit | bea37d3d3121d051b12541f06327d7ac63996fc0 (patch) | |
tree | 29f6db70b26218cf01d14646ba4af794c6c56266 /Documentation/PCI/00-INDEX | |
parent | d746799116103d857be203382b09035bbe225d03 (diff) | |
download | op-kernel-dev-bea37d3d3121d051b12541f06327d7ac63996fc0.zip op-kernel-dev-bea37d3d3121d051b12541f06327d7ac63996fc0.tar.gz |
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-INDEX | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/PCI/00-INDEX b/Documentation/PCI/00-INDEX index ba950b2..bf8223a 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. |