On Sun, Jun 23, 2013 at 12:49:17PM -0500, Timur Tabi wrote:
Markus Pargmann wrote:
This patch removes the NO_DT flag. The pdev pointer may have a proper of_node with the dmas property, so we can use it to request DMA channels.
Signed-off-by: Markus Pargmannmpa@pengutronix.de Tested-by: Shawn Guoshawn.guo@linaro.org
I won't have access to functioning hardware for another month or two, so I can't test to see if this patchset breaks PowerPC, but at least it does compile. I'm a little worried that the DMA changes won't actually run on PowerPC, but I can't test that now.
The DMA channels should end up to be NULL on PowerPC within the generic dmaengine pcm, so it should fall back to NO_DT automatically.
So for the time being:
Acked-by: Timur Tabi timur@tabi.org
-- Timur Tabi
Thanks,
Markus