]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branches 'pm-cpuidle' and 'pm-sleep'
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 6 May 2019 08:54:43 +0000 (10:54 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 6 May 2019 08:54:43 +0000 (10:54 +0200)
commit17c9d3ff8f6e64718e7736920ba222e79d14c0ab
tree06b4b6b838759165dd12d18a3045f567fd93233f
parenta91a177f3a31e833fed88d67f68a1d482a284a52
parent085827de7a315501dbff2eac289b7c5a0058af52
parent9a01c145b27b25bab12607d396e88076da09a53a
Merge branches 'pm-cpuidle' and 'pm-sleep'

* pm-cpuidle:
  PM / Domains: Add genpd governor for CPUs
  cpuidle: Export the next timer expiration for CPUs
  PM / Domains: Add support for CPU devices to genpd
  PM / Domains: Add generic data pointer to struct genpd_power_state
  cpuidle: exynos: Unify target residency for AFTR and coupled AFTR states

* pm-sleep:
  PM / core: Propagate dev->power.wakeup_path when no callbacks
  PM / core: Introduce dpm_async_fn() helper
  PM / core: fix kerneldoc comment for device_pm_wait_for_dev()
  PM / core: fix kerneldoc comment for dpm_watchdog_handler()
  PM / sleep: Measure the time of filesystems syncing
  PM / sleep: Refactor filesystems sync to reduce duplication
  PM / wakeup: Use pm_pr_dbg() instead of pr_debug()