RE: [PATCH] gpio: mxc: skip GPIO_IMR restore in noirq resume

2018-11-08 Thread Anson Huang
Please ignore this patch, as it can NOT completely fix the issue of the case when GPIO IRQ coming during the noirq suspend/resume phase, the correct solution should be to save/restore the GPIO registers when local irq is off, so move the GPIO noirq suspend/resume to syscore phase, I have send

RE: [PATCH] gpio: mxc: skip GPIO_IMR restore in noirq resume

2018-11-08 Thread Anson Huang
Please ignore this patch, as it can NOT completely fix the issue of the case when GPIO IRQ coming during the noirq suspend/resume phase, the correct solution should be to save/restore the GPIO registers when local irq is off, so move the GPIO noirq suspend/resume to syscore phase, I have send