[U-Boot] [PATCH 1/3] arm: pxa: use common timer functions

2014-08-12 Thread andrew . ruder
From: Andrew Ruder andrew.ru...@elecsyscorp.com This patch moves pxa to the common timer functions added in commit 8dfafdd - Introduce common timer functions Rob Herring The (removed) pxa timer code (specifically __udelay()) could deadlock at the 32-bit boundary of get_ticks(). get_ticks()

Re: [U-Boot] [PATCH 1/3] arm: pxa: use common timer functions

2014-08-12 Thread Marek Vasut
On Tuesday, August 12, 2014 at 04:25:59 PM, andrew.ru...@elecsyscorp.com wrote: From: Andrew Ruder andrew.ru...@elecsyscorp.com This patch moves pxa to the common timer functions added in commit 8dfafdd - Introduce common timer functions Rob Herring The (removed) pxa timer code