summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorAndrew Ruder <[email protected]>2014-08-12 09:26:01 -0500
committerStefano Babic <[email protected]>2014-09-16 12:53:09 +0200
commit816264fc6672dbb7c7b22ad9e67b8d0056873394 (patch)
tree7b34c0a35ea48fd8cef36d34c0e38215a22ff91b /include/linux
parent93a0ea501e1eca1ae5d7d2624906b656c765e5e8 (diff)
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 <[email protected]> Cc: Marek Vasut <[email protected]> Cc: Stefano Babic <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions