linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/7] Improvements to Qcom PCIe EP and EPF MHI drivers
@ 2023-07-17  6:54 Manivannan Sadhasivam
  2023-07-17  6:54 ` [PATCH v2 1/7] PCI: qcom-ep: Pass alignment restriction to the EPF core Manivannan Sadhasivam
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Manivannan Sadhasivam @ 2023-07-17  6:54 UTC (permalink / raw)
  To: lpieralisi, kw
  Cc: kishon, bhelgaas, linux-pci, linux-kernel, linux-arm-msm,
	Manivannan Sadhasivam

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/

Changes in v2:

* Rebased on top of v6.5-rc1

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(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2023-08-26 14:47 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-17  6:54 [PATCH v2 0/7] Improvements to Qcom PCIe EP and EPF MHI drivers Manivannan Sadhasivam
2023-07-17  6:54 ` [PATCH v2 1/7] PCI: qcom-ep: Pass alignment restriction to the EPF core Manivannan Sadhasivam
2023-07-17  6:54 ` [PATCH v2 2/7] PCI: epf-mhi: Make use of the alignment restriction from " Manivannan Sadhasivam
2023-08-25 22:50   ` Bjorn Helgaas
2023-08-26 14:46     ` Manivannan Sadhasivam
2023-07-17  6:54 ` [PATCH v2 3/7] PCI: qcom-ep: Add eDMA support Manivannan Sadhasivam
2023-07-17  6:54 ` [PATCH v2 4/7] PCI: epf-mhi: " Manivannan Sadhasivam
2023-07-17  6:54 ` [PATCH v2 5/7] PCI: epf-mhi: Add support for SM8450 Manivannan Sadhasivam
2023-07-17  6:54 ` [PATCH v2 6/7] PCI: epf-mhi: Use iATU for small transfers Manivannan Sadhasivam
2023-07-17  6:54 ` [PATCH v2 7/7] PCI: endpoint: Add kernel-doc for pci_epc_mem_init() API Manivannan Sadhasivam
2023-07-17  7:04   ` Randy Dunlap
2023-08-25 18:28 ` [PATCH v2 0/7] Improvements to Qcom PCIe EP and EPF MHI drivers Krzysztof Wilczyński

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).