[RFC 0/3] Add cyclic DMA support to OMAP DMA engine driver
From: Vinod Koul <hidden>
Date: 2012-06-25 16:38:13
Also in:
linux-omap
Hi Russell, What is the status of the virtual dma and the series you have posted previously. Is it ready for merge? I would be away for 10days starting coming Thursday. So please let me know On Fri, 2012-06-22 at 09:59 +0100, Russell King - ARM Linux wrote:
These three patches add support for returning the residue and cyclic DMA support to the OMAP DMA engine driver. As v3.5-rc is horribly broken on my OMAP platforms, I've had to back out all the sound/soc/omap changes from the last merge window to test this, inspite of Peter Ujfalusi maintaining that there is nothing wrong. I can't get working audio support on the OMAP4430SDP any other way. I am planning no further work on this until OMAP ASoC support gets fixed; due to Peter and my plans this summer, this is likely to be late July/ August time. This does not implement all of the weird and wonderfully different DMA setups which the OMAP ASoC driver appears to support (do we need soo much flexibility?) but it does support whatever is required for my OMAP4430SDP board. These patches apply on top of the previously posted series of DMA patches. I will be merging at least some of these down into the "dmaengine: add OMAP DMA engine driver" commit at some point. drivers/dma/omap-dma.c | 167 ++++++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 156 insertions(+), 11 deletions(-) _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel at lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
-- ~Vinod