Re: [U-Boot] [PATCH v2 0/9] Consolidate timer code

2013-11-04 Thread Tom Rini
On Fri, Oct 04, 2013 at 10:22:39AM -0500, Rob Herring wrote: > From: Rob Herring > > Much of the timer code is re-implemented for each platform/arch yet it > is all pretty much the same code. > > This series introduces a common implementation of timer functions and > simplifies the platform co

[U-Boot] [PATCH v2 0/9] Consolidate timer code

2013-10-04 Thread Rob Herring
From: Rob Herring Much of the timer code is re-implemented for each platform/arch yet it is all pretty much the same code. This series introduces a common implementation of timer functions and simplifies the platform code down to 2 or 3 config defines or 2 simple functions. It is intended for p