From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Date: Thu, 25 Feb 2010 09:54:59 -0600 Subject: [U-Boot] [PATCH 2/2 rev2] ep93xx: Refactoring of timer code In-Reply-To: <20100223232209.GR20201@darwin> References: <7ee75976e78e2f82b4163fe1ff4233a850d4393c.1266966938.git.matthias@kaehlcke.net> <20100223232209.GR20201@darwin> Message-ID: <4B869D53.1040207@windriver.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Matthias Kaehlcke wrote: > ep93xx: Refactoring of the timer code, including the following changes > > * use a free running timer instead of a periodical one > * use unsigned long long for total number of ticks > * hold the timer state in a structure instead of separate variables > * increment the timer counter instead of decrementing it > * remove unused function udelay_masked() > * remove unused function set_timer() > > Signed-off-by: Matthias Kaehlcke This set has been applied to ARM. Thanks Tom