]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: shmobile: Specify device latencies for SH7372 devices directly
authorRafael J. Wysocki <rjw@sisk.pl>
Tue, 7 Aug 2012 22:28:36 +0000 (00:28 +0200)
committerRafael J. Wysocki <rjw@sisk.pl>
Wed, 15 Aug 2012 18:55:42 +0000 (20:55 +0200)
commit67965580af0300b24c0b1163ec7ba1b1e6eae733
treebf6f7e6023ee1be2334736ac61b8dff6080b4e84
parent73a779cea0ab4f1524dd08d2f817ce4ff3896b6c
ARM: shmobile: Specify device latencies for SH7372 devices directly

The results of adaptive latency computations in
GENPD_DEV_TIMED_CALLBACK() show that the start/stop and save/restore
state latencies of all devices on SH7372 I have tried are a little
below 250 us.  Therefore, if the 250 us is used as the common initial
value of the latency fields in struct gpd_timing_data for all devices
on SH7372, 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/setup-sh7372.c