Re: [PATCH] gpio: pxa: handle corner case of unprobed device

2018-08-29 Thread Linus Walleij
On Sat, Aug 25, 2018 at 10:44 AM Robert Jarzmik wrote: > In the corner case where the gpio driver probe fails, for whatever > reason, the suspend and resume handlers will still be called as they > have to be registered as syscore operations. This applies as well when > no probe was called while t

[PATCH] gpio: pxa: handle corner case of unprobed device

2018-08-25 Thread Robert Jarzmik
In the corner case where the gpio driver probe fails, for whatever reason, the suspend and resume handlers will still be called as they have to be registered as syscore operations. This applies as well when no probe was called while the driver has been built in the kernel. Nicolas tracked this in