commit | c9bba2edf7dda1f9733475b96035088e32809040 | [log] [tgz] |
---|---|---|
author | Michael Walle <michael@walle.cc> | Wed Sep 23 12:42:48 2020 +0200 |
committer | Peng Fan <peng.fan@nxp.com> | Mon Oct 12 15:49:09 2020 +0800 |
tree | 50e98924f5c9b0d5849534fd6f4d3d0a1f5e4ba4 | |
parent | 4ff0c69c9924ddea69d5e2d045b9d22bceb40055 [diff] |
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>