PCI: endpoint: Add EP core layer to enable EP controller and EP functions
Introduce a new EP core layer in order to support endpoint functions in linux kernel. This comprises the EPC library (Endpoint Controller Library) and EPF library (Endpoint Function Library). EPC library implements functions specific to an endpoint controller and EPF library implements functions specific to an endpoint function. Signed-off-by: NKishon Vijay Abraham I <kishon@ti.com> Acked-by: NJoao Pinto <jpinto@synopsys.com> Signed-off-by: NBjorn Helgaas <bhelgaas@google.com>
Showing
drivers/pci/endpoint/Kconfig
0 → 100644
drivers/pci/endpoint/Makefile
0 → 100644
include/linux/pci-epc.h
0 → 100644
include/linux/pci-epf.h
0 → 100644
想要评论请 注册 或 登录