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

2011-08-04 Thread Kevin Hilman
Shubhrajyoti writes: > On Wednesday 03 August 2011 04:53 AM, Kevin Hilman wrote: >> Shubhrajyoti D writes: >> >>> Under some error conditions the i2c driver may do a reset. >>^^ >> minor: extra whitespace >> >>> Adding a reset field and support in the

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

2011-08-03 Thread Shubhrajyoti
On Wednesday 03 August 2011 04:53 AM, Kevin Hilman wrote: Shubhrajyoti D writes: Under some error conditions the i2c driver may do a reset. ^^ minor: extra whitespace Adding a reset field and support in the platform. s/platform/device-specific co

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

2011-08-02 Thread Kevin Hilman
Shubhrajyoti D writes: > Under some error conditions the i2c driver may do a reset. ^^ minor: extra whitespace > Adding a reset field and support in the platform. s/platform/device-specific code/ > Signed-off-by: Shubhrajyoti D That being said, omap_d

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

2011-07-29 Thread Shubhrajyoti D
Under some error conditions the i2c driver may do a reset. Adding a reset field and support in the platform. 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(-) diff --git a