mmc: s3cmci: Use DMA slave map rather than exported DMA filter
authorSylwester Nawrocki <s.nawrocki@samsung.com>
Wed, 26 Oct 2016 16:30:53 +0000 (18:30 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 29 Nov 2016 08:00:45 +0000 (09:00 +0100)
commit18fae5c45c4ba3c21e8635510f89daf6c025804d
treec5806ba479efb876e6b6c07d194c77e8a804ebc5
parentc2c24819b28087f2a62750957e8dfa889d1f8bb2
mmc: s3cmci: Use DMA slave map rather than exported DMA filter

Support for DMA slave map has been added to the s3c24xx-dma
controller in commit 34681d84a0f7cc22ded1413dc79eef8a2f23d9c3
"dmaengine: s3c24xx: Add dma_slave_map for s3c2440 devices"
This patch converts the s3cmci driver to also use it, so we can
eventually get rid of the exported filter function once all
related DMA clients are updated.

Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/s3cmci.c