PCI: endpoint: functions: Add an EP function to test PCI
authorKishon Vijay Abraham I <kishon@ti.com>
Mon, 27 Mar 2017 09:45:03 +0000 (15:15 +0530)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 11 Apr 2017 19:18:37 +0000 (14:18 -0500)
commit349e7a85b25fa6ee82902d9be2cc5f3bec815120
tree2e5958e3fca4ad58e89a53796e3e4821f75a90c2
parent42fc2ac6e809a9f383e8ffa78b7f3fcd2fab1649
PCI: endpoint: functions: Add an EP function to test PCI

Adds a new endpoint function driver (to program the virtual test device)
making use of the EP-core library.

[bhelgaas: fold in pci_epf_test_probe() -ENOMEM test from Wei Yongjun
<weiyongjun1@huawei.com>]
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/endpoint/Kconfig
drivers/pci/endpoint/Makefile
drivers/pci/endpoint/functions/Kconfig [new file with mode: 0644]
drivers/pci/endpoint/functions/Makefile [new file with mode: 0644]
drivers/pci/endpoint/functions/pci-epf-test.c [new file with mode: 0644]