mbox

[U-Boot,i2c] Pull request

Message ID 4F1FA08A.7040501@denx.de
State Accepted
Headers show

Pull-request

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

Message

Heiko Schocher Jan. 25, 2012, 6:26 a.m. UTC
Hello Wolfgang,

The following changes since commit 137703b811502dfea364650fb3e17f20b4c21333:

  overo: add SPL support (2012-01-16 08:40:13 +0100)

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

Patil, Rachna (3):
      ARM: I2C: I2C Multi byte address support
      ARM: AM33XX: Add AM33XX I2C driver support
      ARM: AM33XX: Add i2c support

 arch/arm/cpu/armv7/am33xx/clock.c             |    5 +
 arch/arm/include/asm/arch-am33xx/common_def.h |    1 +
 arch/arm/include/asm/arch-am33xx/cpu.h        |    3 +-
 arch/arm/include/asm/arch-am33xx/i2c.h        |   81 +++++
 board/ti/am335x/evm.c                         |    7 +
 board/ti/am335x/mux.c                         |   13 +
 drivers/i2c/omap24xx_i2c.c                    |  475 ++++++++++++++++---------
 drivers/i2c/omap24xx_i2c.h                    |    2 +
 include/configs/am335x_evm.h                  |    9 +
 9 files changed, 421 insertions(+), 175 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-am33xx/i2c.h

bye,
Heiko

Comments

Wolfgang Denk Feb. 11, 2012, 9:07 p.m. UTC | #1
Dear Heiko Schocher,

In message <4F1FA08A.7040501@denx.de> you wrote:
> Hello Wolfgang,
> 
> The following changes since commit 137703b811502dfea364650fb3e17f20b4c21333:
> 
>   overo: add SPL support (2012-01-16 08:40:13 +0100)
> 
> are available in the git repository at:
>   git://git.denx.de/u-boot-i2c.git master
> 
> Patil, Rachna (3):
>       ARM: I2C: I2C Multi byte address support
>       ARM: AM33XX: Add AM33XX I2C driver support
>       ARM: AM33XX: Add i2c support
> 
>  arch/arm/cpu/armv7/am33xx/clock.c             |    5 +
>  arch/arm/include/asm/arch-am33xx/common_def.h |    1 +
>  arch/arm/include/asm/arch-am33xx/cpu.h        |    3 +-
>  arch/arm/include/asm/arch-am33xx/i2c.h        |   81 +++++
>  board/ti/am335x/evm.c                         |    7 +
>  board/ti/am335x/mux.c                         |   13 +
>  drivers/i2c/omap24xx_i2c.c                    |  475 ++++++++++++++++---------
>  drivers/i2c/omap24xx_i2c.h                    |    2 +
>  include/configs/am335x_evm.h                  |    9 +
>  9 files changed, 421 insertions(+), 175 deletions(-)
>  create mode 100644 arch/arm/include/asm/arch-am33xx/i2c.h

Applied, thanks.

Best regards,

Wolfgang Denk