mbox

[U-Boot,PULL] u-boot-socfpga/master

Message ID 201511050350.01219.marex@denx.de
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-socfpga.git

Message

Marek Vasut Nov. 5, 2015, 2:50 a.m. UTC
The following changes since commit 96d59e9d6aa74e35c63dc74da10e41f8ba0f6de4:

  mpc85xx/t2081: enable parsing DDR ratio for T2081 rev1.1 (2015-11-02 08:51:50 
-0800)

are available in the git repository at:

  git://git.denx.de/u-boot-socfpga.git 

for you to fetch changes up to a55f28624e97e1e43ac333c39713b8b9435fcbd3:

  arm: dts: socfpga: Increase the spi-max-frequency for QSPI flash (2015-11-05 
02:34:15 +0100)

----------------------------------------------------------------
Chin Liang See (5):
      lib, fdt: Adding fdtdec_get_uint function
      spi: cadence_qspi: Ensure spi_calibration is run when sclk change
      spi: cadence_qspi: Fix fdt read of spi-max-frequency
      spi: cadence_qspi: Ensure check for max frequency in place
      arm: dts: socfpga: Increase the spi-max-frequency for QSPI flash

Dinh Nguyen (1):
      arm: socfpga: reset: correct dma, qspi, and sdmmc reset bit defines

 arch/arm/dts/socfpga_cyclone5_socdk.dts            |  2 +-
 arch/arm/mach-socfpga/include/mach/reset_manager.h |  6 +++---
 drivers/spi/cadence_qspi.c                         | 33 
++++++++++++++++++++-------------
 drivers/spi/cadence_qspi.h                         |  1 +
 include/fdtdec.h                                   | 13 +++++++++++++
 lib/fdtdec_common.c                                | 18 ++++++++++++++++++
 6 files changed, 56 insertions(+), 17 deletions(-)

Comments

Tom Rini Nov. 5, 2015, 3:50 p.m. UTC | #1
On Thu, Nov 05, 2015 at 03:50:01AM +0100, Marek Vasut wrote:

> The following changes since commit 96d59e9d6aa74e35c63dc74da10e41f8ba0f6de4:
> 
>   mpc85xx/t2081: enable parsing DDR ratio for T2081 rev1.1 (2015-11-02 08:51:50 
> -0800)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git 
> 
> for you to fetch changes up to a55f28624e97e1e43ac333c39713b8b9435fcbd3:
> 
>   arm: dts: socfpga: Increase the spi-max-frequency for QSPI flash (2015-11-05 
> 02:34:15 +0100)
> 

Applied to u-boot/master, thanks!