Re: [PATCH v2] mmc: omap: Use dma_request_chan() for requesting DMA channel

2016-05-04 Thread Ulf Hansson
On 4 May 2016 at 10:23, Peter Ujfalusi wrote: > With the new dma_request_chan() the client driver does not need to look for > the DMA resource and it does not need to pass filter_fn anymore. > By switching to the new API the driver can now support deferred probing > against DMA. > > Signed-off-by:

[PATCH v2] mmc: omap: Use dma_request_chan() for requesting DMA channel

2016-05-04 Thread Peter Ujfalusi
With the new dma_request_chan() the client driver does not need to look for the DMA resource and it does not need to pass filter_fn anymore. By switching to the new API the driver can now support deferred probing against DMA. Signed-off-by: Peter Ujfalusi CC: Ulf Hansson CC: Jarkko Nikula --- H