public inbox for linux-pci@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] PCI: dwc: Expose integrated DesignWare eDMA windows
@ 2026-01-26  7:15 Koichiro Den
  2026-01-26  7:15 ` [PATCH 1/2] PCI: dwc: Add helper to query integrated dw-edma register window Koichiro Den
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Koichiro Den @ 2026-01-26  7:15 UTC (permalink / raw)
  To: jingoohan1, mani, lpieralisi, kwilczynski, robh, bhelgaas,
	Frank.Li
  Cc: linux-pci, linux-kernel

This series adds small, query-only helper APIs to the DesignWare PCIe
endpoint controller driver to expose resources of an integrated
DesignWare eDMA instance. Specifically, it allows querying:

  - the physical base address and size of the integrated eDMA register
    aperture, and
  - the per-channel linked-list (LL) region base and size, keyed by
    transfer direction and hardware channel identifier.

The motivation is that some DesignWare PCIe endpoint platforms integrate
an eDMA engine that can be driven either locally by the endpoint or
remotely by the host. Remote eDMA use cases (e.g. [1]) need to expose
the eDMA register block and LL regions to the host through PCIe BARs,
while still allowing the endpoint to boot with a standard EP settings,
without DT changes to hide the eDMA instance from the endpoint itself.

The hardware channel identifier used by the LL-region helper can be
obtained via dma_get_slave_caps().hw_id, introduced by a dmaengine
series posted separately.

[1] [RFC PATCH v4 00/38] NTB transport backed by PCI EP embedded DMA
    https://lore.kernel.org/linux-pci/20260118135440.1958279-1-den@valinux.co.jp/

Developed on PCI controller/dwc:
  commit 0ecd890e3cf5 ("PCI: dwc: Rename dw_pcie_rp::has_msi_ctrl to
                        dw_pcie_rp::use_imsi_rx for clarity")

Kind regards,

Koichiro Den (2):
  PCI: dwc: Add helper to query integrated dw-edma register window
  PCI: dwc: Add helper to query integrated dw-edma linked-list region

 MAINTAINERS                                  |  2 +-
 drivers/pci/controller/dwc/pcie-designware.c | 74 ++++++++++++++++++++
 drivers/pci/controller/dwc/pcie-designware.h |  2 +
 include/linux/pcie-dwc-edma.h                | 72 +++++++++++++++++++
 4 files changed, 149 insertions(+), 1 deletion(-)
 create mode 100644 include/linux/pcie-dwc-edma.h

-- 
2.51.0


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

end of thread, other threads:[~2026-01-27 11:04 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-26  7:15 [PATCH 0/2] PCI: dwc: Expose integrated DesignWare eDMA windows Koichiro Den
2026-01-26  7:15 ` [PATCH 1/2] PCI: dwc: Add helper to query integrated dw-edma register window Koichiro Den
2026-01-27  7:11   ` kernel test robot
2026-01-27  9:45   ` kernel test robot
2026-01-27 11:04   ` kernel test robot
2026-01-26  7:15 ` [PATCH 2/2] PCI: dwc: Add helper to query integrated dw-edma linked-list region Koichiro Den
2026-01-26  7:55 ` [PATCH 0/2] PCI: dwc: Expose integrated DesignWare eDMA windows Koichiro Den
2026-01-26 17:47   ` Frank Li
2026-01-27  3:41     ` Koichiro Den

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox