[U-Boot] [i2c] Pull request

Wolfgang Denk wd at denx.de
Mon Apr 30 16:45:05 CEST 2012


Dear Heiko Schocher,

In message <4F966E48.3030604 at 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

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
You can do this in a number of ways.     IBM chose to do all of them.
Why do you find that funny?        -- D. Taylor, Computer Science 350


More information about the U-Boot mailing list