mbox

[U-Boot] Please pull u-boot-mpc85xx.git (Updated)

Message ID 19A172F6-414E-4F31-90AA-F50A047FC996@kernel.crashing.org
State Accepted
Headers show

Pull-request

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

Message

Kumar Gala Dec. 13, 2010, 6:45 p.m. UTC
[Added Timur's P1022 patch fix]

The following changes since commit ac8983bcba75576c50307b5e8dc8fb848740ee61:

  Merge branch 'master' of git://git.denx.de/u-boot-imx (2010-12-09 20:52:44 +0100)

are available in the git repository at:

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

John Schmoller (1):
      fsl_upm: Add MxMR/MDR synchronization

Kumar Gala (1):
      tsec: Revert to setting TBICR_ANEG_ENABLE by default for SGMII

P.V.Suresh (1):
      fsl_esdhc: Set the eSHDC DMACTL[SNOOP] bit after resetting the controller

Timur Tabi (1):
      p1022ds: fix switching of DIU/LBC signals

 board/freescale/p1022ds/diu.c |   67 ++++++++++++++++++++++++++++++++++------
 drivers/mmc/fsl_esdhc.c       |    8 ++--
 drivers/mtd/nand/fsl_upm.c    |    2 +
 drivers/net/tsec.c            |    9 ++---
 include/configs/P1_P2_RDB.h   |    8 -----
 include/configs/xpedite537x.h |   10 ++++++
 include/configs/xpedite550x.h |   10 ++++++
 7 files changed, 87 insertions(+), 27 deletions(-)

Comments

Wolfgang Denk Dec. 13, 2010, 11:05 p.m. UTC | #1
Dear Kumar Gala,

In message <19A172F6-414E-4F31-90AA-F50A047FC996@kernel.crashing.org> you wrote:
> [Added Timur's P1022 patch fix]
>
> The following changes since commit ac8983bcba75576c50307b5e8dc8fb848740ee61:
>
>   Merge branch 'master' of git://git.denx.de/u-boot-imx (2010-12-09 20:52:44 +0100)
>
> are available in the git repository at:
>
>   git://git.denx.de/u-boot-mpc85xx master
>
> John Schmoller (1):
>       fsl_upm: Add MxMR/MDR synchronization
>
> Kumar Gala (1):
>       tsec: Revert to setting TBICR_ANEG_ENABLE by default for SGMII
>
> P.V.Suresh (1):
>       fsl_esdhc: Set the eSHDC DMACTL[SNOOP] bit after resetting the controller
>
> Timur Tabi (1):
>       p1022ds: fix switching of DIU/LBC signals
>
>  board/freescale/p1022ds/diu.c |   67 > ++++++++++++++++++++++++++++++++++------
>  drivers/mmc/fsl_esdhc.c       |    8 ++--
>  drivers/mtd/nand/fsl_upm.c    |    2 +
>  drivers/net/tsec.c            |    9 ++---
>  include/configs/P1_P2_RDB.h   |    8 -----
>  include/configs/xpedite537x.h |   10 ++++++
>  include/configs/xpedite550x.h |   10 ++++++
>  7 files changed, 87 insertions(+), 27 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk