Skip to content
  • Fugang Duan's avatar
    ENGR00328312 i2c: imx: Optimize the i2c device recovery solution · fda6c6cc
    Fugang Duan authored
    
    
    From i2c spec, if device pull down the SDA line that causes
    i2c bus dead, host can send out 9 clock to let device release
    SDA.
    
    But for some special device like pfuze100, it pull down SDA line
    and the solution cannot take effort.
    
    The patch just add NACK and STOP signal after 8 dummy clock, and pmic
    can release SDA line after the recovery. Test case catch 375 times of
    i2c hang, and all are recovered.
    
    Signed-off-by: default avatarFugang Duan <B38611@freescale.com>
    (cherry picked from commit 53118db42d201d36ca9067b4bb0e2702399e100b)
    Signed-off-by: default avatarPeng Fan <Peng.Fan@freescale.com>
    (cherry picked from commit b8dcb812401026cb2189b24a4f6058830151c85a)
    (cherry picked from commit c5a44a2a0b2218221cb12645b10f0b34ecc6f79b)
    fda6c6cc