From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Date: Sat, 13 Mar 2010 14:32:58 -0600 Subject: [U-Boot] [PATCH 4/4] ep93xx timer: refactoring In-Reply-To: <20100309211356.GF12559@darwin> References: <20100309211356.GF12559@darwin> Message-ID: <4B9BF67A.7060507@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 timer: Simplified the timer code by eliminating clk_to_systicks() and > performing (almost) all manipulation of the timer structure in read_timer() > > Signed-off-by: Matthias Kaehlcke > --- > cpu/arm920t/ep93xx/timer.c | 52 ++++++++++++++++++++----------------------- > 1 files changed, 24 insertions(+), 28 deletions(-) > Applied this patchset. Thanks, Tom