From patchwork Fri Aug 13 19:59:01 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Que, Simon" X-Patchwork-Id: 119499 X-Patchwork-Delegate: tony@atomide.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.4/8.14.3) with ESMTP id o7DJx86K026928 for ; Fri, 13 Aug 2010 19:59:08 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753715Ab0HMT7G (ORCPT ); Fri, 13 Aug 2010 15:59:06 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:36539 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753185Ab0HMT7E (ORCPT ); Fri, 13 Aug 2010 15:59:04 -0400 Received: from dlep36.itg.ti.com ([157.170.170.91]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id o7DJx38G004419 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 13 Aug 2010 14:59:03 -0500 Received: from dlep26.itg.ti.com (localhost [127.0.0.1]) by dlep36.itg.ti.com (8.13.8/8.13.8) with ESMTP id o7DJx3Rw023401; Fri, 13 Aug 2010 14:59:03 -0500 (CDT) Received: from dlee73.ent.ti.com (localhost [127.0.0.1]) by dlep26.itg.ti.com (8.13.8/8.13.8) with ESMTP id o7DJx3tQ002386; Fri, 13 Aug 2010 14:59:03 -0500 (CDT) Received: from dlee03.ent.ti.com ([157.170.170.18]) by dlee73.ent.ti.com ([157.170.170.88]) with mapi; Fri, 13 Aug 2010 14:59:02 -0500 From: "Que, Simon" To: Linux Omap , Tony Lindgren CC: "Cousson, Benoit" , "Shilimkar, Santosh" , "Premi, Sanjeev" , "Kanigeri, Hari" Date: Fri, 13 Aug 2010 14:59:01 -0500 Subject: [PATCH 1/3 v3] omap: hwspinlock: uncomment the hwmod part for hwspinlock Thread-Topic: [PATCH 1/3 v3] omap: hwspinlock: uncomment the hwmod part for hwspinlock Thread-Index: Acs5tXa4B0mO4RMMTnSIcfv/Np4WRABa+3yg Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: yes X-MS-TNEF-Correlator: acceptlanguage: en-US 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 (demeter.kernel.org [140.211.167.41]); Fri, 13 Aug 2010 19:59:08 +0000 (UTC) diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c index bb0c870..81e3f3f 100644 --- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c @@ -5797,7 +5797,7 @@ static __initdata struct omap_hwmod *omap44xx_hwmods[] = { /* &omap44xx_smartreflex_iva_hwmod, */ /* &omap44xx_smartreflex_mpu_hwmod, */ /* spinlock class */ -/* &omap44xx_spinlock_hwmod, */ + &omap44xx_spinlock_hwmod, /* timer class */ &omap44xx_timer1_hwmod, &omap44xx_timer2_hwmod,