]> git.baikalelectronics.ru Git - kernel.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)
commit93dae441aa24f2e67b6790986ff1cdb4cf2aa04f
treeaef9bb338d1208fdc482f18c33fb447a171f05ba
parent6a3a998408ece76a7c465ef14da90d14ff4ff23b
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