
5 Sep
2012
5 Sep
'12
11:15 a.m.
Those patches add multiple I2C support for Samsung boards and enables it on Trats.
Lukasz 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
board/samsung/common/Makefile | 43 +++++++++++++++++++++++++ board/samsung/common/multi_i2c.c | 65 ++++++++++++++++++++++++++++++++++++++ board/samsung/trats/trats.c | 15 +++++++++ include/configs/trats.h | 24 ++++++++++---- include/i2c.h | 12 +++++++ 5 files changed, 152 insertions(+), 7 deletions(-) create mode 100644 board/samsung/common/Makefile create mode 100644 board/samsung/common/multi_i2c.c
--
1.7.2.3