]> git.dujemihanovic.xyz Git - u-boot.git/commit
spi: zynqmp_qspi: Change flush cache to invalidate cache
authorAshok Reddy Soma <ashok.reddy.soma@amd.com>
Fri, 15 Sep 2023 03:17:58 +0000 (08:47 +0530)
committerMichal Simek <michal.simek@amd.com>
Thu, 21 Sep 2023 11:20:12 +0000 (13:20 +0200)
commit638189ddeaa5dccee9466bc772fa5655218f530b
tree74d7590b68350ad3ccefd06da6f817687fe140de
parent8750d35ee295b0713d621a7d667515ef63fca246
spi: zynqmp_qspi: Change flush cache to invalidate cache

Before DMA read, ideally cache should be invalidated, so that data from
memory will be updated to cache after DMA is completed. But
flush_dcache_range is being used which is incorrect. Change
flush_dcache_range to invalidate_dcache_range.

Signed-off-by: Ashok Reddy Soma <ashok.reddy.soma@amd.com>
Signed-off-by: Venkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com>
Link: https://lore.kernel.org/r/20230915031759.28889-2-venkatesh.abbarapu@amd.com
Signed-off-by: Michal Simek <michal.simek@amd.com>
drivers/spi/zynqmp_gqspi.c