summaryrefslogtreecommitdiffstats
path: root/Documentation/power
diff options
context:
space:
mode:
authorViresh Kumar2019-07-04 09:36:19 +0200
committerRafael J. Wysocki2019-07-04 10:40:54 +0200
commit2a79ea5ec53973c8711b54d33ace5c77659dc8f8 (patch)
treebbc7ddc34862e341c417b570f1e0c9903ff19f81 /Documentation/power
parentPM / QOS: Rename __dev_pm_qos_read_value() and dev_pm_qos_raw_read_value() (diff)
downloadkernel-qcow2-linux-2a79ea5ec53973c8711b54d33ace5c77659dc8f8.tar.gz
kernel-qcow2-linux-2a79ea5ec53973c8711b54d33ace5c77659dc8f8.tar.xz
kernel-qcow2-linux-2a79ea5ec53973c8711b54d33ace5c77659dc8f8.zip
PM / QOS: Pass request type to dev_pm_qos_read_value()
In order to allow dev_pm_qos_read_value() to read values for different QoS requests, pass request type as a parameter to these routines. For now, it only supports resume-latency request type but will be extended to frequency limit (min/max) constraints later on. Reviewed-by: Matthias Kaehlcke <mka@chromium.org> Reviewed-by: Ulf Hansson <ulf.hansson@linaro.org> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'Documentation/power')
-rw-r--r--Documentation/power/pm_qos_interface.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/power/pm_qos_interface.txt b/Documentation/power/pm_qos_interface.txt
index ec7d662d1707..cfcb1df39799 100644
--- a/Documentation/power/pm_qos_interface.txt
+++ b/Documentation/power/pm_qos_interface.txt
@@ -123,7 +123,7 @@ Will remove the element. After removal it will update the aggregate target and
call the notification trees if the target was changed as a result of removing
the request.
-s32 dev_pm_qos_read_value(device):
+s32 dev_pm_qos_read_value(device, type):
Returns the aggregated value for a given device's constraints list.
enum pm_qos_flags_status dev_pm_qos_flags(device, mask)