]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit57cb817add6811ec1890b81966a51ed1816a07ae
tree50e98924f5c9b0d5849534fd6f4d3d0a1f5e4ba4
parent2b3ca90d6bac64fa93582d2e4eae861db63449fb
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