]> 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)
commitc92ce76909ad072554bd46279f91e0ac61a7e5c5
treeb98b2884bb40483f688a77aa6f0644c9ee618eea
parentb3d67b6d7804d36e74e95821e6fcb070bc9d6c7a
parent5bc6c513271ea40c127567dcd6140635e5500ba6
parentd0cd36826c2cb75335e66b76ed2190108d4628bf
parent0dcd37337dc807c5955c49022dee57e3710701af
parente6d6e310422dd95d30bf795991bffac3bac5a303
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