Re: [PATCH v3] i2c: rk3x: adjust the LOW divison based on characteristics of SCL

2014-10-07 Thread Doug Anderson
Addy, On Tue, Oct 7, 2014 at 8:50 PM, Addy Ke wrote: > As show in I2C specification: > - Standard-mode: the minimum HIGH period of the scl clock is 4.0us > the minimum LOW period of the scl clock is 4.7us > - Fast-mode: the minimum HIGH period of the scl clock is 0.6us >

[PATCH v3] i2c: rk3x: adjust the LOW divison based on characteristics of SCL

2014-10-07 Thread Addy Ke
As show in I2C specification: - Standard-mode: the minimum HIGH period of the scl clock is 4.0us the minimum LOW period of the scl clock is 4.7us - Fast-mode: the minimum HIGH period of the scl clock is 0.6us the minimum LOW period of the scl clock is 1.3us I have mea