From: Russell King Date: Thu, 16 May 2013 10:30:59 +0000 (+0000) Subject: i2c: mv64xxx: work around signals causing I2C transactions to be aborted X-Git-Tag: v3.10-rc3~35^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d295a86eab200b3f0c513e78dbe1f189fd32d397;p=pandora-kernel.git i2c: mv64xxx: work around signals causing I2C transactions to be aborted Do not use interruptible waits in an I2C driver; if a process uses signals (eg, Xorg uses SIGALRM and SIGPIPE) then these signals can cause the I2C driver to abort a transaction in progress by another driver, which can cause that driver to fail. I2C drivers are not expected to abort transactions on signals. Signed-off-by: Russell King Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed