Re: [PATCH] I2C: OMAP: fix the clearing of interrupts

2011-11-17 Thread Kevin Hilman
Shubhrajyoti D shubhrajy...@ti.com writes: The register IRQENABLE_CLR is a bit map of interrupt events. All the bits have to be cleared to clear the interrupts. Signed-off-by: Vikram Pandita vikram.pand...@ti.com Signed-off-by: Shubhrajyoti D shubhrajy...@ti.com ---

[PATCH] I2C: OMAP: fix the clearing of interrupts

2011-11-15 Thread Shubhrajyoti D
The register IRQENABLE_CLR is a bit map of interrupt events. All the bits have to be cleared to clear the interrupts. Signed-off-by: Vikram Pandita vikram.pand...@ti.com Signed-off-by: Shubhrajyoti D shubhrajy...@ti.com --- drivers/i2c/busses/i2c-omap.c |2 +- 1 files changed, 1