ARM: shmobile: Set PM domain on/off latencies directly
commit8ae28ecb8726db5904f0f703f100315377b0172b
authorRafael J. Wysocki <rjw@sisk.pl>
Tue, 7 Aug 2012 22:27:10 +0000 (8 00:27 +0200)
committerRafael J. Wysocki <rjw@sisk.pl>
Mon, 3 Sep 2012 23:44:58 +0000 (4 01:44 +0200)
treeb6009b63979b0dc5dce9a80e6e36e3ad01aef1d1
parenta62595d359ba8ca0f25b93c06eab84ba97ca516f
ARM: shmobile: Set PM domain on/off latencies directly

The results of adaptive latency computations in __pm_genpd_poweron()
and pm_genpd_poweroff() show that the power on/power off latencies
of all power domains in SH7372 are a little below 250 us.  Therefore,
if 250 us is used as the common initial value of the latency fields
in struct generic_pm_domain for all domains, the latency values
will never have to change at run time and there won't be any overhead
related to re-computation of the corresponding PM QoS data.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Acked-by: Magnus Damm <damm@opensource.se>
arch/arm/mach-shmobile/pm-sh7372.c