]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mfd: sec-core: Fix IRQ handling after resume if this is not a wakeup source
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Tue, 22 Apr 2014 14:00:25 +0000 (16:00 +0200)
committerLee Jones <lee.jones@linaro.org>
Fri, 23 May 2014 09:34:06 +0000 (10:34 +0100)
commitfd20fa52713583d6b54e2d61427b3301dece9954
treebfa872554c32b4df144b16f83963ba30632eb2a2
parent03ac4b75139385d922c57d0081cce63df686e5f5
mfd: sec-core: Fix IRQ handling after resume if this is not a wakeup source

During suspend the IRQ should be disabled even if this is not a wakeup
source. This is a proper way of fixing the IRQ handling issue during
resume (IRQ handler fails because I2C bus did not resume yet).

When device is suspended and sec-core interrupt is signaled the irq chip
will try to handle it regardless of wakeup source. Device could be woken
up by different IRQ but still the IRQ handler will try to read the
registers over I2C bus and fail because I2C bus won't be ready yet.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/sec-core.c