]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Hexagon: Add delay functions
authorRichard Kuo <rkuo@codeaurora.org>
Tue, 13 Sep 2011 00:37:56 +0000 (10:37 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 13 Sep 2011 00:37:56 +0000 (10:37 +1000)
commit794db3645f97b4ad41f59a1f89d5493d1b5e2115
tree5276fb80bc28e34af40f194f4b880d2792535d77
parentee36dad7bd0eed00af3ae4303d7b33c834aaf000
Hexagon: Add delay functions

Added read_current_timer elsewhere.

udelay is based off of __vmgettime() which returns processor ticks.

Removed __delay and CONFIG_GENERIC_CALIBRATE_DELAY.

Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
arch/hexagon/include/asm/delay.h [new file with mode: 0644]