From patchwork Mon Jul 19 16:50:17 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Kanigeri, Hari" X-Patchwork-Id: 112713 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 o6JGdfJZ012889 for ; Mon, 19 Jul 2010 16:39:41 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936443Ab0GSQje (ORCPT ); Mon, 19 Jul 2010 12:39:34 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:52141 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S936426Ab0GSQjd (ORCPT ); Mon, 19 Jul 2010 12:39:33 -0400 Received: from dlep36.itg.ti.com ([157.170.170.91]) by bear.ext.ti.com (8.13.7/8.13.7) with ESMTP id o6JGdVa8004120 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 19 Jul 2010 11:39:31 -0500 Received: from legion.dal.design.ti.com (localhost [127.0.0.1]) by dlep36.itg.ti.com (8.13.8/8.13.8) with ESMTP id o6JGdRSd022136; Mon, 19 Jul 2010 11:39:27 -0500 (CDT) Received: from localhost (matrix.am.dhcp.ti.com [128.247.75.166]) by legion.dal.design.ti.com (8.11.7p1+Sun/8.11.7) with ESMTP id o6JGdRP04955; Mon, 19 Jul 2010 11:39:27 -0500 (CDT) From: Hari Kanigeri To: Linux Omap , Tony Lindgren Cc: Santosh Shilimkar , Cousson Benoit , Simon Que , Hari Kanigeri Subject: [PATCH 1/5] omap:hwmod-hwspinlock-enable Date: Mon, 19 Jul 2010 11:50:17 -0500 Message-Id: <1279558221-14954-2-git-send-email-h-kanigeri2@ti.com> X-Mailer: git-send-email 1.7.0 In-Reply-To: <1279558221-14954-1-git-send-email-h-kanigeri2@ti.com> References: <1279558221-14954-1-git-send-email-h-kanigeri2@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 (demeter.kernel.org [140.211.167.41]); Mon, 19 Jul 2010 16:39:41 +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 03bb3db..41dc77d 100644 --- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c @@ -4966,7 +4966,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,