All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [v3 00/10] spi: cadence_qspi: sram depth from DT & fix for FIFO width
@ 2015-06-29 20:49 Vikas Manocha
  2015-06-29 20:49 ` [U-Boot] [v3 01/10] stv0991: enable saving enrironment in spi flash Vikas Manocha
                   ` (9 more replies)
  0 siblings, 10 replies; 18+ messages in thread
From: Vikas Manocha @ 2015-06-29 20:49 UTC (permalink / raw)
  To: u-boot

This patchset adds support to get controller sram size from device tree, fix to
support different FIFO widths & adds dt binding doc.

Also this patchset enables cadence qspi controller for stv0991 soc, saves
environment in spi flash & moves CONFIG_OF in the defconfig file.

Changes in v3:
- Clubbed two patchsets:
	1. [v2 0/3] spi: cadence_qspi: sram depth from DT & fix for FIFO width
	2. [v2 0/6] stv0991: enable cadence qspi controller & spi flash

Changes in v2:
- fix the checkpatch error.

Vikas Manocha (10):
  stv0991: enable saving enrironment in spi flash
  stv0991: move OF_CONTROL config to defconfig
  stv0991: remove define CONFIG_OF_SEPARATE from board file
  stv0991: configure clock & pad muxing for qspi
  stv0991: enable cadence qspi controller & spi flash
  stv0991: configure device tree for cadence qspi & flash
  spi: cadence_qspi: move the sram partition in init
  spi: cadence_qspi: get sram size from device tree
  spi: cadence_qspi: support FIFO width other than 4 bytes
  spi: cadence_qspi: add device tree binding doc

 arch/arm/cpu/armv7/stv0991/clock.c                 |    4 +-
 arch/arm/cpu/armv7/stv0991/pinmux.c                |    5 ++
 arch/arm/dts/socfpga.dtsi                          |    4 +-
 arch/arm/dts/socfpga_cyclone5_socrates.dts         |    1 -
 arch/arm/dts/stv0991.dts                           |   31 ++++++++++
 arch/arm/include/asm/arch-stv0991/stv0991_cgu.h    |   15 +++++
 arch/arm/include/asm/arch-stv0991/stv0991_creg.h   |    9 +++
 arch/arm/include/asm/arch-stv0991/stv0991_periph.h |    2 +
 board/st/stv0991/stv0991.c                         |    8 +++
 configs/stv0991_defconfig                          |    2 +-
 doc/device-tree-bindings/spi/spi-cadence.txt       |   28 +++++++++
 drivers/spi/cadence_qspi.c                         |    1 +
 drivers/spi/cadence_qspi.h                         |    1 +
 drivers/spi/cadence_qspi_apb.c                     |   62 ++++++++------------
 include/configs/stv0991.h                          |   24 +++++++-
 15 files changed, 152 insertions(+), 45 deletions(-)
 create mode 100644 doc/device-tree-bindings/spi/spi-cadence.txt

-- 
1.7.9.5

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

end of thread, other threads:[~2015-07-02 17:52 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-29 20:49 [U-Boot] [v3 00/10] spi: cadence_qspi: sram depth from DT & fix for FIFO width Vikas Manocha
2015-06-29 20:49 ` [U-Boot] [v3 01/10] stv0991: enable saving enrironment in spi flash Vikas Manocha
2015-06-29 20:49 ` [U-Boot] [v3 02/10] stv0991: move OF_CONTROL config to defconfig Vikas Manocha
2015-06-29 20:49 ` [U-Boot] [v3 03/10] stv0991: remove define CONFIG_OF_SEPARATE from board file Vikas Manocha
2015-06-29 20:49 ` [U-Boot] [v3 04/10] stv0991: configure clock & pad muxing for qspi Vikas Manocha
2015-06-29 20:49 ` [U-Boot] [v3 05/10] stv0991: enable cadence qspi controller & spi flash Vikas Manocha
2015-06-29 20:49 ` [U-Boot] [v3 06/10] stv0991: configure device tree for cadence qspi & flash Vikas Manocha
2015-06-29 20:49 ` [U-Boot] [v3 07/10] spi: cadence_qspi: move the sram partition in init Vikas Manocha
2015-06-29 20:49 ` [U-Boot] [v3 08/10] spi: cadence_qspi: get sram size from device tree Vikas Manocha
2015-06-30  6:28   ` Jagan Teki
2015-06-29 20:49 ` [U-Boot] [v3 09/10] spi: cadence_qspi: support FIFO width other than 4 bytes Vikas Manocha
2015-06-29 20:49 ` [U-Boot] [v3 10/10] spi: cadence_qspi: add device tree binding doc Vikas Manocha
2015-06-30  6:29   ` Jagan Teki
2015-06-30 22:57     ` Vikas MANOCHA
2015-07-02 10:12       ` Stefan Roese
2015-07-02 17:42         ` Vikas MANOCHA
2015-07-02 17:48           ` Jagan Teki
2015-07-02 17:52             ` 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.