mmc: fsl_esdhc: use dma-mapping API
authorMichael Walle <michael@walle.cc>
Wed, 23 Sep 2020 10:42:48 +0000 (12:42 +0200)
committerPeng Fan <peng.fan@nxp.com>
Mon, 12 Oct 2020 07:49:09 +0000 (15:49 +0800)
commitb1ba1460a445bcc67972a617625d0349e4f22b31
tree50e98924f5c9b0d5849534fd6f4d3d0a1f5e4ba4
parentda86e8cfcb03ed5c1d8e0718bc8bc8583e60ced8
mmc: fsl_esdhc: use dma-mapping API

Use the dma_{map,unmap}_single() calls. These will take care of the
flushing and invalidation of caches.

Signed-off-by: Michael Walle <michael@walle.cc>
drivers/mmc/fsl_esdhc.c