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