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

2015-08-12 Thread Marek Vasut
On Wednesday, August 12, 2015 at 08:18:31 PM, Andrew Ruder wrote: > This patch moves pxa to the common timer functions added in commit > > 8dfafdd - Introduce common timer functions > > The (removed) pxa timer code (specifically __udelay()) could deadlock at > the 32-bit boundary of get_ticks(

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

2015-08-12 Thread Andrew Ruder
Tom, Just replying so you see this since apparently I should have used copy-paste on your e-mail address for the Cc: and not attempted to read after 45 cups of tea. - Andy ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listi

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

2015-08-12 Thread Andrew Ruder
This patch moves pxa to the common timer functions added in commit 8dfafdd - Introduce common timer functions The (removed) pxa timer code (specifically __udelay()) could deadlock at the 32-bit boundary of get_ticks(). get_ticks() returned a 32-bit value cast up to a 64-bit value. If get_tic