commit | 81eef6ca92014845d40e3f1310e42b7010303acc | [log] [tgz] |
---|---|---|
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | Fri Apr 29 16:06:18 2016 +0300 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Wed May 04 09:28:03 2016 +0200 |
tree | c64797f95e80828c683d906caf8ec023907c39a9 | |
parent | 4406433dec687c54be48a18a71dd28acb319137e [diff] |
mmc: omap_hsmmc: 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> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>