public inbox for dmaengine@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/5] dmaengine: xilinx_dma: MCDMA descriptor and metadata handling improvements
@ 2026-03-13  6:25 Srinivas Neeli
  2026-03-13  6:25 ` [PATCH V2 1/5] dmaengine: xilinx_dma: Fix MCDMA descriptor fields for MM2S vs S2MM Srinivas Neeli
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Srinivas Neeli @ 2026-03-13  6:25 UTC (permalink / raw)
  To: Vinod Koul, git, srinivas.neeli
  Cc: Frank Li, Michal Simek, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Suraj Gupta, Radhey Shyam Pandey, Thomas Gessler,
	Folker Schwesinger, Tomi Valkeinen, Kees Cook, Abin Joseph,
	dmaengine, devicetree, linux-arm-kernel, linux-kernel

This series improves the Xilinx AXI MCDMA driver's descriptor handling
and metadata reporting. It fixes direction specific descriptor field
usage, ensures completion is based on the hardware completion bit
(important with delay interrupts), and extends metadata handling so APP
fields are used when the AXI4-Stream status/control interface is enabled.
When APP fields are unavailable, the series still reports transferred byte
count via the status field, enabling clients to track progress in both
configurations. Device tree bindings are updated to expose the
status/control stream presence with a dedicated property, distinct from
stream connectivity.

Changes in V2:
- Rebased on the AXI DMA binding YAML conversion.
- Added xlnx,include-stscntrl-strm in the YAML binding.
- Clarified cover letter to reflect metadata behavior with and without
  APP fields.
https://lore.kernel.org/all/20260309033444.3472359-1-abin.joseph@amd.com/

Srinivas Neeli (3):
  dmaengine: xilinx_dma: Fix MCDMA descriptor fields for MM2S vs S2MM
  dmaengine: xilinx_dma: Move descriptors to done list based on
    completion bit
  dt-bindings: dma: xlnx,axi-dma: Add "xlnx,include-stscntrl-strm"
    property

Suraj Gupta (2):
  dmaengine: xilinx_dma: Extend metadata handling for AXI MCDMA
  dmaengine: xilinx_dma: Add support for reporting transfer size to AXI
    DMA / MCDMA client when app fields are unavailable

 .../bindings/dma/xilinx/xlnx,axi-dma.yaml     |  4 +
 drivers/dma/xilinx/xilinx_dma.c               | 93 ++++++++++++++++---
 2 files changed, 84 insertions(+), 13 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2026-04-07  5:42 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-13  6:25 [PATCH V2 0/5] dmaengine: xilinx_dma: MCDMA descriptor and metadata handling improvements Srinivas Neeli
2026-03-13  6:25 ` [PATCH V2 1/5] dmaengine: xilinx_dma: Fix MCDMA descriptor fields for MM2S vs S2MM Srinivas Neeli
2026-03-30 15:46   ` Frank Li
2026-03-13  6:25 ` [PATCH V2 2/5] dmaengine: xilinx_dma: Move descriptors to done list based on completion bit Srinivas Neeli
2026-03-30 15:54   ` Frank Li
2026-03-13  6:25 ` [PATCH V2 3/5] dmaengine: xilinx_dma: Extend metadata handling for AXI MCDMA Srinivas Neeli
2026-03-30 15:58   ` Frank Li
2026-03-13  6:25 ` [PATCH V2 4/5] dt-bindings: dma: xlnx,axi-dma: Add "xlnx,include-stscntrl-strm" property Srinivas Neeli
2026-03-26 13:22   ` Rob Herring (Arm)
2026-03-13  6:25 ` [PATCH V2 5/5] dmaengine: xilinx_dma: Add support for reporting transfer size to AXI DMA / MCDMA client when app fields are unavailable Srinivas Neeli
2026-03-30 16:04   ` Frank Li
2026-04-07  5:42     ` Neeli, Srinivas

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