From: Leilei Shang Date: Tue, 14 Jul 2015 07:36:40 +0000 (+0530) Subject: i2c: pxa: keep i2c irq ON in suspend X-Git-Tag: omap-for-v4.3/fixes-rc1~62^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abf8a1fba9a48535595857ed46ad642272eea05c;p=pandora-kernel.git i2c: pxa: keep i2c irq ON in suspend During suspend there may still be some i2c access happening, as the interrupt is shared between multiple drivers. And if we don't keep i2c irq ON, there may be i2c access timeout if i2c is in irq mode of operation. Signed-off-by: Raul Xiong Signed-off-by: Xiaofan Tian [vaibhav.hiremath@linaro.org: updated Changelog] Signed-off-by: Vaibhav Hiremath Cc: Wolfram Sang Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed