public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [v3 0/4] spi: cadence_qspi: optimize & fix indirect rd-writes
@ 2015-08-15  2:15 Vikas Manocha
  2015-08-15  2:15 ` [U-Boot] [v3 1/4] spi: cadence_qspi: move trigger base configuration in init Vikas Manocha
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Vikas Manocha @ 2015-08-15  2:15 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2015-08-20 23:05 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-15  2:15 [U-Boot] [v3 0/4] spi: cadence_qspi: optimize & fix indirect rd-writes Vikas Manocha
2015-08-15  2:15 ` [U-Boot] [v3 1/4] spi: cadence_qspi: move trigger base configuration in init Vikas Manocha
2015-08-20  3:46   ` Marek Vasut
2015-08-20 16:27     ` vikas
2015-08-15  2:15 ` [U-Boot] [v3 2/4] spi: cadence_qspi: fix indirect read/write start address Vikas Manocha
2015-08-20  3:46   ` Marek Vasut
2015-08-20 16:28     ` vikas
2015-08-15  2:15 ` [U-Boot] [v3 3/4] spi: cadence_qspi: fix base trigger address & transfer " Vikas Manocha
2015-08-20  3:54   ` Marek Vasut
2015-08-20 16:48     ` vikas
2015-08-20 21:56       ` Marek Vasut
2015-08-20 22:25         ` vikas
2015-08-20 23:05           ` Marek Vasut
2015-08-15  2:16 ` [U-Boot] [v3 4/4] spi: cadence_qspi: get fifo width from device tree Vikas Manocha
2015-08-20  3:54   ` Marek Vasut

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox