Re: [PATCHV2 3/5] OMAP: I2C: Remove the reset in the init path

2011-07-29 Thread Shubhrajyoti
On Thursday 21 July 2011 04:57 PM, Santosh Shilimkar wrote: Thanks for your review. On 7/21/2011 4:39 PM, Shubhrajyoti D wrote: snip +/* + * Enabling all wakup sources to stop I2C freezing on + * WFI instruction. + * REVISIT: Some wkup sources might not be

[PATCHV2 3/5] OMAP: I2C: Remove the reset in the init path

2011-07-21 Thread Shubhrajyoti D
The reset in the driver at init is not needed anymore as the hwmod framework takes care of reseting it. Signed-off-by: Shubhrajyoti D shubhrajy...@ti.com --- drivers/i2c/busses/i2c-omap.c | 73 1 files changed, 22 insertions(+), 51 deletions(-) diff

Re: [PATCHV2 3/5] OMAP: I2C: Remove the reset in the init path

2011-07-21 Thread Santosh Shilimkar
On 7/21/2011 4:39 PM, Shubhrajyoti D wrote: The reset in the driver at init is not needed anymore as the hwmod framework takes care of reseting it. Signed-off-by: Shubhrajyoti Dshubhrajy...@ti.com --- drivers/i2c/busses/i2c-omap.c | 73 1 files