Skip to content
Commit 948ad4f0 authored by Goldschmidt Simon's avatar Goldschmidt Simon Committed by Jagan Teki
Browse files

Revert "spi: cadence_qspi_apb: Use 32 bit indirect read transaction when possible"

This reverts commit b63b4631

.

This commit changed cadence_qspi_apb to use bouncebuf.c, which invalidates
the data cache after reading. This is meant for dma transfers only and
breaks the cadence_qspi driver which copies via cpu only: data that is
copied by the cpu is in cache only and the cache invalidation at the end
throws away this data.

Signed-off-by: default avatarSimon Goldschmidt <sgoldschmidt@de.pepperl-fuchs.com>
Signed-off-by: default avatarVignesh R <vigneshr@ti.com>
Acked-by: default avatarMarek Vasut <marex@denx.de>
Reviewed-by: default avatarJason Rush <jarush@gmail.com>
Acked-by: default avatarJason Rush <jarush@gmail.com>
Reviewed-by: default avatarJagan Teki <jagan@openedev.com>
parent c58f3006
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment