]> git.baikalelectronics.ru Git - uboot.git/commit
mmc: sdhci: only flush cache for data command
authorKevin Liu <kevinliu@asrmicro.com>
Wed, 8 Mar 2017 07:16:44 +0000 (15:16 +0800)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 21 Mar 2017 12:03:14 +0000 (21:03 +0900)
commita582abf6f24c6c1606c834e5435f9c8251f036a0
tree7bf32905342145a1ea0089aef221ad86499d1f20
parent62ed372f72fd5f4a94c801de1e3f8dbb74b1313e
mmc: sdhci: only flush cache for data command

No need to flush cache for command without data.

Signed-off-by: Kevin Liu <kevinliu@asrmicro.com>
drivers/mmc/sdhci.c