Re: [PATCH] crypto: omap-aes: Use dma_request_chan() for requesting DMA channel

2016-05-03 Thread Herbert Xu
On Fri, Apr 29, 2016 at 04:02:18PM +0300, 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. >

[PATCH] crypto: omap-aes: Use dma_request_chan() for requesting DMA channel

2016-04-29 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: Herbert Xu CC: David S. Miller CC: