From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 0/8] OMAP2+: hwmod/clockevent: allow late-init of individual hwmods Date: Wed, 23 Feb 2011 11:12:57 -0800 Message-ID: <20110223191256.GB15225@atomide.com> References: <20110223070455.5874.51326.stgit@twilight.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:53333 "EHLO mho-01-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754605Ab1BWTNB (ORCPT ); Wed, 23 Feb 2011 14:13:01 -0500 Content-Disposition: inline In-Reply-To: <20110223070455.5874.51326.stgit@twilight.localdomain> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Paul Walmsley Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Kevin Hilman , Benoit Cousson , Santosh Shilimkar , Thara Gopinath , Tarun Kanti DebBarma * Paul Walmsley [110222 23:11]: > Hello, > > This series adds the ability to late-initialize individual > hwmods. The goal here is for clockevent (and eventually > clocksource) hwmods to be late-initialized individually, and > right before they are needed, in the timer init code. Then > omap_hwmod_late_init(), which late-inits the rest of the hwmods, > is intended to run as an initcall -- much later in the boot > process. Sounds good to me! Tony From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Wed, 23 Feb 2011 11:12:57 -0800 Subject: [PATCH 0/8] OMAP2+: hwmod/clockevent: allow late-init of individual hwmods In-Reply-To: <20110223070455.5874.51326.stgit@twilight.localdomain> References: <20110223070455.5874.51326.stgit@twilight.localdomain> Message-ID: <20110223191256.GB15225@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Paul Walmsley [110222 23:11]: > Hello, > > This series adds the ability to late-initialize individual > hwmods. The goal here is for clockevent (and eventually > clocksource) hwmods to be late-initialized individually, and > right before they are needed, in the timer init code. Then > omap_hwmod_late_init(), which late-inits the rest of the hwmods, > is intended to run as an initcall -- much later in the boot > process. Sounds good to me! Tony