commit | 47bd38a31adcd5b92f5e11919a101a310305dbb1 | [log] [tgz] |
---|---|---|
author | Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> | Thu Dec 08 18:32:27 2016 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Wed Dec 28 01:31:09 2016 +0100 |
tree | 05867203cd371f788094c2f118b17793bcb78634 | |
parent | 7ce7d89f48834cefece7804d38fc5d85382edf77 [diff] |
gpio: rcar: set IRQ chip parent_device 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 <niklas.soderlund+renesas@ragnatech.se> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>