From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH 08/10] omap2+: Use dmtimer macros for clocksource Date: Mon, 27 Jun 2011 09:41:42 -0700 Message-ID: <87zkl3cjll.fsf@ti.com> References: <20110620091754.357.56441.stgit@kaulin> <20110620092345.357.11154.stgit@kaulin> <87iprwa2xx.fsf@ti.com> <20110627075429.GF23145@atomide.com> <20110627104815.GL23145@atomide.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20110627104815.GL23145@atomide.com> (Tony Lindgren's message of "Mon, 27 Jun 2011 03:48:16 -0700") List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Tony Lindgren Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: linux-omap@vger.kernel.org Tony Lindgren writes: > * Tony Lindgren [110627 00:50]: >> * Kevin Hilman [110623 10:06]: >> > Tony Lindgren writes: >> > > + >> > > + res = omap_dm_timer_init_one(&clksrc, gptimer_id, fck_source); >> > >> > This function makes calls into "real" driver, but is called from >> > sys_timer.init so happens before driver is initialized. >> >> That one is the static omap2+ specific function that can be passed >> to the dmtimer device driver as a function pointer in the later >> patches. >> >> > > + omap_dm_timer_set_load_start(&clksrc, 1, 0); >> > >> > Here's another call into the real driver. I think you need >> > __omap_dm_timer_set_load_start() here. >> >> Thanks, that's correct. Will fix that one. > > Here's this one updated. Looks like I still have your Reviewed-by > lines from the last time this series got posted. Can you please check > if those are still valid? Yes, they're still valid as I've now been through the whole series. Kevin