commit | a056b1ce9e19b4d4ab3dd01c3f897dcd832cd37f | [log] [tgz] |
---|---|---|
author | Peter Tyser <ptyser@xes-inc.com> | Fri Apr 24 15:34:07 2009 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Fri Jun 12 20:39:45 2009 +0200 |
tree | 2aa3fdbc71f996ed1066455e74149ee6fa8214c1 | |
parent | 54afc6ee10c8cd09598d814d49e601359b005e49 [diff] |
Marvell: i2c cleanup The following changes were made, primarily to bring the Marvell i2c driver in line with U-Boot's current I2C API: - Made i2c_init() globally accessible - Made i2c_read() and i2c_write() return an integer - Updated i2c_init() calls to pass in CONFIG_SYS_I2C_SLAVE in the offhand chance someone adds slave support in the future Signed-off-by: Peter Tyser <ptyser@xes-inc.com>