
On 25 June 2015 at 04:36, Vikas Manocha vikas.manocha@st.com wrote:
This patchset enables cadence qspi controller for stv0991 soc, saves environment in spi flash & moves CONFIG_OF in the defconfig file.
In fact it clubs two patchsets submitted earlier:
- [PATCH 0/3] stv0991: enable cadence qspi controller & spi flash
- [PATCH 0/3] stv0991: spi env & configs related board changes
I'm OK, with this series and commented about v2, 6/6
Please rebase all these 6 patches + 3 patches on to u-boot-spi/next-dev [1] [PATCH v2 0/3] spi: cadence_qspi: sram depth from DT & fix for FIFO
So send all 9 patches with fix on v2, 6/6 at once.
[1] http://git.denx.de/?p=u-boot/u-boot-spi.git;a=shortlog;h=refs/heads/next-dev
Changed in v2:
- remove checkpatch.pl error from patch "stv0991: configure clock..."
- clubbed two patchsets mentioned above.
Vikas Manocha (6): 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
arch/arm/cpu/armv7/stv0991/clock.c | 4 ++- arch/arm/cpu/armv7/stv0991/pinmux.c | 5 +++ arch/arm/dts/stv0991.dts | 34 ++++++++++++++++++++ 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 | 1 + include/configs/stv0991.h | 25 +++++++++++--- 9 files changed, 98 insertions(+), 5 deletions(-)
thanks!