Some background about the patch series: Xilinx Axi Ethernet device driver (xilinx_axienet_main.c) currently has axi-dma code inside it. The goal is to refactor axiethernet driver and use existing AXI DMA driver using DMAEngine API. This patchset does feature addition and optimization to support integration with axiethernet network driver. Once this patchset is reviewed I will send separate patchset for axiethernet driver. Radhey Shyam Pandey (6): dt-bindings: dma: xilinx_dma: Add optional property has_axieth_connected dmaengine: xilinx_dma: Pass AXI4-Stream control words to netdev dma client dmaengine: xilinx_dma: Increase AXI DMA transaction segment count dmaengine: xilinx_dma: Freeup active list based on descriptor completion bit dmaengine: xilinx_dma: Program interrupt delay timeout dmaengine: xilinx_dma: Use tasklet_hi_schedule for timing critical usecase .../devicetree/bindings/dma/xilinx/xilinx_dma.txt | 1 + drivers/dma/xilinx/xilinx_dma.c | 73 +++++++++++++++---- 2 files changed, 58 insertions(+), 16 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe dmaengine" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html