[U-Boot] Pull request: u-boot-spi/master

Hi Tom,
Please pull this PR.
thanks! Jagan.
The following changes since commit 891b487098ee2169a16b1bbb354aaef28aa90630:
Merge branch 'master' of git://git.denx.de/u-boot-spi (2015-07-01 15:38:12 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-spi.git master
for you to fetch changes up to 8097cba809d8c40d8fe72f792c7dc0644c845a32:
spi: cadence_qspi: add device tree binding doc (2015-07-03 13:50:53 +0530)
---------------------------------------------------------------- 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/Kconfig | 3 ++ arch/arm/cpu/armv7/stv0991/clock.c | 4 +- arch/arm/cpu/armv7/stv0991/pinmux.c | 5 ++ arch/arm/dts/socfpga.dtsi | 1 + arch/arm/dts/stv0991.dts | 30 +++++++++++ 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 | 21 ++++++-- 15 files changed, 151 insertions(+), 41 deletions(-) create mode 100644 doc/device-tree-bindings/spi/spi-cadence.txt

On Sat, Jul 04, 2015 at 02:11:35PM +0530, Jagan Teki wrote:
Hi Tom,
Please pull this PR.
thanks! Jagan.
The following changes since commit 891b487098ee2169a16b1bbb354aaef28aa90630:
Merge branch 'master' of git://git.denx.de/u-boot-spi (2015-07-01 15:38:12 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-spi.git master
for you to fetch changes up to 8097cba809d8c40d8fe72f792c7dc0644c845a32:
spi: cadence_qspi: add device tree binding doc (2015-07-03 13:50:53 +0530)
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
Given the planned release on the 13th, is any of this stuff that can't wait? Thanks!

On 4 July 2015 at 17:12, Tom Rini trini@konsulko.com wrote:
On Sat, Jul 04, 2015 at 02:11:35PM +0530, Jagan Teki wrote:
Hi Tom,
Please pull this PR.
thanks! Jagan.
The following changes since commit 891b487098ee2169a16b1bbb354aaef28aa90630:
Merge branch 'master' of git://git.denx.de/u-boot-spi (2015-07-01 15:38:12 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-spi.git master
for you to fetch changes up to 8097cba809d8c40d8fe72f792c7dc0644c845a32:
spi: cadence_qspi: add device tree binding doc (2015-07-03 13:50:53 +0530)
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
Given the planned release on the 13th, is any of this stuff that can't wait? Thanks!
No issues, May be you can apply once tag done.
thanks!

On Sat, Jul 04, 2015 at 02:11:35PM +0530, Jagan Teki wrote:
Hi Tom,
Please pull this PR.
thanks! Jagan.
The following changes since commit 891b487098ee2169a16b1bbb354aaef28aa90630:
Merge branch 'master' of git://git.denx.de/u-boot-spi (2015-07-01 15:38:12 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-spi.git master
for you to fetch changes up to 8097cba809d8c40d8fe72f792c7dc0644c845a32:
spi: cadence_qspi: add device tree binding doc (2015-07-03 13:50:53 +0530)
Applied to u-boot/master, thanks!
participants (2)
-
Jagan Teki
-
Tom Rini