mbox

[U-Boot] Pull request: u-boot-i2c

Message ID 4CE5744D.3030407@denx.de
State Accepted
Headers show

Pull-request

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

Message

Heiko Schocher Nov. 18, 2010, 6:45 p.m. UTC
Hello Wolfgang,

The following changes since commit 8ad25bf8d9233eb7d0b614612108622a59069354:

  Net: clarify board/cpu_eth_init calls (2010-11-15 00:01:15 +0100)

are available in the git repository at:
  git://git.denx.de/u-boot-i2c.git master

Heiko Schocher (2):
      i2c, mpc5xxx: add multibus support
      post, i2c: add missing curly bracket in i2c_post_test

 arch/powerpc/cpu/mpc5xxx/i2c.c |   43 ++++++++++++++++++++++++++++++++++++++++
 post/drivers/i2c.c             |    3 +-
 2 files changed, 45 insertions(+), 1 deletions(-)

Comments

Wolfgang Denk Nov. 19, 2010, 9:03 p.m. UTC | #1
Dear Heiko Schocher,

In message <4CE5744D.3030407@denx.de> you wrote:
> Hello Wolfgang,
> 
> The following changes since commit 8ad25bf8d9233eb7d0b614612108622a59069354:
> 
>   Net: clarify board/cpu_eth_init calls (2010-11-15 00:01:15 +0100)
> 
> are available in the git repository at:
>   git://git.denx.de/u-boot-i2c.git master
> 
> Heiko Schocher (2):
>       i2c, mpc5xxx: add multibus support
>       post, i2c: add missing curly bracket in i2c_post_test
> 
>  arch/powerpc/cpu/mpc5xxx/i2c.c |   43 ++++++++++++++++++++++++++++++++++++++++
>  post/drivers/i2c.c             |    3 +-
>  2 files changed, 45 insertions(+), 1 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk