Commits
Merge branches 'pm-domains', 'pm-kconfig', 'pm-cpuidle' and 'powercap' * pm-domains: PM / genpd: Stop/start devices without pm_runtime_force_suspend/resume() PM / domains: Don't skip driver's ->suspend|resume_noirq() callbacks PM / Domains: Remove obsolete "samsung,power-domain" check * pm-kconfig: bus: simple-pm-bus: convert bool SIMPLE_PM_BUS to tristate PM: Provide a config snippet for disabling PM * pm-cpuidle: cpuidle: Avoid NULL argument in cpuidle_switch_governor() * powercap: powercap: intel_rapl: Fix trailing semicolon powercap: add suspend and resume mechanism for SOC power limit powercap: Simplify powercap_init()
Showing diff to3cfd68b5ba8
- Rafael J. Wysocki committed f31c376025bMMerge branch 'pm-cpufreq' * pm-cpufreq: (36 commits) cpufreq: scpi: remove arm_big_l...
- Rafael J. Wysocki committed 17218e0092fPM / genpd: Stop/start devices without pm_runtime_force_suspend/resume() There are pro...
- Paul Gortmaker committed a248efb3d63bus: simple-pm-bus: convert bool SIMPLE_PM_BUS to tristate The Kconfig currently contr...
- gaurav jindal committed 3cfd68b5ba8cpuidle: Avoid NULL argument in cpuidle_switch_governor() Checks if the new governor i...
- Luis de Bethencourt committed 01857cf7748powercap: intel_rapl: Fix trailing semicolon The trailing semicolon is an empty statem...