]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: shmobile: Set PM domain on/off latencies directly
authorRafael J. Wysocki <rjw@sisk.pl>
Tue, 7 Aug 2012 22:27:10 +0000 (00:27 +0200)
committerRafael J. Wysocki <rjw@sisk.pl>
Fri, 17 Aug 2012 17:40:07 +0000 (19:40 +0200)
commit069dcf6f871086e4454683a5952c32255ea98675
tree581dcc29a3c633c801345e3739e43e7223978dfb
parent7d45a82e3e05721dc81e29381bdf3cdc97056a32
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