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

2011-08-04 Thread Shubhrajyoti
On Wednesday 03 August 2011 04:57 AM, Kevin Hilman wrote: 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 tim

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

2011-08-02 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

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

2011-07-29 Thread Shubhrajyoti D
- 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 in those places to effect the reset