From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Schocher Date: Tue, 24 Apr 2012 11:11:36 +0200 Subject: [U-Boot] [i2c] Pull request Message-ID: <4F966E48.3030604@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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