From patchwork Thu Dec 9 19:33:46 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Hilman X-Patchwork-Id: 395712 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 oB9JXshS008475 for ; Thu, 9 Dec 2010 19:33:56 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753431Ab0LITdx (ORCPT ); Thu, 9 Dec 2010 14:33:53 -0500 Received: from mail-pw0-f46.google.com ([209.85.160.46]:58559 "EHLO mail-pw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752893Ab0LITdx (ORCPT ); Thu, 9 Dec 2010 14:33:53 -0500 Received: by pwj3 with SMTP id 3so608970pwj.19 for ; Thu, 09 Dec 2010 11:33:52 -0800 (PST) Received: by 10.143.40.5 with SMTP id s5mr3521137wfj.111.1291923232571; Thu, 09 Dec 2010 11:33:52 -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 v19sm2897032wfh.12.2010.12.09.11.33.50 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 09 Dec 2010 11:33:51 -0800 (PST) From: Kevin Hilman To: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: Tony Lindgren , Charulatha Varadarajan Subject: [PATCH 13/11] OMAP2+: GPIO: ensure bank wakeups are enabled by default Date: Thu, 9 Dec 2010 11:33:46 -0800 Message-Id: <1291923226-10112-1-git-send-email-khilman@deeprootsystems.com> X-Mailer: git-send-email 1.7.2.1 In-Reply-To: <1290689318-10191-1-git-send-email-charu@ti.com> References: <1290689318-10191-1-git-send-email-charu@ti.com> 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:34:12 +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),