Re: [PATCH 1/2] mfd: max14577: Fix IRQ handling after resume if this is not a wakeup source

2014-04-28 Thread Krzysztof Kozlowski
On pon, 2014-04-28 at 13:10 +0100, Lee Jones wrote: > > 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 suspende

Re: [PATCH 1/2] mfd: max14577: Fix IRQ handling after resume if this is not a wakeup source

2014-04-28 Thread Lee Jones
> 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 max14577 interrupt is signaled the irq chip > will try t

[PATCH 1/2] mfd: max14577: Fix IRQ handling after resume if this is not a wakeup source

2014-04-22 Thread Krzysztof Kozlowski
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 max14577 interrupt is signaled the irq chip will try to handle it