Re: [PATCH 1/2] gpio: rcar: set IRQ chip parent_device

2016-12-27 Thread Linus Walleij
On Thu, Dec 8, 2016 at 6:32 PM, Niklas Söderlund wrote: > This enables Runtime PM handling for interrupts. > > By setting the parent_device in struct irq_chip genirq will call the > pm_runtime_get/put APIs when an IRQ is requested/freed. > > Signed-off-by:

Re: [PATCH 1/2] gpio: rcar: set IRQ chip parent_device

2016-12-08 Thread Laurent Pinchart
Hi Niklas, Thank you for the patch. On Thursday 08 Dec 2016 18:32:27 Niklas Söderlund wrote: > This enables Runtime PM handling for interrupts. > > By setting the parent_device in struct irq_chip genirq will call the > pm_runtime_get/put APIs when an IRQ is requested/freed. > > Signed-off-by:

[PATCH 1/2] gpio: rcar: set IRQ chip parent_device

2016-12-08 Thread Niklas Söderlund
This enables Runtime PM handling for interrupts. By setting the parent_device in struct irq_chip genirq will call the pm_runtime_get/put APIs when an IRQ is requested/freed. Signed-off-by: Niklas Söderlund --- drivers/gpio/gpio-rcar.c | 1 + 1 file