]> 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>
Wed, 15 Aug 2012 18:55:41 +0000 (20:55 +0200)
commit45f6260e2b4a880b4dc13c27327ed6e8824f4f0c
tree6c6adc72f6f3f6dd74ea5a2bd6dec3ea30650bc2
parent10700aeff3d2b3e7e939d9df50d879d2625278ae
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