PM-runtime: Consolidate code to get active/suspended time
authorUlf Hansson <ulf.hansson@linaro.org>
Tue, 5 Mar 2019 12:55:26 +0000 (13:55 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 7 Mar 2019 10:23:17 +0000 (11:23 +0100)
commitfdc56c073270af2f4d223c96a5fff3048352fc03
tree255e77fb9ad72b3112e447b72b64c7b71b999fd0
parentef8006846a3a97d9d8bf49e63dba948d0d2dbbf0
PM-runtime: Consolidate code to get active/suspended time

In a step to consolidate the code for fetching the PM-runtime
active/suspended time for a device, add a common function for that
and make the existing pm_runtime_suspended_time() call it.

Also add a corresponding pm_runtime_active_time() calling the new
common function.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
[ rjw: Changelog, function rename ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/base/power/power.h
drivers/base/power/runtime.c