Re: [PATCH] mfd: twl-core: disable irq while suspended

2019-04-01 Thread Lee Jones
On Sat, 23 Feb 2019, Andreas Kemnade wrote: > Since commit > 6e2bd956936 ("i2c: omap: Use noirq system sleep pm ops to idle device for > suspend") > on gta04 we have handle_twl4030_pih() called in situations where > pm_runtime_get() > in i2c-omap.c returns -EACCES. > [ 86.474365] Freezing

Re: [PATCH] mfd: twl-core: disable irq while suspended

2019-02-28 Thread Andreas Kemnade
Hi, On Sat, 23 Feb 2019 10:23:23 -0800 Tony Lindgren wrote: > * Andreas Kemnade [190223 11:48]: > > Since commit > > 6e2bd956936 ("i2c: omap: Use noirq system sleep pm ops to idle device for > > suspend") > > on gta04 we have handle_twl4030_pih() called in situations where > >

Re: [PATCH] mfd: twl-core: disable irq while suspended

2019-02-23 Thread Tony Lindgren
* Andreas Kemnade [190223 11:48]: > Since commit > 6e2bd956936 ("i2c: omap: Use noirq system sleep pm ops to idle device for > suspend") > on gta04 we have handle_twl4030_pih() called in situations where > pm_runtime_get() > in i2c-omap.c returns -EACCES. > [ 86.474365] Freezing remaining

[PATCH] mfd: twl-core: disable irq while suspended

2019-02-23 Thread Andreas Kemnade
Since commit 6e2bd956936 ("i2c: omap: Use noirq system sleep pm ops to idle device for suspend") on gta04 we have handle_twl4030_pih() called in situations where pm_runtime_get() in i2c-omap.c returns -EACCES. [ 86.474365] Freezing remaining freezable tasks ... (elapsed 0.002 seconds) done. [