Andrew Ruder 7d211fec96 arm: pxa: use common timer functions
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() returned a 32-bit value
cast up to a 64-bit value.  If get_ticks() + tmo in __udelay() crossed
the 32-bit boundary, the while condition became unconditionally true and
locked the processor.  Rather than patch the specific pxa issues, simply
move everything over to the common code.

Signed-off-by: Andrew Ruder <andrew.ruder@elecsyscorp.com>
Cc: Marek Vasut <marex@denx.de>
Cc: Tom Rini <trini@konsuiko.com>
2015-08-24 20:30:37 +02:00
..
2015-08-02 11:05:06 +02:00
2015-08-12 20:47:36 -04:00
2015-02-25 07:59:50 +01:00
2015-05-28 08:18:24 -04:00
2015-07-10 10:10:48 +02:00
2015-04-22 12:14:55 -04:00
2014-07-04 19:57:22 +02:00
2015-08-24 20:30:37 +02:00
2015-06-15 10:57:26 -04:00
2014-04-08 00:15:12 +02:00
2012-05-15 08:31:26 +02:00
2015-04-16 11:27:15 +02:00
2014-01-09 16:08:44 +01:00