
11 Feb
2015
11 Feb
'15
8:44 p.m.
On 6 February 2015 at 00:12, Heiko Schocher hs@denx.de wrote:
Hello Simon,
Am 06.02.2015 05:41, schrieb Simon Glass:
As with i2c_read() and i2c_write(), add a dm_ prefix to the driver model versions of these functions to avoid conflicts.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2:
Use a dm_ prefix for remaining conflicting I2C functions
common/cmd_i2c.c | 4 ++-- drivers/i2c/i2c-uclass.c | 11 +++-------- include/i2c.h | 8 ++++---- test/dm/i2c.c | 6 +++--- 4 files changed, 12 insertions(+), 17 deletions(-)
Thanks!
Acked-by: Heiko Schocher hs@denx.de
Applied to u-boot-dm.