From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [PATCH 01/10] gpio: tegra: add gpio wakeup source handling Date: Tue, 05 Mar 2013 11:23:23 -0700 Message-ID: <5136381B.6000300@wwwdotorg.org> References: <1362397186-5444-1-git-send-email-josephl@nvidia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1362397186-5444-1-git-send-email-josephl-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Joseph Lo Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Grant Likely , Linus Walleij List-Id: linux-tegra@vger.kernel.org On 03/04/2013 04:39 AM, Joseph Lo wrote: > This patch add the gpio wakeup source handling for the Tegra platform. It > was be done by enabling the irq for the gpio in the gpio controller and > enabling the bank irq of the gpio in the Tegra legacy irq controller when > the system going to suspend. Grant, Linus, I assume there's a runtime dependency of the rest of this series on this first patch. Can I get an ack to take this patch through the Tegra tree? Thanks.