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

2013-09-09 Thread Lukasz Majewski
Hi Rob, From: Rob Herring rob.herr...@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

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

2013-09-09 Thread Rob Herring
On 09/09/2013 12:53 AM, Wolfgang Denk wrote: Dear Rob Herring, In message 1378671174-18535-1-git-send-email-robherri...@gmail.com you wrote: From: Rob Herring rob.herr...@calxeda.com Much of the ARM timer code is re-implemented for each platform yet it is all pretty much the same code.

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

2013-09-09 Thread Rob Herring
On Mon, Sep 9, 2013 at 2:13 AM, Lukasz Majewski l.majew...@samsung.com wrote: Hi Rob, From: Rob Herring rob.herr...@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

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

2013-09-09 Thread Wolfgang Denk
Dear Rob Herring, In message 522de0b3.20...@gmail.com you wrote: If we consolidate code, it should always be done in a cross-platform way, unless platform specifc code really cannot be avoided (which I fail to see yet here). I agree, but it appeared that at least some PPC platforms

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

2013-09-08 Thread Rob Herring
From: Rob Herring rob.herr...@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

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

2013-09-08 Thread Wolfgang Denk
Dear Rob Herring, In message 1378671174-18535-1-git-send-email-robherri...@gmail.com you wrote: From: Rob Herring rob.herr...@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