[U-Boot] [i2c] Pull request
Heiko Schocher
hs at denx.de
Tue Apr 24 11:11:36 CEST 2012
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 at pollux u-boot-i2c]$ eldk-switch -r 5.1 armv5te
Setup for armv5te (using ELDK 5.1)
[hs at pollux u-boot-i2c]$ ./MAKEALL arm
[...]
--------------------- SUMMARY ----------------------------
Boards compiled: 277
----------------------------------------------------------
[hs at pollux u-boot-i2c]$
bye,
Heiko
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
More information about the U-Boot
mailing list