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)
commita743e2ba3837db5e8499b03f0f57c3610d03a570
tree997cfe2c86fac6eef10c3af4a3d735ddfb354c33
parent948ad4f07598a729a0de523ed3d779115b2fa2f2
Revert "spi: cadence_qspi_apb: Use 32 bit indirect write transaction when possible"

This reverts commit 57897c13de03ac0136d64641a3eab526c6810387.

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