commit | 0a4d7236c5852f1643dad3ea89002ab2620302c6 | [log] [tgz] |
---|---|---|
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | Wed Mar 16 22:45:31 2016 -0500 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Mon May 02 10:33:09 2016 +0200 |
tree | 936867fe28e6fc8b5d19dee93ef1049b399c114e | |
parent | 33a31ceaf064cd62bf08e437b5849684da2ffe71 [diff] |
mmc: davinci_mmc: Use dma_request_chan() to 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>