Re: [PATCH] mfd: arizona: Use suspend_noirq inplace of suspend_late

2016-08-31 Thread Lee Jones
On Tue, 30 Aug 2016, Charles Keepax wrote: > As runtime PM doesn't function whilst processing system suspend/resume > operations and the Arizona IRQ handlers need runtime PM to function > we must disable IRQs during these operations. Whilst this is > already done in the driver we are using suspend

[PATCH] mfd: arizona: Use suspend_noirq inplace of suspend_late

2016-08-30 Thread Charles Keepax
As runtime PM doesn't function whilst processing system suspend/resume operations and the Arizona IRQ handlers need runtime PM to function we must disable IRQs during these operations. Whilst this is already done in the driver we are using suspend/suspend_late and resume/resume_noirq to do so which