Files
u-boot/arch/arm/include/asm
Andrew Ruder 816264fc66 arm: mx35: use common timer functions
This patch moves mx35 to the common timer functions added in commit

  8dfafdd - Introduce common timer functions <Rob Herring>

The (removed) mx35 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
locks the processor.  Rather than patch the specific mx35 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: Stefano Babic <sbabic@denx.de>
2014-09-16 12:53:09 +02:00
..
2014-08-20 12:19:20 +02:00
2014-09-09 17:24:49 +02:00
2014-08-01 19:24:34 +03:00
2014-08-18 16:57:02 -07:00
2014-08-19 08:48:18 +02:00
2014-07-03 08:40:48 +02:00
2014-07-28 17:19:52 +02:00
2014-07-04 19:57:22 +02:00
2014-08-09 11:17:03 -04:00
2014-04-08 00:15:12 +02:00
2014-08-29 15:50:43 -04:00
2014-01-09 16:08:44 +01:00
2014-02-11 11:24:12 +01:00
2014-08-19 08:48:18 +02:00
2014-07-03 08:40:51 +02:00
2014-01-09 16:08:44 +01:00
2014-01-09 16:08:44 +01:00