]> asedeno.scripts.mit.edu Git - linux.git/commit
mmc: pxamci: remove the dmaengine compat need
authorRobert Jarzmik <robert.jarzmik@free.fr>
Sun, 17 Jun 2018 17:02:07 +0000 (19:02 +0200)
committerRobert Jarzmik <robert.jarzmik@free.fr>
Mon, 18 Jun 2018 19:29:35 +0000 (21:29 +0200)
commit6b3348f9e6eb35d2c2d49ffa274039ef9a901adc
treeaef9bb338d1208fdc482f18c33fb447a171f05ba
parent88a0513cf6114bbabbd3a158f039dbd03f49e0bf
mmc: pxamci: remove the dmaengine compat need

As the pxa architecture switched towards the dmaengine slave map, the
old compatibility mechanism to acquire the dma requestor line number and
priority are not needed anymore.

This patch simplifies the dma resource acquisition, using the more
generic function dma_request_slave_channel().

Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Acked-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/pxamci.c