diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2021-02-15 19:01:11 +0300 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2021-02-15 19:01:11 +0300 |
commit | 6621cd2db50d2bab25d901cf305259047d26768e (patch) | |
tree | b98b2884bb40483f688a77aa6f0644c9ee618eea | |
parent | acc3a645ef4bb301366a609730df3cd6a52154a1 (diff) | |
parent | 1556057413a304b3020180240d798ec135d90844 (diff) | |
parent | 309663093c8aba02cbea83b0bc8ee9a99833c482 (diff) | |
parent | 6dc466d34f51767ad34fb900de8d278a66a3f1ed (diff) | |
parent | 0bfa0820c274b019583b3454c6c889c99c24558d (diff) | |
download | linux-6621cd2db50d2bab25d901cf305259047d26768e.tar.xz |
Merge branches 'pm-sleep', 'pm-core', 'pm-domains' and 'pm-clk'
* pm-sleep:
PM: sleep: Constify static struct attribute_group
PM: sleep: Use dev_printk() when possible
PM: sleep: No need to check PF_WQ_WORKER in thaw_kernel_threads()
* pm-core:
PM: runtime: Fix typos and grammar
PM: runtime: Fix resposible -> responsible in runtime.c
* pm-domains:
PM: domains: Simplify the calculation of variables
PM: domains: Add "performance" column to debug summary
PM: domains: Make of_genpd_add_subdomain() return -EPROBE_DEFER
PM: domains: Make set_performance_state() callback optional
PM: domains: use device's next wakeup to determine domain idle state
PM: domains: inform PM domain of a device's next wakeup
* pm-clk:
PM: clk: make PM clock layer compatible with clocks that must sleep