From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 2/2] OMAP2/3 GPTIMER: skip unnecessary TLDR write during non-autoreload Date: Fri, 21 Nov 2008 14:22:32 -0800 Message-ID: <20081121222232.GG4927@atomide.com> References: <20081014172417.5459.36601.stgit@localhost.localdomain> <20081014172745.5459.1893.stgit@localhost.localdomain> <13B9B4C6EF24D648824FF11BE89671620365C448AB@dlee02.ent.ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-01-bos.mailhop.org ([63.208.196.178]:57585 "EHLO mho-01-bos.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752668AbYKUWWe (ORCPT ); Fri, 21 Nov 2008 17:22:34 -0500 Content-Disposition: inline In-Reply-To: <13B9B4C6EF24D648824FF11BE89671620365C448AB@dlee02.ent.ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: "Woodruff, Richard" Cc: Paul Walmsley , "linux-omap@vger.kernel.org" * Woodruff, Richard [081014 12:47]: > > omap_dm_timer_write_reg(timer, OMAP_TIMER_COUNTER_REG, load); > > - omap_dm_timer_write_reg(timer, OMAP_TIMER_LOAD_REG, load); > > omap_dm_timer_write_reg(timer, OMAP_TIMER_CTRL_REG, l); > > } > > I seem to recall there was a missed interrupt condition which this worked around. > > IIRC, the original code didn't bother with the load I added back as a work around as a way to get posted mode working. Well these seem to be working based on some quick timer tests. Pushing so we can verify it ;) Tony