]> asedeno.scripts.mit.edu Git - linux.git/commit
mmc: omap_hsmmc: Use dma_request_chan() for requesting DMA channel
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Fri, 29 Apr 2016 13:06:18 +0000 (16:06 +0300)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 4 May 2016 07:28:03 +0000 (09:28 +0200)
commit81eef6ca92014845d40e3f1310e42b7010303acc
treec64797f95e80828c683d906caf8ec023907c39a9
parent4406433dec687c54be48a18a71dd28acb319137e
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>
drivers/mmc/host/omap_hsmmc.c