mbox

[U-Boot] Please pull u-boot-mmc.git

Message ID 1374019728-15578-1-git-send-email-afleming@freescale.com
State Not Applicable, archived
Headers show

Pull-request

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

Message

Andy Fleming July 17, 2013, 12:08 a.m. UTC
The following changes since commit baa8841d6cc8a8cb79e0aee2fe1b360dacc05aaf:

  arm:samsung:trats:fix: Restore proper orientation of TRATS's LCD panel (2013-07-16 09:20:16 -0400)

are available in the git repository at:

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

for you to fetch changes up to a61da72bda80e09f36afbc9037a8c8b63b482de4:

  fsl_esdhc: Touch only relevant sys ctrl bits (2013-07-16 18:44:23 -0500)

----------------------------------------------------------------
Alexey Brodkin (1):
      drivers/mmc/dw_mmc - remove extra arch specific "asm/arch/clk.h" inclusion

Dirk Behme (1):
      fsl_esdhc: Touch only relevant sys ctrl bits

Haijun.Zhang (1):
      Powerpc: eSDHC: Fix mmc read write err in uboot of T4240QDS board

 drivers/mmc/dw_mmc.c    |    1 -
 drivers/mmc/fsl_esdhc.c |    8 ++++----
 2 files changed, 4 insertions(+), 5 deletions(-)

Comments

Tom Rini July 17, 2013, 2:39 p.m. UTC | #1
On Tue, Jul 16, 2013 at 07:08:48PM -0500, Andy Fleming wrote:

> The following changes since commit baa8841d6cc8a8cb79e0aee2fe1b360dacc05aaf:
> 
>   arm:samsung:trats:fix: Restore proper orientation of TRATS's LCD panel (2013-07-16 09:20:16 -0400)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-mmc.git master
> 
> for you to fetch changes up to a61da72bda80e09f36afbc9037a8c8b63b482de4:
> 
>   fsl_esdhc: Touch only relevant sys ctrl bits (2013-07-16 18:44:23 -0500)
> 
> ----------------------------------------------------------------
> Alexey Brodkin (1):
>       drivers/mmc/dw_mmc - remove extra arch specific "asm/arch/clk.h" inclusion
> 
> Dirk Behme (1):
>       fsl_esdhc: Touch only relevant sys ctrl bits
> 
> Haijun.Zhang (1):
>       Powerpc: eSDHC: Fix mmc read write err in uboot of T4240QDS board
> 
>  drivers/mmc/dw_mmc.c    |    1 -
>  drivers/mmc/fsl_esdhc.c |    8 ++++----
>  2 files changed, 4 insertions(+), 5 deletions(-)

Applied to u-boot/master, thanks!