Re: [PATCH] rtc: max77686: Do not allow interrupt to fire before system resume

2020-07-16 Thread Alexandre Belloni
On Mon, 15 Jun 2020 18:14:55 +0200, Krzysztof Kozlowski wrote: > The rtc-max77686 device shares the main interrupt line with parent MFD > device (max77686 driver). During the system suspend, the parent MFD > device disables this IRQ to prevent an early event happening before > resuming I2C bus con

Re: [PATCH] rtc: max77686: Do not allow interrupt to fire before system resume

2020-06-29 Thread Krzysztof Kozlowski
On Tue, Jun 30, 2020 at 12:23:53AM +0200, Alexandre Belloni wrote: > Hi, > > On 15/06/2020 18:14:55+0200, Krzysztof Kozlowski wrote: > > The rtc-max77686 device shares the main interrupt line with parent MFD > > device (max77686 driver). During the system suspend, the parent MFD > > device disabl

Re: [PATCH] rtc: max77686: Do not allow interrupt to fire before system resume

2020-06-29 Thread Alexandre Belloni
Hi, On 15/06/2020 18:14:55+0200, Krzysztof Kozlowski wrote: > The rtc-max77686 device shares the main interrupt line with parent MFD > device (max77686 driver). During the system suspend, the parent MFD > device disables this IRQ to prevent an early event happening before > resuming I2C bus contr

[PATCH] rtc: max77686: Do not allow interrupt to fire before system resume

2020-06-15 Thread Krzysztof Kozlowski
The rtc-max77686 device shares the main interrupt line with parent MFD device (max77686 driver). During the system suspend, the parent MFD device disables this IRQ to prevent an early event happening before resuming I2C bus controller. The same should be done by rtc-max77686 driver because otherw