From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wolverine02.qualcomm.com ([199.106.114.251]:29175 "EHLO wolverine02.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754167Ab0GFQtj (ORCPT ); Tue, 6 Jul 2010 12:49:39 -0400 Subject: Re: [PATCH v2] msm: gpio: Add set_wake support to msm7200a-gpio's irq_chip. From: Daniel Walker In-Reply-To: <1278185128-29161-1-git-send-email-gbean@codeaurora.org> References: <1278185128-29161-1-git-send-email-gbean@codeaurora.org> Content-Type: text/plain; charset="UTF-8" Date: Tue, 06 Jul 2010 09:47:37 -0700 Message-ID: <1278434857.27490.2.camel@c-dwalke-linux.qualcomm.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-arm-msm-owner@vger.kernel.org List-ID: To: Gregory Bean Cc: linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org On Sat, 2010-07-03 at 12:25 -0700, Gregory Bean wrote: > Add power-management and irq_chip hooks to allow configuration > of msm-gpio irq lines as wakeup sources. > What level of correlation is there between power management and the wake up hooks? Just irq_masks ? Daniel