
On Mon, Sep 9, 2013 at 2:13 AM, Lukasz Majewski l.majewski@samsung.com wrote:
Hi Rob,
From: Rob Herring rob.herring@calxeda.com
Much of the ARM timer code is re-implemented for each platform 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. It is intended for platforms with 32-bit freerunning timers. I've converted a couple of platforms as an example, but there are many more still that can be converted. This probably could be extended to work with 16-bit timers as well.
I'm wondering if we could also move the Exynos related timer code to ./arch/arm/lib/time.c?
Most likely yes. I don't intend to sloth thru all the implementations, so patches welcome. :)
Rob