public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [RESEND PATCH v4 0/5] spi: cadence_qspi: optimize & fix indirect rd-writes
@ 2015-08-25 19:45 Vikas Manocha
  2015-08-25 19:45 ` [U-Boot] [RESEND PATCH v4 1/5] spi: cadence_qspi: move trigger base configuration in init Vikas Manocha
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Vikas Manocha @ 2015-08-25 19:45 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 v4:
- fifo-width & trigger address alligned to linux device tree binding.
- renaming of one parameter splitted to separate patch.
- trigger address of socfpga reverted back to 0x0.
- code formatting done to avoid checkpatch CHECKS.

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 (5):
  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: rename ahbbase to flashbase for clarity
  spi: cadence_qspi: get fifo width from device tree

 arch/arm/dts/socfpga.dtsi      |    2 ++
 arch/arm/dts/stv0991.dts       |    2 ++
 drivers/spi/cadence_qspi.c     |   14 ++++++++------
 drivers/spi/cadence_qspi.h     |    6 ++++--
 drivers/spi/cadence_qspi_apb.c |   42 ++++++++++++++++------------------------
 5 files changed, 33 insertions(+), 33 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2015-08-26  6:07 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-25 19:45 [U-Boot] [RESEND PATCH v4 0/5] spi: cadence_qspi: optimize & fix indirect rd-writes Vikas Manocha
2015-08-25 19:45 ` [U-Boot] [RESEND PATCH v4 1/5] spi: cadence_qspi: move trigger base configuration in init Vikas Manocha
2015-08-25 19:45 ` [U-Boot] [RESEND PATCH v4 2/5] spi: cadence_qspi: fix indirect read/write start address Vikas Manocha
2015-08-25 19:45 ` [U-Boot] [RESEND PATCH v4 3/5] spi: cadence_qspi: fix base trigger address & transfer " Vikas Manocha
2015-08-25 19:45 ` [U-Boot] [RESEND PATCH v4 4/5] spi: cadence_qspi: rename ahbbase to flashbase for clarity Vikas Manocha
2015-08-25 19:45 ` [U-Boot] [RESEND PATCH v4 5/5] spi: cadence_qspi: get fifo width from device tree Vikas Manocha
2015-08-25 20:13 ` [U-Boot] [RESEND PATCH v4 0/5] spi: cadence_qspi: optimize & fix indirect rd-writes Marek Vasut
2015-08-25 20:56   ` vikas
2015-08-26  6:07     ` Marek Vasut

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