ARM: mach-shmobile: Introduce shmobile_setup_delay()
authorMagnus Damm <damm@opensource.se>
Wed, 28 Mar 2012 10:22:30 +0000 (19:22 +0900)
committerRafael J. Wysocki <rjw@sisk.pl>
Wed, 11 Apr 2012 10:11:48 +0000 (12:11 +0200)
Add the function shmobile_setup_delay() to let platforms
configure their maximum loops per jiffy delay. With this
jiffies calculation done the dependency on early timer
is removed.

In the future this allows us to assign timers
using the regular driver model via the device tree.

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>

No differences found