
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