From mboxrd@z Thu Jan 1 00:00:00 1970 From: Santosh Subject: Re: [PATCH 13/25] OMAP4: PM: Add WakeupGen module as OMAP gic_arch_extn Date: Mon, 12 Sep 2011 14:14:07 +0530 Message-ID: <4E6DC657.7040606@ti.com> References: <1315144466-9395-1-git-send-email-santosh.shilimkar@ti.com> <1315144466-9395-14-git-send-email-santosh.shilimkar@ti.com> <878vpyhotu.fsf@ti.com> <4E69961D.40700@ti.com> <4E69C957.5070708@ti.com> <4E69D6ED.4080409@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from na3sys009aog105.obsmtp.com ([74.125.149.75]:42998 "EHLO na3sys009aog105.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753703Ab1ILIoP (ORCPT ); Mon, 12 Sep 2011 04:44:15 -0400 Received: by mail-yw0-f54.google.com with SMTP id 17so726884ywp.41 for ; Mon, 12 Sep 2011 01:44:15 -0700 (PDT) In-Reply-To: Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Thomas Gleixner Cc: Kevin Hilman , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux@arm.linux.org.uk, rnayak@ti.com On Monday 12 September 2011 01:26 PM, Thomas Gleixner wrote: > On Fri, 9 Sep 2011, Santosh wrote: > [..] >> From d63d4347dc8fb144b19f4d4e7c0621397cccea94 Mon Sep 17 00:00:00 2001 >> From: Santosh Shilimkar >> Date: Fri, 9 Sep 2011 13:59:35 +0530 >> Subject: [PATCH] irq: Add IRQCHIP_SKIP_SET_WAKE flag to avoid need of dummy >> set_wake() handler. >> >> Certain IRQCHIP's may not need to install the irq_set_wake() handler if >> the IRQCHIP_MASK_ON_SUSPEND flag is set. But but if it's not implemented, >> enable_irq_wake() will return an error. That needs the IRQCHIP to install >> an empty set_wake handler. >> >> Add an 'IRQCHIP_SKIP_SET_WAKE' flag so that IRQCHIP can inform the core >> irq code that irq_set_wake() handler is not necessary. >> >> Signed-off-by: Santosh Shilimkar >> Cc: Thomas Gleixner > > Queued to irq/core for 3.2 > Thanks a lot Thomas. Will update OMAP PM code based on above change. Regards Santosh