]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdbbde090d453c6371343d9a45e09432195bc9bf0
tree2e5958e3fca4ad58e89a53796e3e4821f75a90c2
parent325f9cce5e3fd03f89a3012c649cf01376efedcf
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]