mbox

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

Message ID 1420145121-3314-1-git-send-email-jagannadh.teki@gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-spi.git master

Message

Jagan Teki Jan. 1, 2015, 8:45 p.m. UTC
Hi Tom,

Please pull this PR.

thanks!
Jagan.

The following changes since commit babe6994ca28e5a354ee32b33b7a54b0276d9df1:

  sf: sf_params: Add S25FL164K flash identifier info (2014-12-18 18:48:30 +0530)

are available in the git repository at:

  git://git.denx.de/u-boot-spi.git master

for you to fetch changes up to be2fde60b0de7723d29035ba952a970d9e1ca94d:

  imx:mx6slevk add spi nor boot support (2014-12-31 14:54:01 +0530)

----------------------------------------------------------------
Peng Fan (6):
      QuadSPI: use QSPI_CMD_xx instead of flash opcodes
      QuadSPI: use correct amba_base
      arm:mx6sx add QSPI support
      imx:qspi add 4K erase support
      imx:mx6sxsabresd add qspi support
      imx:mx6slevk add spi nor boot support

 arch/arm/cpu/armv7/mx6/clock.c              |  50 ++++++++++
 arch/arm/include/asm/arch-mx6/clock.h       |   1 +
 arch/arm/include/asm/arch-mx6/imx-regs.h    |  12 +--
 board/freescale/mx6slevk/MAINTAINERS        |   1 +
 board/freescale/mx6sxsabresd/mx6sxsabresd.c |  40 ++++++++
 configs/mx6slevk_spinor_defconfig           |   3 +
 drivers/spi/fsl_qspi.c                      | 137 +++++++++++++++++++---------
 include/configs/mx6slevk.h                  |  13 ++-
 include/configs/mx6sxsabresd.h              |  12 +++
 9 files changed, 221 insertions(+), 48 deletions(-)
 create mode 100644 configs/mx6slevk_spinor_defconfig

Comments

Tom Rini Jan. 5, 2015, 3:10 p.m. UTC | #1
On Fri, Jan 02, 2015 at 02:15:21AM +0530, Jagannadha Sutradharudu Teki wrote:

> Hi Tom,
> 
> Please pull this PR.
> 
> thanks!
> Jagan.
> 
> The following changes since commit babe6994ca28e5a354ee32b33b7a54b0276d9df1:
> 
>   sf: sf_params: Add S25FL164K flash identifier info (2014-12-18 18:48:30 +0530)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-spi.git master
> 
> for you to fetch changes up to be2fde60b0de7723d29035ba952a970d9e1ca94d:
> 
>   imx:mx6slevk add spi nor boot support (2014-12-31 14:54:01 +0530)
> 

Applied to u-boot/master, thanks!