Re: [PATCH/RFC] gpio: rcar: Add Runtime PM handling for interrupts

2016-02-19 Thread Linus Walleij
On Tue, Feb 16, 2016 at 10:28 AM, Jon Hunter wrote: > As I mentioned I do plan to get back to the series for adding runtime-pm > support for IRQ chips, in the next week or two. It sounds like the two of you need to coordinate your work. We're breaking new ground here so

Re: [PATCH/RFC] gpio: rcar: Add Runtime PM handling for interrupts

2016-02-18 Thread Geert Uytterhoeven
Hi Jon, On Tue, Feb 16, 2016 at 10:28 AM, Jon Hunter wrote: > On 09/02/16 15:19, Geert Uytterhoeven wrote: >> The R-Car GPIO driver handles Runtime PM for requested GPIOs only. >> >> When using a GPIO purely as an interrupt source, no Runtime PM handling >> is done, and the

Re: [PATCH/RFC] gpio: rcar: Add Runtime PM handling for interrupts

2016-02-16 Thread Jon Hunter
Hi Geert, On 09/02/16 15:19, Geert Uytterhoeven wrote: > The R-Car GPIO driver handles Runtime PM for requested GPIOs only. > > When using a GPIO purely as an interrupt source, no Runtime PM handling > is done, and the GPIO module's clock may not be enabled. > > To fix this: > - Add

Re: [PATCH/RFC] gpio: rcar: Add Runtime PM handling for interrupts

2016-02-15 Thread Linus Walleij
On Tue, Feb 9, 2016 at 4:19 PM, Geert Uytterhoeven wrote: Quoting in verbatim as we add new recipients. I don't know about any runtime_pm_get():s from the irqchip functions: Ulf and others are discussing with Thomas Gleixner about a more general solution here. But