PM QoS: Generalize and export constraints management code
authorJean Pihet <j-pihet@ti.com>
Thu, 25 Aug 2011 13:35:34 +0000 (15:35 +0200)
committerRafael J. Wysocki <rjw@sisk.pl>
Thu, 25 Aug 2011 13:35:34 +0000 (15:35 +0200)
commitabe98ec2d86279fe821c9051003a0abc43444f15
tree014f3ce775504218121194f54e2ba5b88c08c777
parent4e1779baaa542c83b459b0a56585e0c1a04c7782
PM QoS: Generalize and export constraints management code

In preparation for the per-device constratins support:
 - rename update_target to pm_qos_update_target
 - generalize and export pm_qos_update_target for usage by the upcoming
   per-device latency constraints framework:
   * operate on struct pm_qos_constraints for constraints management,
   * introduce an 'action' parameter for constraints add/update/remove,
   * the return value indicates if the aggregated constraint value has
     changed,
 - update the internal code to operate on struct pm_qos_constraints
 - add a NULL pointer check in the API functions

Signed-off-by: Jean Pihet <j-pihet@ti.com>
Reviewed-by: Kevin Hilman <khilman@ti.com>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
include/linux/pm_qos.h
kernel/power/qos.c
This page took 0.025334 seconds and 5 git commands to generate.