Re: [PATCH v2] media: omap3isp: Use dma_request_chan_by_mask() to request the DMA channel

2016-11-04 Thread Laurent Pinchart
Hi Peter, Thank you for the patch. On Friday 04 Nov 2016 09:58:02 Peter Ujfalusi wrote: > When requesting the DMA channel it was mandatory that we do not have DMA > resource nor valid DMA channel via DT. In this case the > dma_request_slave_channel_compat() would fall back and request any

[PATCH v2] media: omap3isp: Use dma_request_chan_by_mask() to request the DMA channel

2016-11-04 Thread Peter Ujfalusi
When requesting the DMA channel it was mandatory that we do not have DMA resource nor valid DMA channel via DT. In this case the dma_request_slave_channel_compat() would fall back and request any channel with SW trigger. The same can be achieved with the dma_request_chan_by_mask() without the