On Thursday 02 January 2014 08:36 PM, Russell King - ARM Linux wrote: > The following patch series moves code to setup the DMA hardware and > service interrupts from the hardware to the DMA engine driver. This > reduces the dependency on the legacy DMA implementation. > > This series does not remove the channel allocation/freeing hooks which > are used to manage the allocation of physical channels - this is the > next step in the evolution. > > The patches which move the interrupt handling are currently less than > perfect since they're writing to ENABLE_L0 under a different spinlock, > and hence RFC only at the moment. > > arch/arm/mach-omap1/dma.c | 183 +++++-------- > arch/arm/mach-omap2/dma.c | 183 ++++++-------- > arch/arm/plat-omap/dma.c | 17 +- > drivers/dma/omap-dma.c | 653 ++++++++++++++++++++++++++++++++++++++++----- > include/linux/omap-dma.h | 25 ++- > 5 files changed, 774 insertions(+), 287 deletions(-) > I tested this series on DRA7 with mmc peripheral dma and it looked fine. Some how dmaengine test cases were not fine. But that may not have anything to do with this series. I will check more on that and will come back with that results as well. Regards, Sricharan -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html