Re: [U-Boot-Users] [PATCH] I2C register access functions for omap1510_i2c driver

2008-02-08 Thread Ladislav Michl
On Fri, Feb 08, 2008 at 07:17:30PM -0500, Ben Warren wrote: > While your fix is technically correct, I looked into this last week > and found that this exact code is duplicated in EVERY I2C controller, > except one (MPC8xx), where there are calls to i2c_init() in each of > the functions. Yup, that

Re: [U-Boot-Users] [PATCH] I2C register access functions for omap1510_i2c driver

2008-02-08 Thread Ben Warren
On Feb 8, 2008 6:25 PM, Ladislav Michl <[EMAIL PROTECTED]> wrote: > drivers/i2c/omap1510_i2c.c does not implement i2c_reg_read and > i2c_reg_write which leads to unresolved symbols when using ds1307 > driver. While there, enable CONFIG_CMD_DATE for Voiceblue board to have > nice test case :-) > > S

[U-Boot-Users] [PATCH] I2C register access functions for omap1510_i2c driver

2008-02-08 Thread Ladislav Michl
drivers/i2c/omap1510_i2c.c does not implement i2c_reg_read and i2c_reg_write which leads to unresolved symbols when using ds1307 driver. While there, enable CONFIG_CMD_DATE for Voiceblue board to have nice test case :-) Signed-off-by: Ladislav Michl <[EMAIL PROTECTED]> diff --git a/drivers/i2c/om