Re: [PATCH v4] OMAP: I2C: Fix the interrupt clearing in OMAP4

2011-12-02 Thread Kevin Hilman
Shubhrajyoti D shubhrajy...@ti.com writes: On OMAP4 we were writing 1 to IRQENABLE_CLR which cleared only the arbitration lost interrupt however for other ips (not OMAP_I2C_IP_VERSION_2) we clear all the interrupts at idle. The patch intends to fix the same by writing 0 to the IE

[PATCH v4] OMAP: I2C: Fix the interrupt clearing in OMAP4

2011-11-28 Thread Shubhrajyoti D
On OMAP4 we were writing 1 to IRQENABLE_CLR which cleared only the arbitration lost interrupt however for other ips (not OMAP_I2C_IP_VERSION_2) we clear all the interrupts at idle. The patch intends to fix the same by writing 0 to the IE register. Signed-off-by: Vikram Pandita