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

2011-08-29 Thread Shubhrajyoti
On Saturday 27 August 2011 04:41 AM, Kevin Hilman wrote: Shubhrajyoti Dshubhrajy...@ti.com 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,

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

2011-08-26 Thread Kevin Hilman
Shubhrajyoti D shubhrajy...@ti.com 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.

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

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