]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: davinci_mmc: Use dma_request_chan() to requesting DMA channel
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Thu, 17 Mar 2016 03:45:31 +0000 (22:45 -0500)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 2 May 2016 08:33:09 +0000 (10:33 +0200)
commit9f49c57516360511559729210a497289a4028937
tree936867fe28e6fc8b5d19dee93ef1049b399c114e
parent72590fd674ff259acef40f286cb87047539329f4
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>
drivers/mmc/host/davinci_mmc.c