]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: shmobile: Specify device latencies for Mackerel devices directly
authorRafael J. Wysocki <rjw@sisk.pl>
Tue, 7 Aug 2012 22:29:16 +0000 (00:29 +0200)
committerRafael J. Wysocki <rjw@sisk.pl>
Fri, 17 Aug 2012 17:40:08 +0000 (19:40 +0200)
commit58a68aeefdfaa3210d24db8aba73e3cc36baf862
tree1daf8338360d3177d6104da1bbcbe5885d7ee8cf
parentf463b62362196db22e968dac645d44c7977d3acd
ARM: shmobile: Specify device latencies for Mackerel 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 the Mackerel board 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 Mackerel, 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/board-mackerel.c