From patchwork Sat Feb 19 12:01:51 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nishanth Menon X-Patchwork-Id: 574781 X-Patchwork-Delegate: khilman@deeprootsystems.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 p1JC2BhE013921 for ; Sat, 19 Feb 2011 12:03:44 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754328Ab1BSMDn (ORCPT ); Sat, 19 Feb 2011 07:03:43 -0500 Received: from na3sys009aog114.obsmtp.com ([74.125.149.211]:40748 "EHLO na3sys009aog114.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752901Ab1BSMDm (ORCPT ); Sat, 19 Feb 2011 07:03:42 -0500 Received: from source ([209.85.213.53]) (using TLSv1) by na3sys009aob114.postini.com ([74.125.148.12]) with SMTP ID DSNKTV+xnidPwhJDJ/j2vdGV/0DyAh4BZ/OI@postini.com; Sat, 19 Feb 2011 04:03:42 PST Received: by ywa6 with SMTP id 6so2825085ywa.40 for ; Sat, 19 Feb 2011 04:03:41 -0800 (PST) Received: by 10.100.139.5 with SMTP id m5mr823192and.253.1298117021756; Sat, 19 Feb 2011 04:03:41 -0800 (PST) Received: from localhost (dragon.ti.com [192.94.94.33]) by mx.google.com with ESMTPS id f10sm3911448anh.25.2011.02.19.04.03.38 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 19 Feb 2011 04:03:41 -0800 (PST) From: Nishanth Menon To: linux-omap Cc: Tony Lindgren , Kevin Hilman , Nishanth Menon Subject: [PATCH 12/19] omap3+: sr: disable interrupt by default Date: Sat, 19 Feb 2011 17:31:51 +0530 Message-Id: <1298116918-30744-13-git-send-email-nm@ti.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1298116918-30744-1-git-send-email-nm@ti.com> References: <1298116918-30744-1-git-send-email-nm@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.6 (demeter1.kernel.org [140.211.167.41]); Sat, 19 Feb 2011 12:03:44 +0000 (UTC) diff --git a/arch/arm/mach-omap2/smartreflex.c b/arch/arm/mach-omap2/smartreflex.c index 7931fcd..9c61ab0 100644 --- a/arch/arm/mach-omap2/smartreflex.c +++ b/arch/arm/mach-omap2/smartreflex.c @@ -281,6 +281,7 @@ static int sr_late_init(struct omap_sr *sr_info) IRQF_DISABLED, name, (void *)sr_info); if (ret) goto error; + disable_irq(sr_info->irq); } if (pdata && pdata->enable_on_init)