Home
last modified time | relevance | path

Searched hist:"21 f4cbb77299788e2b06c9b0f48cf20a5ab00d4a" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/i2c/
H A Dfsl_i2c.c21f4cbb77299788e2b06c9b0f48cf20a5ab00d4a Thu Sep 17 09:07:15 UTC 2009 Joakim Tjernlund <Joakim.Tjernlund@transmode.se> fsl_i2c: Wait for STOP condition to propagate

After issuing a STOP one must wait until the STOP has completed
on the bus before doing something new to the controller.

Also add an extra read of SR as the manual mentions doing that
is a good idea.

Remove surplus write of CR just before a write, isn't required and
could potentially disturb the I2C bus.

Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>