Commits
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
Showing diff toeeb35df0524
- Rafael J. Wysocki committed 5b317cbf2bcMMerge branch 'pm-cpufreq-fixes' * pm-cpufreq-fixes: cpufreq: scmi: Fix use-after-fre...
- Rafael J. Wysocki committed 656f72bb2efMMerge back earlier PM core material for v5.1.
- Yangtao Li committed d1c6b41b0f6PM / wakeup: fix kerneldoc comment for pm_wakeup_dev_event() This brings the kernel do...
- Greg Kroah-Hartman committed 659dc4562c1PM: QoS: no need to check return value of debugfs_create functions When calling debugf...
- Douglas Anderson committed eeb35df0524PM / Domains: Mark "name" const in dev_pm_domain_attach_by_name() As of the patch ("PM...
- Quentin Perret committed 9cac42d0645PM / EM: Expose the Energy Model in debugfs The recently introduced Energy Model (EM) ...