23 Nov
2011
23 Nov
'11
12:27 p.m.
On Tue, Nov 22, 2011 at 06:21:19PM -0700, Stephen Warren wrote:
/*
* FIXME: Perhaps there should be a standard binding for this
* that ends up creating the IORESOURCE_DMA resource for us.
*/
if (of_property_read_u32(pdev->dev.of_node,
"nvidia,dma-channels",
&dma_ch) < 0) {
dev_err(&pdev->dev, "No DMA resource\n");
ret = -ENODEV;
goto err_clk_put;
}
I'll hold off on this patch for discussion of this FIXME.