[PATCH] I2C: at91: fix the method for interrupt

2014-09-24 Thread Raphaël Poggi
From: Bo Shen As the i2c-at91 driver won't work in the interrupt mode, so need to poll the interrupts. Signed-off-by: Bo Shen --- drivers/i2c/busses/i2c-at91.c | 38 +++--- 1 file changed, 23 insertions(+), 15 deletions(-) diff --git a/drivers/i2c/busses/i2c-at

[PATCH] I2C: at91: fix the method for interrupt

2014-09-17 Thread Raphaël Poggi
From: Bo Shen As the i2c-at91 driver won't work in the interrupt mode, so need to poll the interrupts. Signed-off-by: Bo Shen --- drivers/i2c/busses/i2c-at91.c | 38 +++--- 1 file changed, 23 insertions(+), 15 deletions(-) diff --git a/drivers/i2c/busses/i2c-at