aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2019-03-04 11:18:28 +0100
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2019-03-04 11:18:28 +0100
commitc3739c50ef4c4d1b7df347727a222d8b909311a5 (patch)
tree7d586a85fcafbc08e5d0b6628d179a21ae089ba6 /drivers/base
parentMerge branch 'pm-cpufreq-fixes' (diff)
parentMerge back earlier PM core material for v5.1. (diff)
parentPM / wakeup: fix kerneldoc comment for pm_wakeup_dev_event() (diff)
parentPM: QoS: no need to check return value of debugfs_create functions (diff)
parentPM / Domains: Mark "name" const in dev_pm_domain_attach_by_name() (diff)
parentPM / EM: Expose the Energy Model in debugfs (diff)
downloadlinux-dev-c3739c50ef4c4d1b7df347727a222d8b909311a5.tar.xz
linux-dev-c3739c50ef4c4d1b7df347727a222d8b909311a5.zip
Merge branches 'pm-core', 'pm-sleep', 'pm-qos', 'pm-domains' and 'pm-em'
* pm-core: PM / core: Add support to skip power management in device/driver model PM / suspend: Print debug messages for device using direct-complete PM-runtime: update time accounting only when enabled PM-runtime: Switch accounting over to ktime_get_mono_fast_ns() PM-runtime: Optimize pm_runtime_autosuspend_expiration() PM-runtime: Replace jiffies-based accounting with ktime-based accounting PM-runtime: update accounting_timestamp on enable PM: clock_ops: fix missing clk_prepare() return value check drm/i915: Move on the new pm runtime interface PM-runtime: Add new interface to get accounted time * pm-sleep: PM / wakeup: fix kerneldoc comment for pm_wakeup_dev_event() * pm-qos: PM: QoS: no need to check return value of debugfs_create functions * pm-domains: PM / Domains: Mark "name" const in dev_pm_domain_attach_by_name() PM / Domains: Mark "name" const in genpd_dev_pm_attach_by_name() PM: domains: no need to check return value of debugfs_create functions * pm-em: PM / EM: Expose the Energy Model in debugfs