]> git.ipfire.org Git - thirdparty/linux.git/commit - drivers/Makefile
PCI: endpoint: Add EP core layer to enable EP controller and EP functions
authorKishon Vijay Abraham I <kishon@ti.com>
Mon, 10 Apr 2017 13:55:10 +0000 (19:25 +0530)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 11 Apr 2017 19:18:35 +0000 (14:18 -0500)
commit5e8cb4033807e39849b753e5399ec130c0995f1f
treec2d924acfd79187ad4066f075998c3b21890d109
parentd4c7d1a089d6fddf38c4fcdc91f15791bfb59a95
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: Kishon Vijay Abraham I <kishon@ti.com>
Acked-by: Joao Pinto <jpinto@synopsys.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/Makefile
drivers/pci/Kconfig
drivers/pci/endpoint/Kconfig [new file with mode: 0644]
drivers/pci/endpoint/Makefile [new file with mode: 0644]
drivers/pci/endpoint/pci-epc-core.c [new file with mode: 0644]
drivers/pci/endpoint/pci-epc-mem.c [new file with mode: 0644]
drivers/pci/endpoint/pci-epf-core.c [new file with mode: 0644]
include/linux/mod_devicetable.h
include/linux/pci-epc.h [new file with mode: 0644]
include/linux/pci-epf.h [new file with mode: 0644]