From mboxrd@z Thu Jan 1 00:00:00 1970 From: santosh.shilimkar@ti.com (Santosh) Date: Mon, 12 Sep 2011 14:14:07 +0530 Subject: [PATCH 13/25] OMAP4: PM: Add WakeupGen module as OMAP gic_arch_extn In-Reply-To: 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> Message-ID: <4E6DC657.7040606@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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