9 Jun
2015
9 Jun
'15
8:01 p.m.
On Tue, Jun 02, 2015 at 11:09:34PM +0300, Jyri Sarha wrote:
Find the configured DMA controller by asking for a DMA channel in the probe phase and releasing it right after. The controller device can be found via the dma_chan struct and the controller is recognized from the compatible property of its device node. The patch assumes EDMA if there is no device node.
Applied, thanks.