Re: [PATCH v3 REPOST 4/4] i2c: i2c-ibm-iic: Implements a polling mode

2014-01-03 Thread Wolfram Sang
On Fri, Dec 20, 2013 at 04:12:56PM +0100, jean-jacques hiblot wrote: > From: jean-jacques hiblot > > When no valid interrupt is defined for the controller, use polling to handle > the transfers. > The polling mode can also be forced with the "iic_force_poll" module > parameter. > > Signed-off-b

[PATCH v3 REPOST 4/4] i2c: i2c-ibm-iic: Implements a polling mode

2013-12-20 Thread jean-jacques hiblot
From: jean-jacques hiblot When no valid interrupt is defined for the controller, use polling to handle the transfers. The polling mode can also be forced with the "iic_force_poll" module parameter. Signed-off-by: jean-jacques hiblot --- drivers/i2c/busses/i2c-ibm_iic.c | 91 +++