]> git.ipfire.org Git - people/ms/u-boot.git/commit
mmc: sdhci: fix the "misaligned operation at range" for cache
authorJaehoon Chung <jh80.chung@samsung.com>
Thu, 13 Oct 2016 01:33:06 +0000 (10:33 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Fri, 28 Oct 2016 02:02:16 +0000 (11:02 +0900)
commitbe256cbf0456865471ff63dd7579cd6404574c44
treeb0787fe7693dda9809fb7d9f78d5daad67f9d93b
parent2051aefe71b646b14220c52e85c42b26be1e7cad
mmc: sdhci: fix the "misaligned operation at range" for cache

This pathc is fixed the below thing.
If misaligned the cache range, Just flush to CACHLINE_SIZE.
"CACHE: Misaligned operation at range [7ae55b007ae55b08]"

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/mmc/sdhci.c