mbox

[U-Boot,i2c] Pull request

Message ID 4F966E48.3030604@denx.de
State Accepted
Delegated to: Wolfgang Denk
Headers show

Pull-request

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

Message

Heiko Schocher April 24, 2012, 9:11 a.m. UTC
Hello Wolfgang,

The following changes since commit 61ddce07f8b96c5df7d00466b4da9edaecb0eff1:

  sandbox: Use the new run_command() (2012-04-23 22:53:54 +0200)

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

Armando Visconti (1):
      i2c:designware Turn off the ctrl when setting the speed

Nobuhiro Iwamatsu (1):
      sh: i2c: Add support I2C controller of SH7734

Vipin KUMAR (1):
      i2c: Add support for designware i2c controller

 drivers/i2c/Makefile                               |    3 +-
 drivers/i2c/{spr_i2c.c => designware_i2c.c}        |   15 +-
 .../spr_i2c.h => drivers/i2c/designware_i2c.h      |    6 +-
 drivers/i2c/sh_sh7734_i2c.c                        |  387 ++++++++++++++++++++
 include/configs/spear-common.h                     |    2 +-
 5 files changed, 406 insertions(+), 7 deletions(-)
 rename drivers/i2c/{spr_i2c.c => designware_i2c.c} (95%)
 rename arch/arm/include/asm/arch-spear/spr_i2c.h => drivers/i2c/designware_i2c.h (98%)
 create mode 100644 drivers/i2c/sh_sh7734_i2c.c


"MAKEALL arm" shows:

[hs@pollux u-boot-i2c]$ eldk-switch -r 5.1 armv5te
Setup for armv5te (using ELDK 5.1)
[hs@pollux u-boot-i2c]$ ./MAKEALL arm
[...]
--------------------- SUMMARY ----------------------------
Boards compiled: 277
----------------------------------------------------------
[hs@pollux u-boot-i2c]$

bye,
Heiko

Comments

Wolfgang Denk April 30, 2012, 2:45 p.m. UTC | #1
Dear Heiko Schocher,

In message <4F966E48.3030604@denx.de> you wrote:
> Hello Wolfgang,
> 
> The following changes since commit 61ddce07f8b96c5df7d00466b4da9edaecb0eff1:
> 
>   sandbox: Use the new run_command() (2012-04-23 22:53:54 +0200)
> 
> are available in the git repository at:
>   git://git.denx.de/u-boot-i2c.git master
> 
> Armando Visconti (1):
>       i2c:designware Turn off the ctrl when setting the speed
> 
> Nobuhiro Iwamatsu (1):
>       sh: i2c: Add support I2C controller of SH7734
> 
> Vipin KUMAR (1):
>       i2c: Add support for designware i2c controller
> 
>  drivers/i2c/Makefile                               |    3 +-
>  drivers/i2c/{spr_i2c.c => designware_i2c.c}        |   15 +-
>  .../spr_i2c.h => drivers/i2c/designware_i2c.h      |    6 +-
>  drivers/i2c/sh_sh7734_i2c.c                        |  387 ++++++++++++++++++++
>  include/configs/spear-common.h                     |    2 +-
>  5 files changed, 406 insertions(+), 7 deletions(-)
>  rename drivers/i2c/{spr_i2c.c => designware_i2c.c} (95%)
>  rename arch/arm/include/asm/arch-spear/spr_i2c.h => drivers/i2c/designware_i2c.h (98%)
>  create mode 100644 drivers/i2c/sh_sh7734_i2c.c

Applied, thanks.

Best regards,

Wolfgang Denk