From patchwork Fri Jul 2 15:29:10 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Walmsley X-Patchwork-Id: 109915 X-Patchwork-Delegate: paul@pwsan.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 o62FViL8007090 for ; Fri, 2 Jul 2010 15:31:47 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758892Ab0GBPbE (ORCPT ); Fri, 2 Jul 2010 11:31:04 -0400 Received: from utopia.booyaka.com ([72.9.107.138]:45251 "EHLO utopia.booyaka.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758764Ab0GBPbA (ORCPT ); Fri, 2 Jul 2010 11:31:00 -0400 Received: (qmail 12363 invoked by uid 1019); 2 Jul 2010 15:30:59 -0000 MBOX-Line: From nobody Fri Jul 2 09:29:10 2010 Subject: [PATCH 01/20] OMAP3: wait on IDLEST after enabling USBTLL fclk To: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org From: Paul Walmsley Cc: Anand Gadiyar Date: Fri, 02 Jul 2010 09:29:10 -0600 Message-ID: <20100702152906.6221.27841.stgit@localhost.localdomain> In-Reply-To: <20100702152703.6221.33529.stgit@localhost.localdomain> References: <20100702152703.6221.33529.stgit@localhost.localdomain> User-Agent: StGit/0.15-83-g972d5 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, 02 Jul 2010 15:31:48 +0000 (UTC) diff --git a/arch/arm/mach-omap2/clock3xxx_data.c b/arch/arm/mach-omap2/clock3xxx_data.c index 41b155a..c226798 100644 --- a/arch/arm/mach-omap2/clock3xxx_data.c +++ b/arch/arm/mach-omap2/clock3xxx_data.c @@ -1408,7 +1408,7 @@ static struct clk ts_fck = { static struct clk usbtll_fck = { .name = "usbtll_fck", - .ops = &clkops_omap2_dflt, + .ops = &clkops_omap2_dflt_wait, .parent = &dpll5_m2_ck, .enable_reg = OMAP_CM_REGADDR(CORE_MOD, OMAP3430ES2_CM_FCLKEN3), .enable_bit = OMAP3430ES2_EN_USBTLL_SHIFT,