Re: [PATCH] i2c: designware: prevent signals from aborting I2C transfers

2013-06-11 Thread Wolfram Sang
On Wed, May 22, 2013 at 01:03:11PM +0300, Mika Westerberg wrote: If a process receives signal while it is waiting for I2C transfer to complete, an error is returned to the caller and the transfer is aborted. This can cause the driver to fail subsequent transfers. Also according to commit

Re: i2c: designware: prevent signals from aborting I2C transfers

2013-06-07 Thread Christian Ruppert
On Wed, May 22, 2013 at 10:03:11AM -, Mika Westerberg wrote: If a process receives signal while it is waiting for I2C transfer to complete, an error is returned to the caller and the transfer is aborted. This can cause the driver to fail subsequent transfers. Also according to commit

[PATCH] i2c: designware: prevent signals from aborting I2C transfers

2013-05-22 Thread Mika Westerberg
If a process receives signal while it is waiting for I2C transfer to complete, an error is returned to the caller and the transfer is aborted. This can cause the driver to fail subsequent transfers. Also according to commit d295a86eab2 (i2c: mv64xxx: work around signals causing I2C transactions to