mbox

[U-Boot,i2c] Pull request

Message ID 522D6132.1070002@denx.de
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Heiko Schocher Sept. 9, 2013, 5:48 a.m. UTC
Hello Tom,

please pull from u-boot-i2c:

The following changes since commit 1affd4d4a3fe512050e1ad1636d9360c670da531:

   cam_enc_4xx: Move CONFIG_SPL_PAD_TO to a config header (2013-09-06 13:09:08 -0400)

are available in the git repository at:

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

for you to fetch changes up to f62b123813ea604d16ed6115fe2fa552b23d9102:

   powerpc/mpc85xx: Fix the I2C bus speed error on p1022 (2013-09-09 07:44:27 +0200)

----------------------------------------------------------------
Tang Yuantian (1):
       powerpc/mpc85xx: Fix the I2C bus speed error on p1022

Ying Zhang (1):
       SPL: P1022DS: switch to new multibus/multiadapter support

  arch/powerpc/cpu/mpc85xx/speed.c        | 3 ++-
  arch/powerpc/cpu/mpc85xx/u-boot-spl.lds | 5 +++++
  board/freescale/p1022ds/spl.c           | 6 +++++-
  3 Dateien geändert, 12 Zeilen hinzugefügt(+), 2 Zeilen entfernt(-)

Thanks!

bye,
Heiko

Comments

Tom Rini Sept. 9, 2013, 2:56 p.m. UTC | #1
On Mon, Sep 09, 2013 at 07:48:34AM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c:
> 
> The following changes since commit 1affd4d4a3fe512050e1ad1636d9360c670da531:
> 
>   cam_enc_4xx: Move CONFIG_SPL_PAD_TO to a config header (2013-09-06 13:09:08 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to f62b123813ea604d16ed6115fe2fa552b23d9102:
> 
>   powerpc/mpc85xx: Fix the I2C bus speed error on p1022 (2013-09-09 07:44:27 +0200)
> 
> ----------------------------------------------------------------
> Tang Yuantian (1):
>       powerpc/mpc85xx: Fix the I2C bus speed error on p1022
> 
> Ying Zhang (1):
>       SPL: P1022DS: switch to new multibus/multiadapter support
> 
>  arch/powerpc/cpu/mpc85xx/speed.c        | 3 ++-
>  arch/powerpc/cpu/mpc85xx/u-boot-spl.lds | 5 +++++
>  board/freescale/p1022ds/spl.c           | 6 +++++-
>  3 Dateien ge?ndert, 12 Zeilen hinzugef?gt(+), 2 Zeilen entfernt(-)

Applied to u-boot/master, thanks!