Re: [PATCHV2 1/5] OMAP: I2C: Add a device reset field to platform data

2011-07-21 Thread Santosh Shilimkar
Shubro, On 7/21/2011 4:39 PM, Shubhrajyoti D wrote: Under some conditions the driver may want to do a reset of the device. Adding a reset field to the platform data. Signed-off-by: Shubhrajyoti D --- include/linux/i2c-omap.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff -

[PATCHV2 1/5] OMAP: I2C: Add a device reset field to platform data

2011-07-21 Thread Shubhrajyoti D
Under some conditions the driver may want to do a reset of the device. Adding a reset field to the platform data. Signed-off-by: Shubhrajyoti D --- include/linux/i2c-omap.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/linux/i2c-omap.h b/include/linux/i2c-omap