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

2011-12-08 Thread Shubhrajyoti
On Friday 09 December 2011 06:45 AM, Paul Walmsley wrote: > Hi > > some comments > > On Fri, 2 Dec 2011, Shubhrajyoti D wrote: > >> 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 >> ---

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

2011-12-08 Thread Paul Walmsley
Hi some comments On Fri, 2 Dec 2011, Shubhrajyoti D wrote: > 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 > --- > arch/arm/plat-omap/i2c.c | 18 ++ > include/linux

[PATCHv7 1/3] OMAP: I2C: Reset support

2011-12-02 Thread Shubhrajyoti D
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 --- arch/arm/plat-omap/i2c.c | 18 ++ include/linux/i2c-omap.h |1 + 2 files changed, 19 insertions(+), 0 deletions(-) dif