Re: [PATCH v4] OMAP4: hwmod data: I2C: add flag for context restore

2011-08-25 Thread Shubhrajyoti
On Wednesday 24 August 2011 08:14 PM, Kevin Hilman wrote: Shubhrajyotishubhrajy...@ti.com writes: On Sunday 17 July 2011 06:13 PM, Shubhrajyoti D wrote: Restore of context is not done for OMAP4. This patch adds the OMAP_I2C_FLAG_RESET_REGS_POSTIDLE in the OMAP4 hwmod data which activates the

Re: [PATCH v4] OMAP4: hwmod data: I2C: add flag for context restore

2011-08-24 Thread Shubhrajyoti
On Sunday 17 July 2011 06:13 PM, Shubhrajyoti D wrote: Restore of context is not done for OMAP4. This patch adds the OMAP_I2C_FLAG_RESET_REGS_POSTIDLE in the OMAP4 hwmod data which activates the restore for OMAP4. Currently the OMAP4 does not hit device off still the driver may have support for

Re: [PATCH v4] OMAP4: hwmod data: I2C: add flag for context restore

2011-08-24 Thread Kevin Hilman
Shubhrajyoti shubhrajy...@ti.com writes: On Sunday 17 July 2011 06:13 PM, Shubhrajyoti D wrote: Restore of context is not done for OMAP4. This patch adds the OMAP_I2C_FLAG_RESET_REGS_POSTIDLE in the OMAP4 hwmod data which activates the restore for OMAP4. Currently the OMAP4 does not hit

[PATCH v4] OMAP4: hwmod data: I2C: add flag for context restore

2011-07-17 Thread Shubhrajyoti D
Restore of context is not done for OMAP4. This patch adds the OMAP_I2C_FLAG_RESET_REGS_POSTIDLE in the OMAP4 hwmod data which activates the restore for OMAP4. Currently the OMAP4 does not hit device off still the driver may have support for it. Reviewed-by: Kevin Hilman khil...@ti.com

Re: [PATCH v4] OMAP4: hwmod data: I2C: add flag for context restore

2011-07-17 Thread Shubhrajyoti
On Saturday 16 July 2011 03:25 AM, Kevin Hilman wrote: Shubhrajyoti Dshubhrajy...@ti.com writes: Restore of context is not done for OMAP4. This patch adds the OMAP_I2C_FLAG_RESET_REGS_POSTIDLE in the OMAP4 hwmod data which activates the restore for OMAP4. Currently the OMAP4 does not hit

[PATCH v4] OMAP4: hwmod data: I2C: add flag for context restore

2011-07-15 Thread Shubhrajyoti D
Restore of context is not done for OMAP4. This patch adds the OMAP_I2C_FLAG_RESET_REGS_POSTIDLE in the OMAP4 hwmod data which activates the restore for OMAP4. Currently the OMAP4 does not hit device off still the driver may have support for it. Signed-off-by: Shubhrajyoti D shubhrajy...@ti.com

Re: [PATCH v4] OMAP4: hwmod data: I2C: add flag for context restore

2011-07-15 Thread Kevin Hilman
Shubhrajyoti D shubhrajy...@ti.com writes: Restore of context is not done for OMAP4. This patch adds the OMAP_I2C_FLAG_RESET_REGS_POSTIDLE in the OMAP4 hwmod data which activates the restore for OMAP4. Currently the OMAP4 does not hit device off still the driver may have support for it.