[U-Boot] [PATCH] mgcoge, mgsuvd: add I2C deblocking mechanism.

2008-09-29 Thread Heiko Schocher
As Documented in README, adding a boardspecific Deblocking mechansim via CFG_I2C_INIT_BOARD for the mgcoge and mgsuvd board. This code was originally written by keymile in association with Anatech and Atmel in 1998. The Code toggels the SCL until the SCA line goes to High (max. 16 times). And

Re: [U-Boot] [PATCH] mgcoge, mgsuvd: add I2C deblocking mechanism.

2008-09-29 Thread Wolfgang Denk
Dear Heiko Schocher, In message [EMAIL PROTECTED] you wrote: As Documented in README, adding a boardspecific Deblocking Which part of the README are you referring to? mechansim via CFG_I2C_INIT_BOARD for the mgcoge and mgsuvd board. Are you talking about doc/I2C_Edge_Conditions? This code