commit | dc9b60552f6a6a56b1defb88aa9f7f1498fcc045 | [log] [tgz] |
---|---|---|
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | Wed Oct 14 14:42:47 2015 +0300 |
committer | Vinod Koul <vinod.koul@intel.com> | Wed Oct 14 19:57:11 2015 +0530 |
tree | 9fc445b22bce2f9517ad8998d992f63da26bee42 | |
parent | d4cb7f404247173e2c760a01bf06fd1016a8b0d4 [diff] |
ARM/dmaengine: edma: Move of_dma_controller_register to the dmaengine driver If the of_dma_controller is registered in the non dmaengine driver we could have race condition: the of_dma_controller has been registered, but the dmaengine driver is not yet probed. Drivers requesting DMA channels during this window will fail since we do not yet have dmaengine drivers registered. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>