Re: [PATCHv6 2/3] OMAP: I2C: Remove the reset in the init path

2011-08-26 Thread Kevin Hilman
Shubhrajyoti D writes: > - The reset in the driver at init is not needed anymore as the >hwmod framework takes care of reseting it. > - Reset is removed from omap_i2c_init, which was called >not only during probe, but also after time out and error handling. >device_reset were added

Re: [PATCHv6 1/3] OMAP: I2C: Reset support

2011-08-26 Thread Kevin Hilman
Shubhrajyoti D writes: > Under some error conditions the i2c driver may do a reset. > Adding a reset field and support in the device-specific code. > > Signed-off-by: Shubhrajyoti D Needs update/rebase to apply against my for_3.2/i2c-cleanup branch... [...] > diff --git a/include/linux/i2c-om