Re: [RFC v2 PATCH 2/7] dt-bindings: dmaengine: xilinx_dma: Add xlnx,irq-delay property

2021-04-12 Thread Rob Herring
On Fri, 09 Apr 2021 23:26:00 +0530, Radhey Shyam Pandey wrote: > Add an optional AXI DMA property 'xlnx,irq-delay'. It specifies interrupt > timeout value and causes the DMA engine to generate an interrupt after the > delay time period has expired. Timer begins counting at the end of a packet >

[RFC v2 PATCH 2/7] dt-bindings: dmaengine: xilinx_dma: Add xlnx,irq-delay property

2021-04-09 Thread Radhey Shyam Pandey
Add an optional AXI DMA property 'xlnx,irq-delay'. It specifies interrupt timeout value and causes the DMA engine to generate an interrupt after the delay time period has expired. Timer begins counting at the end of a packet and resets with receipt of a new packet or a timeout event occurs. This