mbox

[U-Boot,PULL] : Please pull u-boot-imx

Message ID 516A5A66.3010003@denx.de
State Accepted
Delegated to: Albert ARIBAUD
Headers show

Pull-request

git://www.denx.de/git/u-boot-imx.git master

Message

Stefano Babic April 14, 2013, 7:27 a.m. UTC
Hallo Albert,

I have a couple of fixes for the release. Please pull from u-boot-imx,
thanks !

The following changes since commit d36b39bf0d1dbe4ef03f7fc1f20b2e52eb90acf5:

  spi: mxc_spi: Fix ECSPI reset handling (2013-04-04 10:23:09 +0200)

are available in the git repository at:

  git://www.denx.de/git/u-boot-imx.git master

for you to fetch changes up to 0f1411bc8dade4472ca802f46f75714e67301bb0:

  spi: mxc_spi: Set master mode for all channels (2013-04-13 17:46:42 +0200)

----------------------------------------------------------------
Fabio Estevam (1):
      spi: mxc_spi: Set master mode for all channels

Otavio Salvador (1):
      mx6qsabre{sd, auto}: Fix environment as 'mmc rescan' takes no
arguments

 arch/arm/include/asm/arch-mx5/imx-regs.h |    1 +
 arch/arm/include/asm/arch-mx6/imx-regs.h |    1 +
 drivers/spi/mxc_spi.c                    |   17 +++++++++--------
 include/configs/mx6qsabre_common.h       |    2 +-
 4 files changed, 12 insertions(+), 9 deletions(-)

Comments

Albert ARIBAUD April 14, 2013, 9:21 a.m. UTC | #1
Hi Stefano,

On Sun, 14 Apr 2013 09:27:34 +0200, Stefano Babic <sbabic@denx.de>
wrote:

> Hallo Albert,
> 
> I have a couple of fixes for the release. Please pull from u-boot-imx,
> thanks !
> 
> The following changes since commit d36b39bf0d1dbe4ef03f7fc1f20b2e52eb90acf5:
> 
>   spi: mxc_spi: Fix ECSPI reset handling (2013-04-04 10:23:09 +0200)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-imx.git master
> 
> for you to fetch changes up to 0f1411bc8dade4472ca802f46f75714e67301bb0:
> 
>   spi: mxc_spi: Set master mode for all channels (2013-04-13 17:46:42 +0200)
> 
> ----------------------------------------------------------------
> Fabio Estevam (1):
>       spi: mxc_spi: Set master mode for all channels
> 
> Otavio Salvador (1):
>       mx6qsabre{sd, auto}: Fix environment as 'mmc rescan' takes no
> arguments
> 
>  arch/arm/include/asm/arch-mx5/imx-regs.h |    1 +
>  arch/arm/include/asm/arch-mx6/imx-regs.h |    1 +
>  drivers/spi/mxc_spi.c                    |   17 +++++++++--------
>  include/configs/mx6qsabre_common.h       |    2 +-
>  4 files changed, 12 insertions(+), 9 deletions(-)
> 
> 

Applied to u-boot-arm/master, thanks!

Amicalement,