Re: [PATCHv8 3/5] OMAP: I2C: Reset support

2011-12-16 Thread Paul Walmsley
On Tue, 13 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 to aid error-recovery. Signed-off-by: Shubhrajyoti D shubhrajy...@ti.com Thanks, queued for 3.3. - Paul -- To unsubscribe

Re: [PATCHv8 3/5] OMAP: I2C: Reset support

2011-12-16 Thread Cousson, Benoit
Hi Shubhro, On 12/13/2011 11:55 AM, 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 to aid error-recovery. Signed-off-by: Shubhrajyoti Dshubhrajy...@ti.com --- arch/arm/plat-omap/i2c.c |2 ++

Re: [PATCHv8 3/5] OMAP: I2C: Reset support

2011-12-16 Thread Shubhrajyoti
Hi Benoit, On Friday 16 December 2011 02:21 PM, Cousson, Benoit wrote: Hi Shubhro, On 12/13/2011 11:55 AM, 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 to aid error-recovery. Signed-off-by:

Re: [PATCHv8 3/5] OMAP: I2C: Reset support

2011-12-16 Thread Tony Lindgren
* Shubhrajyoti shubhrajy...@ti.com [111216 00:25]: Hi Benoit, On Friday 16 December 2011 02:21 PM, Cousson, Benoit wrote: Hi Shubhro, On 12/13/2011 11:55 AM, Shubhrajyoti D wrote: Under some error conditions the i2c driver may do a reset. Adding a reset field and support in the

[PATCHv8 3/5] OMAP: I2C: Reset support

2011-12-13 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 to aid error-recovery. Signed-off-by: Shubhrajyoti D shubhrajy...@ti.com --- arch/arm/plat-omap/i2c.c |2 ++ include/linux/i2c-omap.h |1 + 2 files changed, 3