
Hello Tom,
The following changes since commit a6f0c4faa4c65a7b7048b12c9d180d7e1aad1721:
Merge branch 'master' of git://git.denx.de/u-boot-avr32 (2012-09-04 09:17:27 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-i2c.git master
Koen Kooi (1): omap4 i2c: add support for i2c bus 4
Ćukasz Majewski (2): i2c:soft:multi: Support for multiple soft I2C buses at Samsung boards i2c:soft:multi: Enable soft I2C multibus at Trats development board
arch/arm/include/asm/arch-omap4/cpu.h | 1 + arch/arm/include/asm/arch-omap4/i2c.h | 2 +- board/samsung/common/Makefile | 43 ++++++++++++++++++++++ board/samsung/common/multi_i2c.c | 65 +++++++++++++++++++++++++++++++++ board/samsung/trats/trats.c | 15 ++++++++ drivers/i2c/omap24xx_i2c.c | 8 ++++ include/configs/trats.h | 24 +++++++++---- include/i2c.h | 12 ++++++ 8 files changed, 162 insertions(+), 8 deletions(-) create mode 100644 board/samsung/common/Makefile create mode 100644 board/samsung/common/multi_i2c.c
bye, Heiko