[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20150421150115.14288.88519.sendpatchset@little-apple>
Date: Wed, 22 Apr 2015 00:01:15 +0900
From: Magnus Damm <magnus.damm@...il.com>
To: linux-sh@...r.kernel.org
Cc: jason@...edaemon.net, geert+renesas@...der.be,
linux-pm@...r.kernel.org, linux-kernel@...r.kernel.org,
horms@...ge.net.au, Magnus Damm <magnus.damm@...il.com>,
tglx@...utronix.de
Subject: [PATCH/RFC 00/03] irqchip: renesas-irqc: Fine grained Runtime PM support
irqchip: renesas-irqc: Fine grained Runtime PM support
[PATCH/RFC 01/03] irqchip: renesas-irqc: Add irq_enable() and irq_disable()
[PATCH/RFC 02/03] irqchip: renesas-irqc: Add fine grained Runtime PM code
[PATCH/RFC 03/03] irqchip: renesas-irqc: Rely on Runtime PM for wakeup
These patches attempt to convert the IRQC driver from using a mix of clock
framework and Runtime PM into only using Runtime PM and doing that in a
more fine grained way than before. With these patches in place, if there
is no interrupt used then the clock and/or power domain will not be used.
Basic operation is that With these patches applied ->irq_enable() will
perform Runtime PM 'get sync' and ->irq_disable() simply performs
Runtime PM 'put'. The trigger mode callback is assumed to happen at any
time so there is a get/put wrapper there.
Unless I'm misunderstanding the IRQ core code this means that the IRQC
struct device will be in Runtime PM 'get sync' state after someone has
started using an interrupt.
As for wakeup support, based on IRQ_WAKEUP_STATE being toggled in
irq_set_irq_wake() together with the irqd_is_wakeup_set() usage in
suspend_device_irqs() it looks like interrupts used for wakeup will
stay enabled once we use Runtime PM in ->irq_enable() and ->irq_disable()
and because of that the clock operations and custom ->irq_set_wake()
should not be necessary.
I have boot tested this with some simple PHY link state change IRQs
on a Koelsch board, but I have not tried Suspend-to-RAM yet with wakeup
support. It would be useful to test this with Suspend-to-RAM on APE6EVM.
Thanks to Geert for hooking up APE6EVM interrupt wake support!
Signed-off-by: Magnus Damm <damm+renesas@...nsource.se>
---
Written against next-20150421
drivers/irqchip/irq-renesas-irqc.c | 61 +++++++++++++++---------------------
1 file changed, 27 insertions(+), 34 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists