]> git.baikalelectronics.ru Git - uboot.git/commit
mmc: fsl_esdhc_imx: use dma-mapping API
authorSean Anderson <sean.anderson@seco.com>
Tue, 23 Nov 2021 20:03:43 +0000 (15:03 -0500)
committerJaehoon Chung <jh80.chung@samsung.com>
Wed, 12 Jan 2022 00:56:40 +0000 (09:56 +0900)
commit7a568b9cb34cda0647ea21bb8b7130caa4bf5074
tree5ffe8fea791cadb19e07baa1407d9ca159d7b629
parent34fd719385ac0e7c229180d30adb2036dde8f6b9
mmc: fsl_esdhc_imx: use dma-mapping API

[ fsl_esdhc commit 57cb817add6811ec1890b81966a51ed1816a07ae ]

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>
Signed-off-by: Sean Anderson <sean.anderson@seco.com>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/mmc/fsl_esdhc_imx.c