commit | d15b08fb2246fa28b4cf01337951026177641af4 | [log] [tgz] |
---|---|---|
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | Wed May 04 11:23:08 2016 +0300 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Wed May 04 13:12:00 2016 +0200 |
tree | c8481feb27e58a604253d49507237b6ef3f32be4 | |
parent | 437db4c6e79881d33aca521987188c728df350a8 [diff] |
mmc: omap: Use dma_request_chan() for requesting DMA channel 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 <peter.ujfalusi@ti.com> CC: Ulf Hansson <ulf.hansson@linaro.org> CC: Jarkko Nikula <jarkko.nikula@bitmer.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>