ARM: orion: implement ARM delay timer
authorRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 19 Oct 2015 16:13:07 +0000 (17:13 +0100)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Wed, 27 Jan 2016 09:50:17 +0000 (10:50 +0100)
commit1e78dbe717b1668e1660556930d952447c7c1197
tree5841678d336dbe49cc19f3d7f5c3052fa1e33ae6
parent92e963f50fc74041b5e9e744c330dca48e04f08d
ARM: orion: implement ARM delay timer

Implement an ARM delay timer to be used for udelay() on orion legacy
platforms.  This allows us to skip the delay loop calibration at boot.

It also means that udelay() will be unaffected by CPU frequency changes
when cpufreq is enabled on these platforms.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Tested-by: Russell King <rmk+kernel@arm.linux.org.uk>
Acked-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
arch/arm/plat-orion/time.c
This page took 0.027352 seconds and 5 git commands to generate.