From patchwork Thu Mar 10 09:50:04 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Walmsley X-Patchwork-Id: 623961 X-Patchwork-Delegate: paul@pwsan.com 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 p2A9o8Aq020204 for ; Thu, 10 Mar 2011 09:50:08 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752674Ab1CJJuH (ORCPT ); Thu, 10 Mar 2011 04:50:07 -0500 Received: from utopia.booyaka.com ([72.9.107.138]:52065 "EHLO utopia.booyaka.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752628Ab1CJJuG (ORCPT ); Thu, 10 Mar 2011 04:50:06 -0500 Received: (qmail 20965 invoked by uid 1019); 10 Mar 2011 09:50:04 -0000 Date: Thu, 10 Mar 2011 02:50:04 -0700 (MST) From: Paul Walmsley To: Kalle Jokiniemi cc: khilman@ti.com, linux-omap@vger.kernel.org, ilkka.koskinen@nokia.com, jhnikula@gmail.com, b-cousson@ti.com Subject: Re: [PATCH 0/2] OMAP3: wdtimer: fix wdtimer blocking CORE idle In-Reply-To: <1299749569-22673-1-git-send-email-kalle.jokiniemi@nokia.com> Message-ID: References: <1299749569-22673-1-git-send-email-kalle.jokiniemi@nokia.com> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) 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.6 (demeter1.kernel.org [140.211.167.41]); Thu, 10 Mar 2011 09:50:08 +0000 (UTC) diff --git a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c index 457df3e..4366b85 100644 --- a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c @@ -1294,6 +1294,7 @@ static struct omap_hwmod omap3xxx_wd_timer2_hwmod = { .slaves = omap3xxx_wd_timer2_slaves, .slaves_cnt = ARRAY_SIZE(omap3xxx_wd_timer2_slaves), .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP3430), + .flags = HWMOD_SWSUP_SIDLE, }; /* UART common */