public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v5 0/5] spi: cadence_qspi: optimize & fix indirect rd-writes
@ 2015-08-26 22:44 Vikas Manocha
  2015-08-26 22:44 ` [U-Boot] [PATCH v5 1/5] spi: cadence_qspi: move trigger base configuration in init Vikas Manocha
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Vikas Manocha @ 2015-08-26 22:44 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 v5:
- fixed compilation warnings.

Changes in v4:
- fifo-width & trigger address alligned to linux device tree binding.
- removed un-necessary casting.
- 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] 15+ messages in thread

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

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-26 22:44 [U-Boot] [PATCH v5 0/5] spi: cadence_qspi: optimize & fix indirect rd-writes Vikas Manocha
2015-08-26 22:44 ` [U-Boot] [PATCH v5 1/5] spi: cadence_qspi: move trigger base configuration in init Vikas Manocha
2015-08-27  8:36   ` Marek Vasut
2015-08-27 15:46     ` Vikas MANOCHA
2015-08-27 15:51       ` Marek Vasut
2015-08-27 16:02         ` Vikas MANOCHA
     [not found]         ` <90E716605AAA5544831C65DACA66330C87EC6A0DEC@SAFEX1MAIL4.st.com>
2015-08-31 20:20           ` Vikas MANOCHA
2015-08-26 22:44 ` [U-Boot] [PATCH v5 2/5] spi: cadence_qspi: fix indirect read/write start address Vikas Manocha
2015-08-27  8:37   ` Marek Vasut
2015-08-27 17:21     ` Vikas MANOCHA
2015-08-26 22:44 ` [U-Boot] [PATCH v5 3/5] spi: cadence_qspi: fix base trigger address & transfer " Vikas Manocha
2015-08-27  8:40   ` Marek Vasut
2015-08-27 17:23     ` Vikas MANOCHA
2015-08-26 22:44 ` [U-Boot] [PATCH v5 4/5] spi: cadence_qspi: rename ahbbase to flashbase for clarity Vikas Manocha
2015-08-26 22:44 ` [U-Boot] [PATCH v5 5/5] spi: cadence_qspi: get fifo width from device tree Vikas Manocha

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