[U-Boot] [v3 0/4] spi: cadence_qspi: optimize & fix indirect rd-writes

Vikas Manocha vikas.manocha at st.com
Sat Aug 15 04:15:56 CEST 2015


This patchset:
- 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 v3:
- removed two patches which were bypassing the sram level check.
- format string in patch corrected 3/4
- added commit message in patch 1/4

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 (4):
  spi: cadence_qspi: move trigger base configuration in init
  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 |   42 ++++++++++++++++------------------------
 5 files changed, 35 insertions(+), 36 deletions(-)

-- 
1.7.9.5



More information about the U-Boot mailing list