All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/6] spi: cadence_qspi: optimize & fix indirect read-writes
@ 2015-06-15 18:19 Vikas Manocha
  2015-06-15 18:19 ` [U-Boot] [PATCH 1/6] spi: cadence_qspi: remove sram polling from flash read Vikas Manocha
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Vikas Manocha @ 2015-06-15 18:19 UTC (permalink / raw)
  To: u-boot

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

Vikas Manocha (6):
  spi: cadence_qspi: remove sram polling from flash read
  spi: cadence_qspi: remove sram polling from flash write
  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      |    2 +
 arch/arm/dts/stv0991.dts       |    4 +-
 drivers/spi/cadence_qspi.c     |   14 +++--
 drivers/spi/cadence_qspi.h     |    6 +-
 drivers/spi/cadence_qspi_apb.c |  124 +++++++++-------------------------------
 5 files changed, 43 insertions(+), 107 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2015-06-15 20:42 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-15 18:19 [U-Boot] [PATCH 0/6] spi: cadence_qspi: optimize & fix indirect read-writes Vikas Manocha
2015-06-15 18:19 ` [U-Boot] [PATCH 1/6] spi: cadence_qspi: remove sram polling from flash read Vikas Manocha
2015-06-15 18:19 ` [U-Boot] [PATCH 2/6] spi: cadence_qspi: remove sram polling from flash write Vikas Manocha
2015-06-15 18:19 ` [U-Boot] [PATCH 3/6] spi: cadence_qspi: move trigger base configuration in init Vikas Manocha
2015-06-15 18:19 ` [U-Boot] [PATCH 4/6] spi: cadence_qspi: fix indirect read/write start address Vikas Manocha
2015-06-15 18:19 ` [U-Boot] [PATCH 5/6] spi: cadence_qspi: fix base trigger address & transfer " Vikas Manocha
2015-06-15 18:19 ` [U-Boot] [PATCH 6/6] spi: cadence_qspi: get fifo width from device tree Vikas Manocha
2015-06-15 18:51 ` [U-Boot] [PATCH 0/6] spi: cadence_qspi: optimize & fix indirect read-writes Vikas MANOCHA
2015-06-15 19:30   ` Jagan Teki
2015-06-15 20:42     ` Vikas MANOCHA

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.