]> git.baikalelectronics.ru Git - uboot.git/commit
Revert "spi: cadence_qspi_apb: Use 32 bit indirect write transaction when possible"
authorVignesh R <vigneshr@ti.com>
Wed, 24 Jan 2018 05:14:06 +0000 (10:44 +0530)
committerJagan Teki <jagan@amarulasolutions.com>
Wed, 24 Jan 2018 06:41:36 +0000 (12:11 +0530)
commit54ce22e87205ab2068fe6193a3df708a3fefe7a1
tree997cfe2c86fac6eef10c3af4a3d735ddfb354c33
parentf55d315cfec9d9a0690033e35a7614cd0eb3eafa
Revert "spi: cadence_qspi_apb: Use 32 bit indirect write transaction when possible"

This reverts commit 61b89b16fb915cb6d4da8f23067fb6ef08c546f6.

Using bounce_buf.c to handle non-DMA alignment problems is bad as
bounce_buf.c does cache manipulations which is not required. Therefore
revert this patch in favour of local bounce buffer solution in the next
patch.

Signed-off-by: Vignesh R <vigneshr@ti.com>
Acked-by: Marek Vasut <marex@denx.de>
Acked-by: Simon Goldschmidt <sgoldschmidt@de.pepperl-fuchs.com>
Reviewed-by: Jason Rush <jarush@gmail.com>
Acked-by: Jason Rush <jarush@gmail.com>
Reviewed-by: Jagan Teki <jagan@openedev.com>
drivers/spi/cadence_qspi_apb.c
include/configs/k2g_evm.h
include/configs/socfpga_common.h
include/configs/stv0991.h