This patchset: - removes sram polling while reading/writing from flash. - fixes trigger base & transfer start address register programming. This fix superseeds the previous patch "spi: cadence_qspi: Fix the indirect ahb trigger address setting". - adds support to get fifo width from device tree
Changes in v2: - rebased to master. - removed patch "spi: cadence_qspi: read can be independent of fifo width", it was implemented in other patchset, in mainline now. Vikas Manocha (6): spi: cadence_qspi: move trigger base configuration in init spi: cadence_qspi: remove sram polling from flash read spi: cadence_qspi: remove sram polling from flash write spi: cadence_qspi: fix indirect read/write start address spi: cadence_qspi: fix base trigger address & transfer start address spi: cadence_qspi: get fifo width from device tree arch/arm/dts/socfpga.dtsi | 4 +- arch/arm/dts/stv0991.dts | 4 +- drivers/spi/cadence_qspi.c | 15 ++--- drivers/spi/cadence_qspi.h | 6 +- drivers/spi/cadence_qspi_apb.c | 125 ++++++++-------------------------------- 5 files changed, 43 insertions(+), 111 deletions(-) -- 1.7.9.5 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

