]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branches 'pm-sleep', 'pm-core', 'pm-domains' and 'pm-clk'
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 15 Feb 2021 16:01:11 +0000 (17:01 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 15 Feb 2021 16:01:11 +0000 (17:01 +0100)
commit092b4e492fbf910fef9d781a1a61b3da0e0d395f
treeb98b2884bb40483f688a77aa6f0644c9ee618eea
parent77f43015b77ad76a0d21767afec3b619bdfe0549
parent004b69b93dd32244d532324eff68b3be0a467ab6
parentfb60a229f2f61461bb8f482c93c188f1724585b9
parent857e3c4d49806729c21529c344ed2dbb5809a79b
parent9982dfb3bdaf57a1465e1844f713a627732b3e8e
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