From patchwork Thu Dec 9 19:18:54 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Hilman X-Patchwork-Id: 395702 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id oB9JJ3W5007406 for ; Thu, 9 Dec 2010 19:19:03 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753431Ab0LITTA (ORCPT ); Thu, 9 Dec 2010 14:19:00 -0500 Received: from mail-gw0-f42.google.com ([74.125.83.42]:54714 "EHLO mail-gw0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752695Ab0LITTA (ORCPT ); Thu, 9 Dec 2010 14:19:00 -0500 Received: by gwb20 with SMTP id 20so2359361gwb.1 for ; Thu, 09 Dec 2010 11:18:59 -0800 (PST) Received: by 10.151.156.2 with SMTP id i2mr6770698ybo.371.1291922339057; Thu, 09 Dec 2010 11:18:59 -0800 (PST) Received: from localhost (c-24-18-179-55.hsd1.wa.comcast.net [24.18.179.55]) by mx.google.com with ESMTPS id 50sm924266yhl.29.2010.12.09.11.18.55 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 09 Dec 2010 11:18:57 -0800 (PST) From: Kevin Hilman To: "Varadarajan\, Charulatha" Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, paul@pwsan.com, b-cousson@ti.com, tony@atomide.com, p-basak2@ti.com Subject: Re: [PATCH v8 01/11] OMAP: GPIO: prepare for platform driver Organization: Deep Root Systems, LLC References: <1290689318-10191-1-git-send-email-charu@ti.com> <1290689318-10191-2-git-send-email-charu@ti.com> Date: Thu, 09 Dec 2010 11:18:54 -0800 In-Reply-To: <1290689318-10191-2-git-send-email-charu@ti.com> (Charulatha Varadarajan's message of "Thu, 25 Nov 2010 18:18:28 +0530") Message-ID: <8762v292ld.fsf@deeprootsystems.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Thu, 09 Dec 2010 19:19:03 +0000 (UTC) diff --git a/arch/arm/mach-omap2/gpio.c b/arch/arm/mach-omap2/gpio.c index 413de18..05a123f 100644 --- a/arch/arm/mach-omap2/gpio.c +++ b/arch/arm/mach-omap2/gpio.c @@ -75,6 +75,7 @@ static int omap2_gpio_dev_init(struct omap_hwmod *oh, void *unused) return -EINVAL; } + omap_hwmod_enable_wakeup(oh); od = omap_device_build(name, id - 1, oh, pdata, sizeof(*pdata), omap_gpio_latency, ARRAY_SIZE(omap_gpio_latency),