Commits
Kishon Vijay Abraham I committed 584741034ee
PCI: endpoint: Add helpers to use dmaengine APIs for data transfers The endpoint function drivers uses memcpy for data transfers. However a platform can use system DMA or DMA within the PCIe controller for these data transfers. Add helpers in pci-epf-core to use dmaengine APIs to initialize DMA channel and for data transfers. Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com>