[PATCH 0/7] Improvements to Qcom PCIe EP and EPF MHI drivers

Manivannan Sadhasivam posted 7 patches 2 years, 8 months ago
There is a newer version of this series
drivers/pci/controller/dwc/pcie-qcom-ep.c    |   5 +-
drivers/pci/endpoint/functions/pci-epf-mhi.c | 280 ++++++++++++++++++-
drivers/pci/endpoint/pci-epc-mem.c           |  10 +
3 files changed, 281 insertions(+), 14 deletions(-)
[PATCH 0/7] Improvements to Qcom PCIe EP and EPF MHI drivers
Posted by Manivannan Sadhasivam 2 years, 8 months ago
Hi,

This series adds eDMA (embedded DMA) support to the Qcom PCIe EP and EPF 
MHI drivers for offloading the transfers between PCIe bus and the EP
memory. eDMA support makes use of the recently merged eDMA DMAEngine driver
and its integration with DWC PCIe EP core [1].

This series also adds Qcom SM8450 SoC support to EPF MHI driver that has
the eDMA support built-in.

- Mani

[1] https://lore.kernel.org/all/20230113171409.30470-1-Sergey.Semin@baikalelectronics.ru/

Manivannan Sadhasivam (7):
  PCI: qcom-ep: Pass alignment restriction to the EPF core
  PCI: epf-mhi: Make use of the alignment restriction from EPF core
  PCI: qcom-ep: Add eDMA support
  PCI: epf-mhi: Add eDMA support
  PCI: epf-mhi: Add support for SM8450
  PCI: epf-mhi: Use iATU for small transfers
  PCI: endpoint: Add kernel-doc for pci_epc_mem_init() API

 drivers/pci/controller/dwc/pcie-qcom-ep.c    |   5 +-
 drivers/pci/endpoint/functions/pci-epf-mhi.c | 280 ++++++++++++++++++-
 drivers/pci/endpoint/pci-epc-mem.c           |  10 +
 3 files changed, 281 insertions(+), 14 deletions(-)


base-commit: 1966e58011bc65eccf6d862096a94e4930ba4fe2
-- 
2.25.1
Re: [PATCH 0/7] Improvements to Qcom PCIe EP and EPF MHI drivers
Posted by Krzysztof Wilczyński 2 years, 5 months ago
Hello,

> This series adds eDMA (embedded DMA) support to the Qcom PCIe EP and EPF 
> MHI drivers for offloading the transfers between PCIe bus and the EP
> memory. eDMA support makes use of the recently merged eDMA DMAEngine driver
> and its integration with DWC PCIe EP core [1].
> 
> This series also adds Qcom SM8450 SoC support to EPF MHI driver that has
> the eDMA support built-in.

Applied to controller/qcom-edma, thank you!

[1/7] PCI: qcom-ep: Pass alignment restriction to the EPF core
      https://git.kernel.org/pci/pci/c/8cd2b8ce48e5
[2/7] PCI: epf-mhi: Make use of the alignment restriction from EPF core
      https://git.kernel.org/pci/pci/c/e0ea11b2b094
[3/7] PCI: qcom-ep: Add eDMA support
      https://git.kernel.org/pci/pci/c/2337fff7c400
[4/7] PCI: epf-mhi: Add eDMA support
      https://git.kernel.org/pci/pci/c/827d42dbbe3b
[5/7] PCI: epf-mhi: Add support for SM8450
      https://git.kernel.org/pci/pci/c/a35318fa2d73
[6/7] PCI: epf-mhi: Use iATU for small transfers
      https://git.kernel.org/pci/pci/c/b65bdcaa7ac4
[7/7] PCI: endpoint: Add kernel-doc for pci_epc_mem_init() API
      https://git.kernel.org/pci/pci/c/bcf054a26edc

        Krzysztof