Re: [U-Boot] [PATCH] Add I2C speed and divider formula for ColdFire

2009-04-15 Thread Richard Retanubun
Hi TC, Sorry for the delay, but I was the original complainer about this issue and finally got a chance to try it out. Timur Tabi wrote: > On Thu, Apr 9, 2009 at 11:18 AM, Tsi-Chung Liew > wrote: >> From: TsiChung Liew >> >> Implement formula to obtain I2C speed and internal bus >> divider. Th

Re: [U-Boot] [PATCH] Add I2C speed and divider formula for ColdFire

2009-04-09 Thread Timur Tabi
On Thu, Apr 9, 2009 at 11:18 AM, Tsi-Chung Liew wrote: > From: TsiChung Liew > > Implement formula to obtain I2C speed and internal bus > divider. This will provide accurate divider than fix table > divider value. Can you prove this statement? I don't think accuracy is that important. The adva

[U-Boot] [PATCH] Add I2C speed and divider formula for ColdFire

2009-04-09 Thread Tsi-Chung Liew
From: TsiChung Liew Implement formula to obtain I2C speed and internal bus divider. This will provide accurate divider than fix table divider value. Signed-off-by: TsiChung Liew --- drivers/i2c/fsl_i2c.c | 76 + 1 files changed, 51 insertions(+