Re: [PATCH 0/8 v4] bcm2835 DMA slave support

From: Martin Sperl
Date: Thu Mar 17 2016 - 06:22:34 EST


On 16.03.2016 20:24, Eric Anholt wrote:
Here's the series for DMA slave and memcpy support for 2835, with the
DT changes to enable the remaining channels dropped out while that
goes through review. I had to do some minor conflict resolution, but
it was pretty mechanical, and I tested again with dmatest on the last
patch.
I guess I have got a list to implement that without a change to the device tree,
besides making use of platform_get_irq_byname and setting up the property:
interrupt-names = "dma0", "dma1", .. "dma10", "dma_shared", "dma_all";

As the property "interrupt-names" is a standard it should be acceptable.