]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fsl_esdhc: flush cache after IO completion
authorEric Nelson <eric.nelson@boundarydevices.com>
Wed, 3 Apr 2013 12:31:56 +0000 (12:31 +0000)
committerStefano Babic <sbabic@denx.de>
Sun, 14 Apr 2013 09:20:53 +0000 (11:20 +0200)
commit54899fc8fe7b33cbe1a7179e39d24e75ababcdc6
treea1de0ed88b4a381f5ea6247455254eec0c7eb330
parent0f1411bc8dade4472ca802f46f75714e67301bb0
fsl_esdhc: flush cache after IO completion

The cache should invalidate the read buffer for
the SD card interface after the transfer complete,
not command-complete.

Tested-by: Andrew Gabbasov <Andrew_Gabbasov@mentor.com>
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
drivers/mmc/fsl_esdhc.c