From mboxrd@z Thu Jan 1 00:00:00 1970 From: Magnus Damm Date: Wed, 04 Dec 2013 12:05:56 +0000 Subject: [PATCH 02/02] irqchip: renesas-irqc: Enable mask on suspend Message-Id: <20131204120556.29642.27021.sendpatchset@w520> List-Id: References: <20131204120537.29642.942.sendpatchset@w520> In-Reply-To: <20131204120537.29642.942.sendpatchset@w520> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-kernel@vger.kernel.org Cc: linux-sh@vger.kernel.org, rob.herring@calxeda.com, grant.likely@secretlab.ca, horms@verge.net.au, Magnus Damm , tglx@linutronix.de From: Magnus Damm Now when lazy interrupt disable has been enabled in the driver then extend the code to set IRQCHIP_MASK_ON_SUSPEND which tells the core that only IRQs marked as wakeups need to stay enabled during Suspend-to-RAM. Signed-off-by: Magnus Damm --- drivers/irqchip/irq-renesas-irqc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- 0002/drivers/irqchip/irq-renesas-irqc.c +++ work/drivers/irqchip/irq-renesas-irqc.c 2013-12-04 18:15:48.000000000 +0900 @@ -213,7 +213,7 @@ static int irqc_probe(struct platform_de irq_chip->irq_mask = irqc_irq_disable; irq_chip->irq_unmask = irqc_irq_enable; irq_chip->irq_set_type = irqc_irq_set_type; - irq_chip->flags = IRQCHIP_SKIP_SET_WAKE; + irq_chip->flags = IRQCHIP_SKIP_SET_WAKE | IRQCHIP_MASK_ON_SUSPEND; p->irq_domain = irq_domain_add_simple(pdev->dev.of_node, p->number_of_irqs,